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 gcc version 2.97 20001204



A bootstrap build in a clean directory, with default FLAGS on an
i686-linux(2.2.17)-gnu(2.2) box failed.  I configured with

--host=i686-pc-linux-gnu --prefix=/usr --with-gnu-as --enable-shared
  --with-gnu-ld --enable-threads=posix

and use gcc-2.95.2 as the default compiler.

David

Here's the end of the log:


/bin/sh ../libtool --tag disable-shared --mode=link "/home/ronis/Project/notar/objdir/gcc/xgcc -B/home/ronis/Project/notar/objdir/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include" 	  -Wl,-O1  -fno-implicit-templates 	-prefer-pic 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-ffunction-sections -fdata-sections  -g    -o libsupc++.la -rpath /usr/lib  del_op.lo del_opnt.lo del_opv.lo del_opvnt.lo exception_support.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo pure.lo tinfo.lo tinfo2.lo vec.lo  -lm 
ar rc .libs/libsupc++.a  del_op.o del_opnt.o del_opv.o del_opvnt.o exception_support.o new_handler.o new_op.o new_opnt.o new_opv.o new_opvnt.o pure.o tinfo.o tinfo2.o vec.o
ranlib .libs/libsupc++.a
creating libsupc++.la
(cd .libs && rm -f libsupc++.la && ln -s ../libsupc++.la libsupc++.la)
make[4]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
Making all in src
make[4]: Entering directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/src'
make[4]: *** No rule to make target `limitsMEMBERS.cc', needed by `limitsMEMBERS.lo'.  Stop.
make[4]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/ronis/Project/notar/objdir'
make: *** [bootstrap] Error 2

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