Re: V8 Beta 5 on AIX - Mailing list pgsql-hackers

From Zeugswetter Andreas DAZ SD
Subject Re: V8 Beta 5 on AIX
Date
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA40184D25F@m0114.s-mxs.net
Whole thread Raw
In response to V8 Beta 5 on AIX  (Brad Nicholson <bnichols@ca.afilias.info>)
List 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 by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [Testperf-general] Re: 8.0beta5 results w/ dbt2
Next
From: "Premsun Choltanwanich"
Date:
Subject: How can I recovery old Data from files and folders on windows?