From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 617 invoked by alias); 17 Mar 2010 05:44:18 -0000 Received: (qmail 608 invoked by uid 22791); 17 Mar 2010 05:44:18 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Mar 2010 05:44:13 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nrm39-00013D-Ao for insight@sources.redhat.com; Wed, 17 Mar 2010 06:44:11 +0100 Received: from 24-158-184-117.dhcp.jcsn.tn.charter.com ([24.158.184.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Mar 2010 06:44:11 +0100 Received: from gds by 24-158-184-117.dhcp.jcsn.tn.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Mar 2010 06:44:11 +0100 To: insight@sources.redhat.com From: Gene Smith Subject: undefined reference to `set_breakpoint' Date: Wed, 17 Mar 2010 17:34:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Thunderbird/3.0.3 X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00035.txt.bz2 With CVS head, see this error when, I think, linking gdb: rm -f gdb gcc -g -O2 \ -o gdb gdb.o libgdb.a \ ../sim/arm/libsim.a ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ../libgui/src/libgui.a -L/home/gene/addons/insight-cvs/insight_build/tk/unix -ltk8.4 -L/home/gene/addons/insight-cvs/insight_build/tcl/unix -ltcl8.4 -lX11 -ldl -lieee -lm -lncurses -lz -lm -lpython2.6 -lexpat ../libiberty/libiberty.a gnulib/libgnu.a libgdb.a(gdbtk-bp.o): In function `gdb_set_bp': /home/gene/addons/insight-cvs/insight_build/gdb/../../insight_sources/gdb/gdbtk/generic/gdbtk-bp.c:533: undefined reference to `set_breakpoint' Configured like this: configure -v --quiet --prefix=$PREFIX \ --target=$TARGET --enable-interwork --enable-multilib \ --with-gnu-ld --with-gnu-as \ --disable-werror Is this due to a missing package? This is on 64bit fedora 12. tk and tcl dev packages installed. Thanks, -gene