Re: V8 Beta 5 on AIX

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DAZ SD
Тема Re: V8 Beta 5 on AIX
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA40184D25F@m0114.s-mxs.net
обсуждение исходный текст
Ответ на V8 Beta 5 on AIX  (Brad Nicholson <bnichols@ca.afilias.info>)
Список pgsql-hackers
> OK, so does someone want to suggest why a library used to link libpq
> would also be needed to link binaries that use libpq?  And with no cc_r
> it seems I have no idea how to get this working.

AIX does not pull in any libraries that a shared lib depends upon, not even libc.
You only specify those on the .so link line so the linker can check what
is unresolved.

If he does not have cc_r, then he eighter uses gcc or a newer compiler,
that does not need cc_r any more ???

I would generally use cc_r if it exists or gcc for the threaded build.
The performance difference between cc and cc_r should not be noticeable.

Andreas


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: [Testperf-general] Re: 8.0beta5 results w/ dbt2
Следующее
От: "Premsun Choltanwanich"
Дата:
Сообщение: How can I recovery old Data from files and folders on windows?