I am building a shared library that uses the dlopen and dlsym system calls. When I build, I get the error
undefined reference to `dlopen`
How can I fix this? Thanks!
See Question&Answers more detail:osI am building a shared library that uses the dlopen and dlsym system calls. When I build, I get the error
undefined reference to `dlopen`
How can I fix this? Thanks!
See Question&Answers more detail:os