Re: Readline causing grief in build

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Readline causing grief in build
Дата
Msg-id 26666.1040433489@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Readline causing grief in build  (Dave Stewart <dstewart@aquaflo.com>)
Список 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 по дате отправления:

Предыдущее
От: Dave Stewart
Дата:
Сообщение: Readline causing grief in build
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Table referenced by OID in a view?