This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
big TOC
- To: egcs at cygnus dot com
- Subject: big TOC
- From: "Ulisses T. Mello" <ulisses at watson dot ibm dot com>
- Date: Fri, 7 Aug 1998 10:13:02 -0400 (EDT)
I cannot compile the latest snapshots in an AIX 4.1.5 machine anymore
without using the bigtoc option, making the performance to go to the
tubes. Is this the expected behavior?
gcc -DIN_GCC -g -O2 -o ../cc1plus \
call.o decl.o errfn.o expr.o pt.o sig.o typeck2.o class.o decl2.o
error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o
friend.o init.o method.o search.o semantics.o tree.o xref.o repo.o `cat ../stamp-objlist`
../c-common.o ../c-pragma.o `if [ xobstack.o != x ]; then echo
../obstack.o; else true; fi` `case "gcc" in "cc") if [ xalloca.o != x ]; then echo ../alloca.o; else
true; fi ;; esac` `if [ x != x ]; then echo ../; else true; fi` -lld
ld: 0711-781 ERROR: TOC overflow. TOC size: 68512 Maximum size: 65536
collect2: ld returned 12 exit status
make[2]: *** [../cc1plus] Error 1
Cheers -- ulisses.