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 error on i686-pc-linux-gnulibc1


Hi,
there is a bug in egcs-19981101:

/usr/src/egcs-19981101/configure --enable-shared \
    --enable-version-specific-runtime-libs --enable-haifa
make bootstrap-lean:

during build of the stage2-compiler for i686-pc-linux-gnulibc1:

stage1/xgcc -Bstage1/ -B/sw/snapshots/i686-pc-linux-gnulibc1/bin/ -c \
    -DUSE_HCONFIG -DIN_GCC   -DUSE_GNULIBC_1 -W -Wall -O2 -g -O2  \
    -DHAVE_CONFIG_H -DHAIFA  -I. -I.. \
    -I/usr/src/egcs-19981101/gcc/f -I/usr/src/egcs-19981101/gcc/f/.. \
    -I/usr/src/egcs-19981101/gcc/f/../config \
      `echo /usr/src/egcs-19981101/gcc/f/proj.c | sed 's,^\./,,'` -o proj-h.o
stage1/xgcc -Bstage1/ -B/sw/snapshots/i686-pc-linux-gnulibc1/bin/ -DIN_GCC \
    -DUSE_GNULIBC_1 -W -Wall -O2 -g -O2  -DHAVE_CONFIG_H -DHAIFA  \
    -o fini fini.o proj-h.o
./fini `echo /usr/src/egcs-19981101/gcc/f/str-1t.fin | \
     sed 's,^\./,,'` str-1t.j str-1t.h
make[3]: *** [str-1t.h] Segmentation fault
make[3]: *** Deleting file `str-1t.h'
make[3]: Leaving directory `/sw/local_l/kahlert/obj/gcc/f'
make[2]: *** [f771] Error 2
make[2]: Leaving directory `/sw/local_l/kahlert/obj/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/sw/local_l/kahlert/obj/gcc'
make: *** [bootstrap-lean] Error 2

Bye,
Martin.


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