Re: Solaris8 compiling problem : ld: fatal: library -ldl: not found
Brought to you by:
set
From: Salvador E. T. <sal...@in...> - 2007-01-15 15:34:00
|
On 15/01/07 12:04, Yannick Mercier wrote: > I got this at ./configure, could I be that I dont have a proper ncurses > installation for tvision's needs ? : > Looking for ncurses library: 5.4 OK > Checking if ncurses have define_key: no I think the version isn't a problem. > The error in the build process is about term.h found in /usr/include > but there is another term.h in /usr/local/ncurses/include > I presume tvision wants the one from ncurses ? Yes. > If so, how do I have it use the one from ncurses ? Not sure, g++ is including the one from /usr/include first by configuration. Try temporaly moving it. SET |