On Wed, 2009-05-27 at 00:16 +0200, Michael Haubenwallner wrote: > Hi, > > now I've managed to get 'make install DESTDIR=...' working on > hppa-hpux10 and hppa-hpux11 with libtool.
But wait, there's another subtlety: When the 'internal name' of a shared library does contain an absolute path instead of just a filename (or relative path), this absolute path is recorded as-is in the 'shared library list' as the fallback path into subsequent binaries. I'm playing around with "+h $install_libdir/$soname", to come up with another patch to avoid the +cdp thing, which is a mess regarding cmdline length. /haubi/