Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: [PATCHES] Linking on AIX (Was: Fix linking of OpenLDAP libraries ) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] Linking on AIX (Was: Fix linking of OpenLDAP libraries )
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: [PATCHES] Linking on AIX (Was: Fix linking of OpenLDAP libraries )  ("Albe Laurenz" <[email protected]>)
List pgsql-hackers
"Albe Laurenz" <[email protected]> writes:
> Tom Lane wrote:
>> Also, I am *really* dubious about the change to
>> ecpg/test/Makefile.regress --- if that's necessary then this whole
>> exercise is wrong.

> For a dynamic build you do not need the change.
> Only a --disable-shared build will gag without it.

Ah.  In that case I think the answer is that that makefile should be
using $(libpq) or possibly $(libpq_pgport) from Makefile.global,
rather than bare "-lpq".
        regards, tom lane


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Limited Sort
Next
From: Matteo Beccati
Date:
Subject: Re: -HEAD planner issue wrt hash_joins on dbt3 ?