Breakpoint in C++ class constructor is never reached

Daniel Jacobowitz drow@false.org
Thu Nov 8 15:05:00 GMT 2007


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



More information about the Gdb mailing list