This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
new error when reconfiguring gcc
- From: Arnaud Charlet <charlet at ACT-Europe dot FR>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 28 Jan 2004 12:41:51 +0100
- Subject: 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