This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bootstrap failure in today's CVS of 3.0 branch



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]