> Kurt Pfeifle wrote: >>I thought there was some other utility/system function available that >>you can use from C++ programs to do the same thing.... > > No, that's ldd. dlopen with RTLD_LOCAL, followed by dlsym? Though I guess dlopening a binary is /way/ unportable.