[ale] help with lib
Michael Hirsch
mhirsch at nubridges.com
Wed Jan 26 09:06:40 EST 2005
> -----Original Message-----
> From: ale-bounces at ale.org [mailto:ale-bounces at ale.org] On Behalf Of
ringo
> davis
> Sent: Tuesday, January 25, 2005 11:07 PM
> To: ale at ale.org
> Subject: [ale] help with lib
>
> Here is exactly the results from ldconfig.
>
>
> linux:/home/Ringo/Desktop/school/proj1/sailor/src # make sailor
> gcc sailor.c navigate.o -o sailor -lcurses -ltermcap -lm
>
/usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/l
d:
> cannot find -lcurses
You might try switching the makefile to linke with ncurses rather than
curses. (so replace '-lcurses' with '-lncurses'). It looks to me like
your installation is more ncurses based, though it does seem like curses
should work.
Michael
More information about the Ale
mailing list