From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12617 invoked by alias); 27 Dec 2002 00:53:16 -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 12609 invoked from network); 27 Dec 2002 00:53:15 -0000 Received: from unknown (HELO sunshine.math.utah.edu) (128.110.198.2) by 209.249.29.67 with SMTP; 27 Dec 2002 00:53:15 -0000 Received: from suncore.math.utah.edu (IDENT:z8TXA+eXbQ3dmv/vpB0mMcNFWXzE+kh9@suncore0.math.utah.edu [128.110.198.5]) by sunshine.math.utah.edu (8.9.3/8.9.3) with ESMTP id RAA03287; Thu, 26 Dec 2002 17:53:02 -0700 (MST) Received: (from beebe@localhost) by suncore.math.utah.edu (8.9.3/8.9.3) id RAA07361; Thu, 26 Dec 2002 17:53:02 -0700 (MST) Date: Fri, 27 Dec 2002 11:01:00 -0000 From: "Nelson H. F. Beebe" To: gsl-discuss@sources.redhat.com Cc: beebe@math.utah.edu X-US-Mail: "Center for Scientific Computing, Department of Mathematics, 110 LCB, University of Utah, 155 S 1400 E RM 233, Salt Lake City, UT 84112-0090, USA" X-Telephone: +1 801 581 5254 X-FAX: +1 801 585 1640, +1 801 581 4148 Subject: gsl-1.2: build problem on IBM AIX 4.2, and a simple workaround Message-ID: X-SW-Source: 2002-q4/txt/msg00272.txt.bz2 The build of gsl-1.2 with gcc-2.95.3 on IBM RS/6000 AIX 4.2 failed like this: gcc -shared -o .libs/libgsl.so.0 version.o ... -lm \ -lc ${wl}-berok -Wl,-bnoentry -Wl,-bexport:.libs/libgsl.exp 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. ------------------------------------------------------------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - Center for Scientific Computing FAX: +1 801 581 4148 - - University of Utah Internet e-mail: beebe@math.utah.edu - - Department of Mathematics, 110 LCB beebe@acm.org beebe@computer.org - - 155 S 1400 E RM 233 beebe@ieee.org - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe - -------------------------------------------------------------------------------