Ilya Zakharevich on Sat, 13 Mar 1999 00:44:23 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Compiling 2.0.14 on Solaris with arch=none |
On Sat, Mar 13, 1999 at 12:42:10AM -0500, Ilya Zakharevich wrote: > Compiling 2.0.14 on Solaris with arch=none gives > > /opt/gnu/bin/gcc -c -O2 -DGCC_INLINE -I. -I../src/headers -o mpqs.o ../src/modules/mpqs.c > rtlanal.c:945: Internal compiler error in function > reg_overlap_mentioned_p > *** Error code 1 > make: Fatal error: Command failed for target `mpqs.o' > > cc -V > cc: WorkShop Compilers 4.2 30 Oct 1996 C 4.2 Oups, it should have been gcc --version egcs-2.92.34 Going for -O1 helps. Ilya