c...@pbspro.com, le Tue 14 Jun 2011 04:18:37 +0200, a écrit : > The problem is that those symbols are present (on our systems > at least) in libcurses but not libncurses, which is what the > HWLOC_TERMCAP_LIBS > uses (because the search path in config/hwloc_internal.m4 places ncurses > before > curses), so specifying LIBS="-lcurses" on the configure line did the trick.
Ah. Do you perhaps have a /usr/include/ncurses.h? I guess we should be trying that before curses.h, I've commited it, please test svn or next night tarball. Samuel