dlopen() not finding symbol - C++ Forum
www.cplusplus.com › forum › unicesJun 30, 2010 · dlopen () not finding symbol. Jun 30, 2010 at 4:30am. erunc0 (2) I used dlxxx apis so that I can load a library dinamically. As you know, there are binary (as a host) and a shared library. In the host app, there are some symbols which should be used by the shared library. However, none of other parts of the host app uses those symbols, so I need to prevent those symbols from stripping.
dlopen() not finding symbol - C++ Forum
https://www.cplusplus.com/forum/unices/2557001.07.2010 · dlopen () not finding symbol. I used dlxxx apis so that I can load a library dinamically. As you know, there are binary (as a host) and a shared library. In the host app, there are some symbols which should be used by the shared library. However, none of other parts of the host app uses those symbols, so I need to prevent those symbols from ...