Re: LDFLAGS vs. shared libraries

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: LDFLAGS vs. shared libraries
Date: 2004-08-18 05:50:39
Message-ID: 4122EE2F.6040003@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Oliver Jowett <oliver(at)opencloud(dot)com> writes:
>
>>Is there a Right Way to pass extra options for
>>shared-library linking?
>
> LDFLAGS_SL is meant for this, I believe. Dunno whether you can set it
> via configure, though ... that may be an oversight. In the meantime
> you could hand-hack Makefile.global to set it.

Ok. LDFLAGS_SL only seems to be used for AIX & BeOS at the moment, and
configure does not know about it. I will look at modifying configure.in
and Makefile.shlib to support it on other platforms.

-O

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-08-18 06:05:19 Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf breaks
Previous Message Oliver Jowett 2004-08-18 05:36:52 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf breaks