Hello,
I have attempted to install gpc-2.0 under solaris 2.5.1 and 2.6 x86 and encounter the same internal compiler error on both platforms.
root@athene-gpc-2.0: more error for i in p_ARCTAN.o p_SQRT.o p_LN.o p_EXP.o p_SIN.o p_COS.o p_POW.o p_EXPON.o; \ do gcc -c -o $i -g -O -D`basename $i .o` -I../../gcc -I../../gcc-2.7.2.1 -I../ ../gcc-2.7.2.1/config -I. ./rts-math.c;\ done touch math-stamp for i in z_ARCTAN.o z_SQRT.o z_LN.o z_EXP.o z_SIN.o z_COS.o z_POW.o z_EXPON.o p _POLAR.o p_ARG.o; \ do gcc -c -o $i -g -O -D`basename $i .o` -I../../gcc -I../../gcc-2.7.2.1 -I../ ../gcc-2.7.2.1/config -I. ./rts-zmath.c;\ done gcc: Internal compiler error: program cc1 got fatal signal 6 *** Error code 1 make: Fatal error: Command failed for target `zmath-stamp' Current working directory /export/home/source/gpc/gpc-2.0/rts *** Error code 1 make: Fatal error: Command failed for target `rts/libgpc.a' root@athene-gpc-2.0:
I have compiled the solaris 2.5 sparc version successfully.
Has anyone compiled gpc-2.0 under solaris x86?
Thanks.
David.