This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Can't build gcc 3.1 on AIX


>>>>> Dave Williss writes: 

> I'm having trouble building gcc 3.1 on an AIX (powerpc-ibm-aix4.1.4.0)
> machine.  It gets as far as linking and then gets the following error:

>    ld: 0711-701 ERROR: TOC overflow. TOC size: 77248  Maximum size: 65536

	-mminimal-toc

You should perform a bootstrap of GCC with STAGE1_CFLAGS=-mminimal-toc .
You also should consider using GCC 3.2 instead of GCC 3.1.

David


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