Re: V8 Beta 5 on AIX

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: V8 Beta 5 on AIX
Дата
Msg-id 10506.1102396534@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: V8 Beta 5 on AIX  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: V8 Beta 5 on AIX
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> However, one thing we can do is to try this in Makefile.aix:
>     # AIX needs threads for everything that uses libpq
>     LIBS += $(PTHREAD_LIBS)
> That is going to enable thread libs for all linking including the
> backend, but it might work.

That is certainly wrong.  The correct thing is to add PTHREAD_LIBS to
all and only those links that include libpq.  I suspect that the cc_r
business is a red herring and the real problem is just that you forgot
to include the libraries --- if so, AIX is probably not the only
platform that will break.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Call for port reports
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Call for port reports