This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: new error when reconfiguring gcc
- From: Arnaud Charlet <charlet at ACT-Europe dot FR>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: Arnaud Charlet <charlet at ACT-Europe dot FR>, gcc at gcc dot gnu dot org
- Date: Wed, 28 Jan 2004 13:59:48 +0100
- Subject: Re: new error when reconfiguring gcc
- References: <20040128124151.A852@dublin.act-europe.fr> <jen0881cxk.fsf@sykes.suse.de>
> Did you try rm gcc/config.cache? Another workaround is to rm gcc/Makefile
> to force rerunning configure from the toplevel.
Yes, I tried various things and none worked.
Here are other errors I am getting:
<<
Configuring in i686-pc-linux-gnu/libiberty
configure: loading cache ./config.cache
configure: error: `CC' has changed since the previous run:
configure: former value: /home/charlet/cvs/gcc-obj/gcc/xgcc -B/home/charlet/c
vs/gcc-obj/gcc/ -B/home/charlet/cvs/gcc-obj/install/i686-pc-linux-gnu/bin/ -B/ho
me/charlet/cvs/gcc-obj/install/i686-pc-linux-gnu/lib/ -isystem /home/charlet/cvs
/gcc-obj/install/i686-pc-linux-gnu/include -isystem /home/charlet/cvs/gcc-obj/in
stall/i686-pc-linux-gnu/sys-include
configure: current value: /home/charlet/cvs/gcc-obj/gcc/xgcc -B/home/charlet/cvs/gcc-obj/gcc/ -B/home/charlet/cvs/gcc-obj/install/i686-pc-linux-gnu/bin/ -B/home/charlet/cvs/gcc-obj/install/i686-pc-linux-gnu/lib/ -isystem /home/charlet/cvs/gcc-obj/install/i686-pc-linux-gnu/include -isystem /home/charlet/cvs/gcc-obj/install/i686-pc-linux-gnu/sys-include
configure: error: `target_alias' was set to `i686-pc-linux-gnu' 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: *** [configure-target-libiberty] Error 1
>>
Needless to say, I restarted from scratch, and have not changed my environment.
Arno