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

From Tom Lane
Subject Re: V8 Beta 5 on AIX
Date
Msg-id 7966.1102377203@sss.pgh.pa.us
Whole thread Raw
In response to Re: V8 Beta 5 on AIX  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> OK, so does someone want to suggest why a library used to link libpq
> would also be needed to link binaries that use libpq?

No doubt because it's one of those platforms where shared libraries
don't carry their own dependency information.  AFAICS, PTHREAD_LIBS is
not propagated into the link lines of pg_ctl or any of the other
programs that use libpq, so the only place where the linker would find
out about it is if the info is embedded in libpq.so.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [Testperf-general] Re: 8.0beta5 results w/ dbt2
Next
From: Mark Wong
Date:
Subject: Re: [Testperf-general] Re: 8.0beta5 results w/ dbt2