From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12381 invoked by alias); 8 Nov 2007 15:05:22 -0000 Received: (qmail 12366 invoked by uid 22791); 8 Nov 2007 15:05:21 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Nov 2007 15:05:17 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 47C8D98353; Thu, 8 Nov 2007 15:05:16 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id D21C998258; Thu, 8 Nov 2007 15:05:15 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Iq8wU-0007rx-OQ; Thu, 08 Nov 2007 10:05:14 -0500 Date: Thu, 08 Nov 2007 15:05:00 -0000 From: Daniel Jacobowitz To: Thiago Jung Bauermann Cc: Bobo , gdb Subject: Re: Breakpoint in C++ class constructor is never reached Message-ID: <20071108150514.GA30051@caradoc.them.org> Mail-Followup-To: Thiago Jung Bauermann , Bobo , gdb References: <1193753619.5787.229.camel@localhost.localdomain> <1193857525.5787.258.camel@localhost.localdomain> <1194379922.6746.19.camel@localhost.localdomain> <1194467626.6746.50.camel@localhost.localdomain> <1194533921.6746.54.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1194533921.6746.54.camel@localhost.localdomain> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00058.txt.bz2 On Thu, Nov 08, 2007 at 12:58:41PM -0200, Thiago Jung Bauermann wrote: > Hi, > > The symbols that are missing should come from the curses library. Do you > have it installed? I believe this is a frequent problem caused by having curses in /usr and ncurses in /usr/local. If someone's feeling especially motivated to make our configure script handle this better... It happens because GCC searches /usr/local/include but not /usr/local/lib. Otherwise, use --disable-tui to configure or LDFLAGS=-L/usr/local/lib. -- Daniel Jacobowitz CodeSourcery