From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19962 invoked by alias); 9 Mar 2004 06:54:46 -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 19954 invoked from network); 9 Mar 2004 06:54:46 -0000 Received: from unknown (HELO e32.co.us.ibm.com) (32.97.110.130) by sources.redhat.com with SMTP; 9 Mar 2004 06:54:46 -0000 Received: from westrelay04.boulder.ibm.com (westrelay04.boulder.ibm.com [9.17.193.32]) by e32.co.us.ibm.com (8.12.10/8.12.2) with ESMTP id i296sj0Y641456 for ; Tue, 9 Mar 2004 01:54:45 -0500 Received: from austin.ibm.com (d03av02.boulder.ibm.com [9.17.193.82]) by westrelay04.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i296sieu125748 for ; Mon, 8 Mar 2004 23:54:44 -0700 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id i296sivE041312 for ; Tue, 9 Mar 2004 00:54:44 -0600 Date: Tue, 09 Mar 2004 06:54:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: gdb@sources.redhat.com Subject: linker dies building GDB (ppc64) In-Reply-To: Message-ID: References: <374639AB1012AA4C840022842AA95BC2016D1514@ruby.patni.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-03/txt/msg00066.txt.bz2 Hi all, I am trying to build the CVS version of GDB 6.0. I am trying to build it as a 64bit binary on a powerpc 64 machine. The linker (collect2) seg faults trying to link tclsh. Has anyone seen this before??. Here is the linker message when it died. gcc tclAppInit.o -L/home/manjo/project/gdb/config.patch/gdb_test/src/tcl/unix -ltcl8.4 -ldl -lieee -lm \ -Wl,-rpath,/usr/local/lib -o tclsh collect2: ld terminated with signal 11 [Segmentation fault] /usr/bin/ld: /home/manjo/project/gdb/config.patch/gdb_test/src/tcl/unix/libtcl8.4.a(tclUnixInit.o): invalid string offset 7627628 >= 1139 for section `.strtab' /usr/bin/ld: /home/manjo/project/gdb/config.patch/gdb_test/src/tcl/unix/libtcl8.4.a(tclUnixInit.o): invalid string offset 1946186851 >= 1139 for section `.strtab' /home/manjo/project/gdb/config.patch/gdb_test/src/tcl/unix/libtcl8.4.a(tclUnixInit.o)(*ABS*+0x496e697453637269): multiple definition of `no symbol' make[2]: *** [tclsh] Error 1 make[2]: Leaving directory `/home/manjo/project/gdb/config.patch/gdb_test/src/tcl/unix' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/manjo/project/gdb/config.patch/gdb_test/src/tcl' make: *** [all-tcl] Error 2 Thanks Manoj Iyer