Re: pgsql/src Makefile.shlib

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

Tom Lane writes:

> Hm. I don't see a reason not to do all our shlibs that way;
> it seems to me that being able to break a shlib by means of
> an accidental conflict with one of its internal function names
> is a Bad Thing.

I don't know why this is a feature, let alone the default, but this
doesn't seem like the time to find out. After all ELF is a pretty widely
used format these days and everybody links their libraries this way.

I actually had to use -Bsymbolic in another project because of conflicts,
but the whole build ended up being very noisy and broke for obscure
reasons.

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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Mount 2001-03-12 15:40:12 Re: DatabaseMetaData and ResultSetMetaData
Previous Message Bruce Momjian - CVS 2001-03-11 19:26:59 pgsql/doc TODO