This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Can't build gcc 3.1 on AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "Dave Williss" <dwilliss at microimages dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sat, 14 Sep 2002 12:39:30 -0400
- Subject: 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