On Thu, Aug 26, 2004, Darrell Fuhriman wrote:
> "Ralf S. Engelschall" <[EMAIL PROTECTED]> writes:
>
> > Yes, the cross-platform support makes this rather difficult. We have
> > since a longer time plans to build our packages dynamically against
> > our libraries, but until we can easily solve the multiple instance
> > problem we certainly will not go this way. The disk space and RAM space
>
> So, maybe I'm grossly mistaken about something, but isn't this
> just a matter of getting your '-R' and '-L' options right?
Yes, as long as the underlying platform supports hard-coding paths
into executables (ELF platforms do) with ld(1) option "-R", it is just
a matter of getting them right. Unfortunately for non-libtool based
libraries and applications (over 50% of the existing ones) this means we
have to fiddle around with Makefiles and more ourself. So, as always: a
solution is possible, but the costs are very high.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
The OpenPKG Project www.openpkg.org
User Communication List [EMAIL PROTECTED]