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


configuring with --disable-tui solves the linking problem. Because i use ddd as a GUI frontend for gdb i dont really need the tui.

Finally i was able to run gdb and to check if i can set breakpoints in constructors/destructors of my c++ classes. It works fine! Great work guys!

Thiago, please let me know when your solaris build fix is in the repository. I'll use then the official snapshot i.s.o. patching the files manually.

Daniel, do i understand correctly that there will be no 6.7.5 release of gdb? Is it correct that the next official release (with my issues solved) is planned for Feb 2008?

Thu, 8 Nov 2007 10:05:14 -0500, Daniel Jacobowitz <drow@false.org>:

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



------------------ Форекс Клубу 10 лет! http://www.forexclub.by


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