Re: readline/libedit selection

From: Kris Jurka <books(at)ejurka(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: readline/libedit selection
Date: 2004-12-02 21:27:48
Message-ID: Pine.BSO.4.56.0412021624120.17046@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 2 Dec 2004, Tom Lane wrote:

> Reading between the lines, I wonder if your problem is that your copy of
> editline puts its headers in include/readline rather than
> include/editline?
>

Yes, this is the actual problem readline.h is indeed in
/usr/include/readline.. The missing symbols I mentioned earlier
are found in both libtermcap and libcurses, so I imagine linking to curses
is still the correct thing to do.

Kris Jurka

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-12-02 21:43:22 Re: readline/libedit selection
Previous Message Mike Mascari 2004-12-02 21:17:37 Re: 8.0RC1 tomorrow