This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Breakpoint in C++ class constructor is never reached


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]