Bruce Momjian wrote:
> OK, it took me a while to figure this out, but it is similar to the
> problem we have on AIX. AIX shared libraries don't track other
> libraries needed by the shared library, and non-shared libraries also
> have no such dependency information.
I'm pretty sure that static linking is completely broken for nontrivial
configurations because of this issue. If we want to support that, we
should do an all-out fix, not a fix for one library and one platform.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/