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@gmx.net http://yi.org/peter-e/