This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Advice requested: how big can we be?
On Wed, 17 Sep 2003, Kaveh R. Ghazi wrote:
> Hmm, unfortunately now I can't bootstrap on solaris2 at all. (Irix6.5
> still seems to work though) I get this building libgcc in stage2:
>
> > ./xgcc -B./ -B/usr/local/sparc-sun-solaris2.7/bin/ -isystem
> > /usr/local/sparc-sun-solaris2.7/include -isystem
> > /usr/local/sparc-sun-solaris2.7/sys-include
> > -L/teal/caip5/ghazi/tmpdisk/gcc-testing/34/build/gcc/../ld -O2
> > -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
> > -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT
> > -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I
> > -I../../egcc-CVS20030917/gcc -I../../egcc-CVS20030917/gcc/
> > -I../../egcc-CVS20030917/gcc/../include -I../intl -fexceptions -c
> > ../../egcc-CVS20030917/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
> > ../../egcc-CVS20030917/gcc/unwind-pe.h: In function `base_of_encoded_value':
> > ../../egcc-CVS20030917/gcc/unwind-pe.h:118: internal compiler error:
> > Segmentation Fault
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> > make[3]: *** [libgcc/./unwind-dw2.o] Error 1
>
> Anyone else see this?
Yes: sparc-sun-solaris2.9 with a most simple
./configure --prefix --enable-languages=c,c++,objc,f77,java
Gerald