PowerCore
December 14th, 2005, 09:27 PM
I'm trying to make an app called Edinburgh Speech Tools. During the make there is a call to g++ 3.3 with a number of options including "-lcurses". This fails with the message "/usr/bin/ld: cannot find "-lcurses".
Running the command "locate / curses" finds several files like /lib/ncursesxxx, but not /lib/cursesxxx. Am I missing a curses package? Where do I get this?
Might this be related to the message I get during ./configure that says something like "checking to see if compiler (gcc) works... no"?
Thanks!
Running the command "locate / curses" finds several files like /lib/ncursesxxx, but not /lib/cursesxxx. Am I missing a curses package? Where do I get this?
Might this be related to the message I get during ./configure that says something like "checking to see if compiler (gcc) works... no"?
Thanks!