From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27308 invoked by alias); 1 Jan 2003 20:50:25 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 27301 invoked from network); 1 Jan 2003 20:50:22 -0000 Received: from unknown (HELO blueyonder.co.uk) (195.188.53.122) by 209.249.29.67 with SMTP; 1 Jan 2003 20:50:22 -0000 Received: from local ([62.30.73.22]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 1 Jan 2003 20:50:53 +0000 Received: by network-theory.co.uk via sendmail from stdin id (Debian Smail3.2.0.114) Wed, 1 Jan 2003 20:47:18 +0000 (GMT) From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15891.21462.182399.20973@hppav.local> Date: Wed, 01 Jan 2003 20:50:00 -0000 To: "Nelson H. F. Beebe" Cc: gsl-discuss@sources.redhat.com Subject: Re: gsl-1.2: build problem on IBM AIX 4.2, and a simple workaround In-Reply-To: References: X-SW-Source: 2003-q1/txt/msg00001.txt.bz2 Nelson H. F. Beebe writes: > The build of gsl-1.2 with gcc-2.95.3 on IBM RS/6000 AIX 4.2 failed > like this: > ld: 0711-781 ERROR: TOC overflow. TOC size: 72184 Maximum > size: 65536 > collect2: ld returned 12 exit status > I restarted it with > make LDFLAGS=-Wl,-bigtoc > and the make then succeeded, as did the validation tests and > installation. Thanks. Should now be noted in the INSTALL file.