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]

Re: [hppa] GDB doesn't build with tui


>    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.
> 
> i386-*-solaris2.9 fails for the same reason.  Here the problem is that
> the header files are broken when _SYCALL32 is defined.  I'm working on
> a solution.

I found the library where the symbol is defined: libcur_colr.sl.
I'm working on a patch as well.

>    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?
> 
> HP-UX has several curses libs: Hcurses, Xcurses?

It looks like it's using Hcurses.

-- 
Joel


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