This is the mail archive of the gcc@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: GCC 3.0 Branch Status


>I ran a bootstrap last night which failed in `make compare'.  This is further 
>than it was getting previously, so it looks like the recent breakage may be 
>fixed.  I've started another run now with `--disable-checking' to see if that 
>solves the comparison problems; I'll report back when it completes.

Well, this is bizarre.  The bootstrap now passes `make compare' but blows up 
here:

/home/pb/dev/gcc/objdir/gcc/xgcc -B/home/pb/dev/gcc/objdir/gcc/ -B/usr/local/armv4l-unknown-linux-gnu/bin/ -B/usr/local/armv4l-unknown-linux-gnu/lib/ -isystem /usr/local/armv4l-unknown-linux-gnu/include -shared  .libs/limitsMEMBERS.o .libs/complex_io.o .libs/stdexcept.o .libs/bitset.o .libs/c++io.o .libs/ios.o .libs/strstream.o .libs/locale.o .libs/localename.o .libs/codecvt.o .libs/locale-inst.o .libs/stl-inst.o .libs/misc-inst.o .libs/valarray-inst.o .libs/string-inst.o -Wl,--whole-archive ../libmath/.libs/libmath.a ../libsupc++/.libs/libsupc++convenience.a -Wl,--no-whole-archive  -lm ../libmath/.libs/libmath.a -lm ../libsupc++/.libs/libsupc++convenience.a -lm -lm  -Wl,-O1 -Wl,-soname -Wl,libstdc++.so.3 -o .libs/libstdc++.so.3.0.0
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
make[4]: *** [libstdc++.la] Error 1

If I repeat that command with -v added, then copy the collect2 invocation and 
run it by hand, it completes successfully.  I don't know what's going on here.

(This is with binutils-2.10.1.0.2.)

p.



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