Bootstrap failure in today's CVS of 3.0 branch

David Ronis ronis@ronispc.chem.mcgill.ca
Mon Apr 16 10:50:00 GMT 2001


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



More information about the Gcc-bugs mailing list