This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

new error when reconfiguring gcc


Since a few days, I keep getting the following error, on mainline:

<<
configure: loading cache ./config.cache
configure: error: `LDFLAGS' was not set in the previous run
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ./config.cache' and start over
make[1]: *** [config.status] Error 1
make[1]: Leaving directory `/home/charlet/cvs/gcc-obj/gcc'
make: *** [all-gcc] Error 2
>>

Doing rm ./config.cache has no effect and make distclean fails with the
same error.

It was working fine previousely and is now causing trouble everytime
configure is redone automatically by the makefile.

Am I the only one to experience this behavior ?

Any help/hint/fix would be appreciated, as this is wasting a lot of my time.

Arno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]