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]

Re: Bootstrap failure in today's CVS of 3.0 branch


David Ronis <ronis@ronispc.chem.mcgill.ca> writes:

> 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?

There should be a config.if in the toplevel directory:
gromit:/usr/src/cvs/gcc-3_0-branch:[0]$ cvs status config.if 
===================================================================
File: config.if         Status: Up-to-date

   Working revision:    1.7
   Repository revision: 1.7     /cvs/gcc/egcs/config.if,v
   Sticky Tag:          gcc-3_0-branch (branch: 1.7.2)
   Sticky Date:         (none)
   Sticky Options:      (none)


Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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