This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure in today's CVS of 3.0 branch
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Bootstrap failure in today's CVS of 3.0 branch
- From: David Ronis <ronis at ronispc dot chem dot mcgill dot ca>
- Date: Mon, 16 Apr 2001 13:50:44 -0400
- Reply-To: ronis at onsager dot chem dot mcgill dot ca
I'm trying to do a bootstrap build on an i686-linux(2.4.3)-gnu(2.2.2) box using sources updated today via cvs. I configure with:
configure_flags="--host=i686-pc-linux-gnu --prefix=/tmp/gcc --with-gnu-as --enable-shared --with-gnu-ld --enable-threads=posix"
and did the cvs update with:
cvs -z 9 update -dP -rgcc-3_0-branch
The bootstrap fails in the configure step as:
target-libffi target-boehm-gc target-zlib target-libjava target-libchill zlib fastjar
(Any other directories should still work fine.)
Created "Makefile" in /home/ronis/Project/notar/objdir using "mh-frag" and "mt-frag"
../gcc/configure: /home/ronis/Project/notar/gcc/config.if: No such file or directory
Sure enough, there is no config.if file in the gcc directory. (In fact there are no .if files anywhere in the gcc source tree). Should this be config.in?
David