Functions for loading shared libraries dynamically are implemented in
libdl.so. There is a header file for this library. What is it?
According to Linux Programmer's Reference from Osborne/McGraw-Hill, my C
program should include "dlfcnt.h", like this:
#include <dlfcnt.h>
But not on my Linux distribution! I search for all files on my computer
that start with "dl" and end with ".h" and I can find none.
I looked up these functions on the Linux documentation project. While it
gives the signatures for dlopen(), dlclose(), dlerror() and dlsym(), it
does not give the values of RTLD_.. enumeration (like RTLD_LAZY) that's
passed to dlopen().
_______________________________________________
Kernel maillist - [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel