Samuel Thibault, le Tue 21 Jun 2011 02:10:22 +0200, a écrit : > Carl Smith, le Tue 21 Jun 2011 02:07:09 +0200, a écrit : > > > Ah, ok. So what fails to link is > > > > > > /* cc test.c -o test -lncurses */ > > > #include <ncurses.h> > > > #include <term.h> > > > int main(void) { > > > } > > > > > > is that right? > > > > Yes, and > > > > > /* cc test.c -I/usr/include/ncurses -o test -lncurses */ > > > > does not fail. > > Ok, then good, I'll simply include term.h when checking -lfoocurses, to > make it fail with ncurses on your AIX box (but succeed with curses right > after that)
I've done so in svn, could you check? Samuel