Re: CPPFLAGS prob

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2004-06-04 at 13:02, Patrick Welche wrote:
> automake by default pops
> 
> CPPFLAGS = @CPPFLAGS@
> 
> in Makefile.in
> 
> If I configure with:
> 
> ./configure LDFLAGS="-L/usr/local/lib -Wl,-R/usr/local/lib" CPPFLAGS=-I/usr/local/include
> 
> Isn't it reasonable to expect for CPPFLAGS to be set in the Makefile?
> It appears blank in my case.
Could you try 
configure "LDFLAGS=...." "CPPFLAGS=...."

or
configure 'LDFLAGS=.....' 'CPPFLAGS=....'

>  Am I missing something, 
Unless the configure script is broken and playing tricks with quoting,
I'd suspect the cause of your issue to be a "quoting-thing"

BTW: Having to pass "/usr/local" almost always indicates a massively
mis-configured toolchain or configure script.

Ralf

PS.: F$Â#ing autoconf mailing list. Now, some spam filters seem to have
started to block this list :(




_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux