From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20347 invoked by alias); 14 Sep 2002 16:39:39 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 20339 invoked from network); 14 Sep 2002 16:39:38 -0000 Received: from unknown (HELO igw3.watson.ibm.com) (198.81.209.18) by sources.redhat.com with SMTP; 14 Sep 2002 16:39:38 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw3.watson.ibm.com (8.11.4/8.11.4) with ESMTP id g8EGdXf81870; Sat, 14 Sep 2002 12:39:33 -0400 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by sp1n293en1.watson.ibm.com (8.11.4/8.11.4) with ESMTP id g8EGdXg221814; Sat, 14 Sep 2002 12:39:33 -0400 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX4.3/8.9.3/8.9.3/01-10-2000) with ESMTP id MAA25100; Sat, 14 Sep 2002 12:39:30 -0400 Message-Id: <200209141639.MAA25100@makai.watson.ibm.com> To: "Dave Williss" cc: gcc-help@gcc.gnu.org Subject: Re: Can't build gcc 3.1 on AIX Date: Sat, 14 Sep 2002 09:39:00 -0000 From: David Edelsohn X-SW-Source: 2002-09/txt/msg00108.txt.bz2 >>>>> 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