Re: Read line feature

From: Dorin Grunberg <dorin(at)visgen(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Read line feature
Date: 2001-04-16 18:42:44
Message-ID: 4.2.0.58.20010416133849.00acbcf0@pophost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)visgen(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2001-04-16 18:55:12 Re: Read line feature
Previous Message Dorin Grunberg 2001-04-16 17:22:42 Read line feature