When I am running:
./configure --with-perl --with-includes=/usr/local/include/readline
--with-libs=/usr/local/lib
this is part of the output I am getting on the screen without any errors or
warnings.
............
checking for main in -lsfio... (cached) no
checking for readline... (cached) yes (-lreadline -ltermcap)
checking for library containing using_history... (cached) none required
checking for main in -lbsd... (cached) no
checking for setproctitle in -lutil... (cached) yes
........................
checking whether string.h and strings.h may both be included... (cached) yes
checking for readline/readline.h... (cached) yes
checking for readline/history.h... (cached) no
checking for history.h... (cached) no
checking for working const... (cached) yes
Dorin
At 01:14 PM 4/16/2001 -0400, Tom Lane wrote:
>Dorin Grunberg <dorin@visgen.com> writes:
> > ( I did check for the presence of libreadline.a and libhistory.a)
>
>You need the header files too (readline.h etc). Does configure find
>them?
>
> regards, tom lane