Possible bug with GCC 2.95.2 ?

rebelj71@yahoo.com rebelj71@yahoo.com
Fri Mar 31 07:32:00 GMT 2000


After running configure successfully, or so I 
thought, I ran make and received the following error.  I was wondering what 
I should do to correct the problem so that I may build(compile) gcc-2.95.2 
correctly for an AIX 4.3.2 RS6000 Machine.  The error is listed 
below:
 
 
gcc  -DIN_GCC   -g -O2   
-o ../cc1chill parse.o actions.o except.o grant.o lang.o tree.o lex.o decl.o 
typeck.o convert.o expr.o loop .o tasking.o timing.o inout.o satisfy.o 
ch-version.o \
      `cat 
../stamp-objlist`  `if [ xobstack.o != x ]; then echo ../obstack.o; else 
true; fi` `if [ xalloca.o != x ]; then echo ../alloca.o; else true; fi` `if [ x 
!= x ]; then echo ../; else true; fi` -lld ld: 0711-781 ERROR: TOC overflow. 
TOC size: 68040       Maximum size: 
65536 collect2: ld returned 12 exit status make[2]: *** [../cc1chill] 
Error 1 make[2]: Leaving directory `/opt/src/gcc-2.95.2/gcc/ch' make[1]: 
*** [cc1chill] Error 2 make[1]: Leaving directory 
`/opt/src/gcc-2.95.2/gcc' make: *** [all-gcc] Error 2
#
 
Thanks.



More information about the Gcc mailing list