autoconf
[Top][All Lists]
Advanced

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

Re: CPPFLAGS prob


From: Ralf Corsepius
Subject: Re: CPPFLAGS prob
Date: Fri, 04 Jun 2004 15:30:06 +0200

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 :(






reply via email to

[Prev in Thread] Current Thread [Next in Thread]