Tom Lane wrote:
> Oliver Jowett <oliver@opencloud.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