----- Original Message -----
From: "John DeSoi" <desoi@pgedit.com>
To: "Teunis Peters" <teunis@wintersgift.com>
Cc: "PostgreSQL general" <pgsql-general@postgresql.org>
Sent: Sunday, June 26, 2005 6:13 PM
Subject: Re: [GENERAL] MacOSX, fink, missing readline/readline.h
>
> On Jun 26, 2005, at 4:29 PM, Teunis Peters wrote:
>
>> This has to do with building postgresql-8.0.3
>>
>> I'm installing on a MacOSX system (10.3) and configure's failing to find
>> the readline installation.
>
>
> What does your configure command look like? I have not tried it in a
> while, but this used to work for me:
>
> ./configure --with-includes=/sw/include --with-libraries=/sw/lib
This makes the assumption that readline was installed via fink, I think. A
likely assumption, probably. If you haven't done that, it is pretty easy to
do....
Sean