Bug at compiling tree.c in stage1 with glibc 2.2.4

Ian Blanes ianblanes@wanadoo.es
Sat Sep 1 05:12:00 GMT 2001


Hello. The gcc-3.0 crashes when I try to compile it following the 
instructions of the Linux Form Scratch Guide to make my own linux 
system. To make my own linux I had to compile some programs and link it 
statical in an empty partition. The I compile the glibc 2.2.4. And then 
recompile all the programs dinamicaly. Gcc 3.0 crashes when I try to 
recompile it in a partition with all the programs need linked statical. 
I know that glibc mustn't be compiled with gcc3, it perhaps can be the 
origin of the bug. The bug happens when gcc tryies to compile tree.c in 
stage1. The msg is: Internal seg-fault. No core dump produced.
Sorry but I don't now how I can get *.i* file.

Config options:
    mkdir /usr/src/gcc-build &&
     cd /usr/src/gcc-build &&
     ../gcc-3.0/configure --prefix=/usr \
        --with-gxx-include-dir=/usr/include/g++ \
        --enable-shared --enable-languages=c,c++ &&
     make bootstrap &&
     make install
Versions:
gcc
Reading specs from /usr/bin/../lib/gcc-lib/i586-pc-linux-gnu/3.0/specs
Configured with: ./configure  : (reconfigured) ./configure
Thread model: single
gcc version 3.0



More information about the Gcc-bugs mailing list