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/rfa] configure check for curses library


> Your idea might still be correct, if we could find a symbol that isn't
> in termcap library (nor in any other library) and isn't converted by
> some preprocessor macro.

in my case i only had those two missing symbols in the link -- wattr_on
and wattr_off....

i think what we need to do is to do a test with wattron (no _ -- which
is what is actually used in the code) but make sure the test is done
with #include "gdb_curses.h". I can't figure out how to do that with
autoconf though...

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/


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