This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Possible bug with GCC 2.95.2 ?


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]