Re: help on compile error (4.0.1)

2005-08-25 Thread Mike Stump
On Aug 24, 2005, at 3:54 PM, Jiang Long wrote: After a while I got the following errors with : configure: error: `target_alias' 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

Re: help on compile error (4.0.1)

2005-08-25 Thread Eric Christopher
I have met the same question. My solution to this is just to remove ./config.cache in every sub-directories and try again. This solution is effective although I am not sure about it. Anyone could confirm or deny this. I think "make distclean" should be done before ./configure if the

Re: help on compile error (4.0.1)

2005-08-25 Thread Yao Qi
Jiang Long wrote: Hello, I am compiling GCC-4.0.1 with the following : ../gcc-4.0.1/configure --enable-tree-browser=yes --prefix=/home/jiang/DEV/gcc-dev/trunk/install --enable-languages=c,c++ --enable-maintainer-mode=yes After a while I got the following errors with : Adding multilib suppo

help on compile error (4.0.1)

2005-08-24 Thread Jiang Long
Hello, I am compiling GCC-4.0.1 with the following : ../gcc-4.0.1/configure --enable-tree-browser=yes --prefix=/home/jiang/DEV/gcc-dev/trunk/install --enable-languages=c,c++ --enable-maintainer-mode=yes After a while I got the following errors with : Adding multilib support to Makefile in ..