Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

liblinear/Makefile should use CXXFLAGS from configure #1161

Open
ryandesign opened this issue Mar 24, 2018 · 1 comment
Open

liblinear/Makefile should use CXXFLAGS from configure #1161

ryandesign opened this issue Mar 24, 2018 · 1 comment

Comments

@ryandesign
Copy link

liblinear/Makefile passes $(CFLAGS) to $(CXX). It should pass $(CXXFLAGS) instead. Further, it defines its own flags and does not use the ones the user specified in the environment variable when invoking ./configure. This causes the build to fail if the user has specified flags in CXXFLAGS that are required for the build to succeed. The MacPorts project's bug report about this problem is here: https://trac.macports.org/ticket/53995

@dmiller-nmap
Copy link

We will look into getting a temporary fix for this issue, but in the meantime please open an issue against cjlin1/liblinear as the upstream project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants