Inspecting Dynamic Libraries
If you want to see what symbols are exported by a dynamic library you can do so using otool
:
otool -L wx/_core_.so
References
- Oracle.comdynamic_libraries_rpath_and_mac
- StackOverflow
If you want to see what symbols are exported by a dynamic library you can do so using otool
:
otool -L wx/_core_.so