potion icon indicating copy to clipboard operation
potion copied to clipboard

CFLAGS, CPPFLAGS, LDFLAGS ignored

Open ryandesign opened this issue 12 years ago • 2 comments

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.

ryandesign avatar Jun 04 '13 23:06 ryandesign

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.

rurban avatar Jun 05 '13 15:06 rurban

For the time being please edit config.inc

rurban avatar Oct 15 '13 18:10 rurban