Re: Readline causing grief in build

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dave Stewart <dstewart(at)aquaflo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Readline causing grief in build
Date: 2002-12-21 01:18:09
Message-ID: 26666.1040433489@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Dave Stewart <dstewart(at)aquaflo(dot)com> writes:
> I swear readline is there, located at
> /System/Library/PrivateFrameworks/readline.framework/Version/A.

Does the linker know to look for it there? Unless Apple is providing a
very customized version of gcc/ld, I'd bet not. You probably need
something along the lines of --with-libraries, but I've never tried to
do that on OS X ...

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2002-12-21 01:31:06 Re: Table referenced by OID in a view?
Previous Message Dave Stewart 2002-12-21 00:58:29 Readline causing grief in build