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: [patch/rfc] Build TUI when curses


Date: Tue, 10 Feb 2004 15:10:52 -0500
From: Andrew Cagney <cagney@gnu.org>

+AC_SEARCH_LIBS(initscr, [ncurses Hcurses curses], [],


Could we please have pdcurses in this list as well?  That would
certainly make DJGPP users happy, but I believe PDCurses can be built
on Unix and other systems as well, so it is not limited to DJGPP.

Will do.


+ [AC_MSG_ERROR([no curses library found])])


Does that mean the configury will abort after this message?  If so,
I'd suggest instead to display a message to the effect that only a
command-line version will be built, and continue with building as if
they asked for --disable-tui.

Good question/point, aborting the configure script certainly wasn't the intent. It's ment to stumble on regardless but without the TUI. I'll check and adjust accordingly.


Andrew



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