Subject: ncurses-1.9.9g Package Installation
To: None <port-i386@netbsd.org>
From: Graham Jenkins <c714553@vus415.telstra.com.au>
List: port-i386
Date: 09/17/1999 07:24:45
I installed this baby on a 1.4.1 box yesterday so that I could compile
something whose makefile contained:  "LIBS= -lncurses -ltermlib -lcrypt"

The 'make' operation now dies at load time thus:
  cc  -o wart ckwart.o -lncurses -ltermlib -lcrypt
  ld: -lncurses: no match

Did I miss a step in the installation process - or what ??