Shared Lib help

Kurt Wall kwall
Mon May 17 11:59:27 PDT 2004


In a 0.7K blaze of typing glory, Rick Sivernell wrote:
> Kurt or anyone else
> 
>    I have a shared lib that I have created, how do I load the lib with out linking
> from the make file or is that possible. I have a program for my algorithms class and
> the PhD has writen a make file and I do not think we are allowed to modify it at all.
> Iwould like to use a shared lib and load the resource from the mainfile? Winders has
> such a api, doe linux ?

dlopen() and friends (dlclose(), dlerror(), dlsym()).

Kurt
-- 
The bigger the theory the better.


More information about the Linux-users mailing list