Shared libraries are libraries that are loaded by programs when they start.
I am building a C++ application that uses Intel's IPP library. This library is installed by default in /opt and …
c++ g++ shared-libraries autotools intel-ippI want to create package for python that embeds and uses an external library (.so) on Linux using the cffi …
python shared-libraries python-wheel python-cffiI've build the Google Test with CMake on Mac OS X and get two shared libraries: libgtest.dylib and libgtest_…
macos deployment linker shared-libraries osx-leopardI can print list of exported function of one *.so file like nm -C lib/libopencv_ml.so and then …
linux grep shared-libraries nmI have been trying to get a project of mine to run but I have run into trouble. After much …
python shared-libraries undefined-symbol openraveI'm trying to understand this LIB file business on Microsoft Windows, and I've just made a discovery that will - …
c dll shared-libraries static-librariesThe packages I'm toying with here are rather unknown, but nevertheless the problem is rather generic. Basically, I'm trying to …
c++ linker shared-libraries ld library-pathCan someone explain to me the output of ldd command? In the following example (on Gentoo system) $ ldd /bin/date …
linux unix shared-libraries lddIn my app I have to pass a file from assets folder to shared library. I cannot do it with …
android android-ndk shared-libraries android-assetsI recently encountered this problem after an upgrade of the system: using the GCC -Wl,-rpath= option works differently than …
linux gcc shared-libraries ld dynamic-linking