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

CFLAGS, CPPFLAGS, LDFLAGS ignored #30

Open
ryandesign opened this issue Jun 4, 2013 · 2 comments
Open

CFLAGS, CPPFLAGS, LDFLAGS ignored #30

ryandesign opened this issue Jun 4, 2013 · 2 comments
Assignees

Comments

@ryandesign
Copy link

I have supplied environment variables CFLAGS, CPPFLAGS and LDFLAGS when running the configure script, but when subsequently running make (without those variables set) they are ignored. The configure script should record their values somewhere so that the Makefile can use them at build time.

@rurban
Copy link
Member

rurban commented Jun 5, 2013

I recorded special values only for CFLAGS and LDDLFLAGS manually in config.inc.
LDFLAGS for linking to an EXE is even ignored, only LIBPATH and RPATH is used.

configure was mainly just for bsd support.
I agree that the standard CPPFLAGS and LDFLAGS provided at a configure or initial make invocation should be recorded also.

@ghost ghost assigned rurban Jun 5, 2013
@rurban
Copy link
Member

rurban commented Oct 15, 2013

For the time being please edit config.inc

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

No branches or pull requests

2 participants