From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24745 invoked by alias); 3 Feb 2002 02:45:11 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24710 invoked from network); 3 Feb 2002 02:45:02 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (12.107.208.154) by sources.redhat.com with SMTP; 3 Feb 2002 02:45:02 -0000 Received: from free.redhat.lsd.ic.unicamp.br (aoliva2.cipe.redhat.com [10.0.1.156]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g132ix332367 for ; Sat, 2 Feb 2002 21:45:00 -0500 Received: (from aoliva@localhost) by free.redhat.lsd.ic.unicamp.br (8.11.6/8.11.6) id g132itB07687; Sun, 3 Feb 2002 00:44:55 -0200 To: gdb@sources.redhat.com Subject: GDB cvs won't build on AIX 4.1 From: Alexandre Oliva Organization: GCC Team, Red Hat Date: Sat, 02 Feb 2002 18:45:00 -0000 Message-ID: User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-02/txt/msg00059.txt.bz2 While linking gdb, I get: ld: 0711-224 WARNING: Duplicate symbol: PC ld: 0711-224 WARNING: Duplicate symbol: BC ld: 0711-341 WARNING: Replaced XTY_CM symbol BC requires an alignment more strict than the alignment of the symbol that replaces it. ld: 0711-224 WARNING: Duplicate symbol: UP ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-781 ERROR: TOC overflow. TOC size: 76340 Maximum size: 65536 collect2: ld returned 12 exit status make[2]: *** [gdb] Error 1 The duplicate-symbol warnings are probably not to be too concerned about (they come from ncurses and readline, and have never hurt), but the actual error is the TOC overflow. Perhaps we should hard-code the link option -bbigtoc for gdb to link properly on AIX? -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist Professional serial bug killer