Re: pgsql/src Makefile.shlib

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)hub(dot)org>
Cc: <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql/src Makefile.shlib
Date: 2001-03-11 10:28:28
Message-ID: Pine.LNX.4.30.0103111126400.809-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane writes:

> Modified files:
> src : Makefile.shlib
>
> Log message:
> Turns out the HPUX linker likes -Bsymbolic too. Without this, ODBC
> driver does not work because its internal cross-references get bound
> to similarly named functions in unixODBC shared library.

You probably want to define this in Makefile.hpux (compare to
Makefile.linux for example), unless you want to link *all* shared
libraries this way.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2001-03-11 11:07:01 pgsql/ /build.xml ontrib/retep/build.xml oc/sr ...
Previous Message Tom Lane 2001-03-10 23:15:20 pgsql/src Makefile.shlib