Subject: Problem running a ncurses based program
To: None <netbsd-help@netbsd.org>
From: Daniel Bolgheroni <dab__@uol.com.br>
List: netbsd-help
Date: 02/16/2003 15:43:29
I'm trying to run a ncurses based program on NetBSD/i386 - current 1.6M, but I get the following error:

bash-2.05$ gcc -o ncurses_hw.c -g -lncurses ncurses_hw.c 
ld: cannot find -lncurses

What can I do to solve this problem?