Subject: general "configure" question
To: None <port-mac68k@netbsd.org>
From: til <tsteinmetz@khm.de>
List: port-mac68k
Date: 02/18/2002 01:31:54
Hi,

i tried to install the "mutella" client (command line Gnutella- 
http://mutella.sourceforge.net/) on my box. "./configure" complains about 
readline library not installed.

checking for tcgetattr... yes
checking for readline/readline.h... no
checking for readline in readline.h... no
checking for readline in readline.h with curses... no
checking for readline in readline.h with ncurses... no
checking for readline in readline.h with termcap... no
configure: error: You must have readline library!

so i used pkg_add to install the readline library, but the problem still 
appeared. how can i point configure scripts to search more locations for 
files they need ?

till