On Saturday 12 April 2008 16:47:04 Alain G. Fabry wrote:

> configure: error: `CFLAGS' has changed since the previous run:
> configure:   former value:  -O2 -pipe  -fno-strict-aliasing
> configure:   current value: -O2 -pipe -fno-strict-aliasing
> configure: error: changes in the environment can compromise the build

There's a reason many sane people go insane when dealing with GNU autotools. 
Apparently it trips over an extra space in CFLAGS, which has no functional 
impact on the environment at all. So, find where that extra space comes from 
and where it disappears and you'll have found the problem.

-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to