Re: Read line feature - Mailing list pgsql-novice

From Dorin Grunberg
Subject Re: Read line feature
Date
Msg-id 4.2.0.58.20010416133849.00acbcf0@pophost
Whole thread Raw
In response to Re: Read line feature  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Read line feature  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
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


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Read line feature
Next
From: Tom Lane
Date:
Subject: Re: Read line feature