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


mec> If there is no curses library, then readline won't build, so it's okay
mec> for gdb to require curses as well (until someone reorganizes gdb so that
mec> it can be built without readline).

rossi> Are you sure readline requires curses to build?

I stand corrected, it needs only termcap.

I have built gdb on systems without curses or termcap development
libraries installed (i686-pc-linux-gnu even!) and gdb would not link
until I brought in some version of termcap and linked against it.
I happened to use ncurses 5.3 to satisfy that requirement and that's
I'm thinking "needs curses".

Michael C


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