This is the mail archive of the gdb-patches@sources.redhat.com 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]

[hppa] GDB doesn't build with tui


Hello,

GDB no longer builds on HP/UX 11.00 since TUI is built in by default.
The obvious work-around is to configure GDB --without-tui.

The error we get is during the link: the wborder symbol is undefined.

This triggers a question: Which version of curses are we planning on
supporting. For instance, on our machine, we currently have the system
curses library. Do we intend to support the system curses libraries,
or only say ncurses?

(BTW: it's bizarre to see that 'man wborder' on HP/UX reveals that it
thinks that this function is defined, and then we can even see it
in /usr/include/curses.h - albeit protected by a #ifdef -, but then
the symbol is missing from /usr/lib/libcurses.1... Will have a look,
but I'm not familiar with curses).

-- 
Joel


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