dlopen()
ba_f <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, is it possible to dlopen() a shared lib? I'd like to execute a program that is started like this: "Example: ./gen_random -d .libs/libsim.so" I know how to start a program with arguments. But where could i put my shared lib, and which path should i pass to the executing program? Thanks, ba_f