Carl Smith, le Fri 08 Jul 2011 03:51:07 +0200, a écrit : > > Alright, I give up trying to use autoconf high-end macros, here is > > another, low-level try. > > Alas, I think this one comes full circle: it's deciding on ncurses, > then failing the link step.
Uh. That's not coherent: checking curses support using curses.h and -lncurses... yes means that ./configure was able to compile & link with -lncurses the following: #include <curses.h> #include <term.h> int main(void) { NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0); } but then it fails at lstopo-text link, which does the same?! is it perhaps the presence of -L/usr/local/lib which makes the linking fail? I've commited something that might help. Samuel