fixproto failure in sparc bootstrap: gcc 3.3.1
George Karas
gkaras@mail2.jpl.nasa.gov
Fri Aug 15 18:58:00 GMT 2003
Hi,
I'm having a problem bootstrapping gcc 3.3.1 on my sparc systems, both
Solaris 9 and Solaris 8:
FIXPROTO_DEFINES=""; export FIXPROTO_DEFINES; \
mkinstalldirs="/bin/ksh
/usr/local/build/gnu/gcc-3.3.1/gcc/mkinstalldirs"; \
export mkinstalldirs; \
if [ -d /usr/include ] ; then \
/bin/ksh /usr/local/build/gnu/gcc-3.3.1/gcc/fixproto include
include /usr/include; \
if [ $? -eq 0 ] ; then true ; else exit 1 ; fi ; \
else true; fi; \
echo timestamp > include/fixed; \
fi
fixproto: populating `include'
/usr/local/build/gnu/gcc-3.3.1/gcc/fixproto[275]: 27366 Segmentation Fault
Line 275 in 'fixproto' is a call to fix-header.
This is the first build where I've encountered this. Gcc v3.3 built
without problems on both Solaris versions.
Any suggestions or hints would be greatly appreciated!
Thanks.
-george karas
More information about the Gcc-bugs
mailing list