libraries [FIX]: provide shared library references in shared libraries
Let shared libraries contain an soname as well as dynamic linker references to other shared libraries they depend on. This was not yet provided in most cases. The references to other shared libraries for example are required, when using ctypes in python to access the API of a C++ library.
Please register or sign in to comment