"gobigred" <[EMAIL PROTECTED]> wrote:
> Paul Jarc wrote:
>> You can use dlopen() to load the libraries and dlsym() to access a
>> specific function within a library.  Check the man pages for details.
> 
> doesn't work, i tried it before.

Were you still linking the libraries into your executable with -l?
That's probably where the linker gets confused, but you don't need to
include them there if you use dlopen().


paul


_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to