[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to use runtime dynamic linking?



On Wed, Aug 11, 1999 at 06:16:58PM +0200, Nils Rennebarth wrote:

> I would like to add a dynamic linking facility to my program, to be able to
> separately compile new modules to add functionality. This should be
> somehow similar to the gimp, but for a completely different kind of program
> of course.
> 
> I suppose I need to use the libdl.so library. Is it documented how to use
> it? And where?

dlopen(3) provides good and enough info.

Look at libtool (>= 1.3, I think), debian packages libtool and libtool-doc,
for a wrapper arround dlopen and some more examples and documentation.

Marcelo


Reply to: