Re: [gentoo-user] "prelink" a dynamic library

2008-10-03 Thread Paul Hartman
On Wed, Oct 1, 2008 at 11:53 AM, Helmut Jarausch <[EMAIL PROTECTED]> wrote: > Hi, > > I want to create a shared library, say libULIB.so, > which needs additional shared libraries, e.g. libmpfr.so and > libgmp.so . > > My users only use the functions provided by libULIB.so. > > Is there a means to "

Re: [gentoo-user] "prelink" a dynamic library

2008-10-03 Thread b.n.
Helmut Jarausch ha scritto: On 2 Oct, [EMAIL PROTECTED] wrote: On Wed, 01 Oct 2008 18:53:04 +0200 (CEST) Helmut Jarausch <[EMAIL PROTECTED]> wrote: Hi, Hello Helmut, I want to create a shared library, say libULIB.so, which needs additional shared libraries, e.g. libmpfr.so and libgmp.so .

Re: [gentoo-user] "prelink" a dynamic library

2008-10-03 Thread Helmut Jarausch
On 2 Oct, [EMAIL PROTECTED] wrote: > On Wed, 01 Oct 2008 18:53:04 +0200 (CEST) > Helmut Jarausch <[EMAIL PROTECTED]> wrote: > >> Hi, > > Hello Helmut, > >> I want to create a shared library, say libULIB.so, >> which needs additional shared libraries, e.g. libmpfr.so and >> libgmp.so . >> >> M

Re: [gentoo-user] "prelink" a dynamic library

2008-10-02 Thread bzk0711
On Wed, 01 Oct 2008 18:53:04 +0200 (CEST) Helmut Jarausch <[EMAIL PROTECTED]> wrote: > Hi, Hello Helmut, > I want to create a shared library, say libULIB.so, > which needs additional shared libraries, e.g. libmpfr.so and > libgmp.so . > > My users only use the functions provided by libULIB.so.

[gentoo-user] "prelink" a dynamic library

2008-10-01 Thread Helmut Jarausch
Hi, I want to create a shared library, say libULIB.so, which needs additional shared libraries, e.g. libmpfr.so and libgmp.so . My users only use the functions provided by libULIB.so. Is there a means to "prelink" libULIB.so, so that the libraries libmpfr.so and libgmp.so are not needed by the u