Re: Readline causing grief in build - Mailing list pgsql-novice

From Tom Lane
Subject Re: Readline causing grief in build
Date
Msg-id 26666.1040433489@sss.pgh.pa.us
Whole thread Raw
In response to Readline causing grief in build  (Dave Stewart <dstewart@aquaflo.com>)
List pgsql-novice
Dave Stewart <dstewart@aquaflo.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

pgsql-novice by date:

Previous
From: Dave Stewart
Date:
Subject: Readline causing grief in build
Next
From: Josh Berkus
Date:
Subject: Re: Table referenced by OID in a view?