> Date: Tue, 10 Feb 2004 15:10:52 -0500 >> From: Andrew Cagney >> >> +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. > > >> + [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. Here's what I've committed (which means that gdb -i=tui) starts the tui now. Andrew