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 28223.1158593711@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] Linking on AIX (Was: Fix linking of OpenLDAP libraries )  ("Albe Laurenz" <all@adv.magwien.gv.at>)
List pgsql-hackers
"Albe Laurenz" <all@adv.magwien.gv.at> 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 ?