[ale] help with lib

Jason Day jasonday at worldnet.att.net
Wed Jan 26 10:52:29 EST 2005


On Wed, Jan 26, 2005 at 08:52:58AM -0500, ringo davis wrote:
> Yes,The makefile was supplied with the project.  Here it is:
> 
> navigate.o: navigate.c sailor.h
> 	gcc -c navigate.c
> 
> sailor: sailor.c sailor.h navigate.o
> 	gcc sailor.c navigate.o -o sailor -lcurses -ltermcap -lm

Try changing this line to this:

 	gcc sailor.c navigate.o -o sailor -L/usr/lib -lcurses -ltermcap -lm
-- 
Jason Day                                       jasonday at
http://jasonday.home.att.net                    worldnet dot att dot net
 
"Of course I'm paranoid, everyone is trying to kill me."
    -- Weyoun-6, Star Trek: Deep Space 9



More information about the Ale mailing list