This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Error during linking with gcc-2.95.2 and AIX 4.3.2
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Subject: Error during linking with gcc-2.95.2 and AIX 4.3.2
- From: Witteveen Wolfgang <Wolfgang dot Witteveen at ecs dot steyr dot com>
- Date: Fri, 14 Apr 2000 14:17:12 +0200
Hello All
I trie to link some libraries to an executeable with gcc-2.95.2 with a
PPC and AIX 4.3.2.
It always ends up with following error message:
(ld): save 1L.
ld: 0711-781 ERROR: TOC overflow. TOC size: 93008 Maximum
size: 65536
SAVE: The return code is 12.
collect2: ld returned 12 exit status
The gcc installation itself was clean and successful.
I tried all the mentioned flags in the documentation (-mfull-toc
-mno-fp-in-toc -mno-sum-in-toc -mminimal-toc) but the error message is
always exact the same (even the used TOC size).
Can someone help me?
Wolfgang