Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-libraries

What is a .so.2 file?

c++ linux shared-libraries

STL and release/debug library mess

c++ linux gcc shared-libraries

Can't find libavcodec when running ./configure for vlc

linux gcc shared-libraries vlc

How to initialize Qt resources from a shared library?

Is an executable built differently if linked against a library that's not used?

Using otool (recursively) to find shared libraries needed by an app

Removing entries from LD_LIBRARY_PATH

linux shared-libraries

Why isn't static linking used more?

Android – how to load shared library?

Missing a library in ldd after using gcc -l

gcc linker shared-libraries ld

Linux executable can't find shared library in same folder

How can I remove a symbol from a shared object?

c linux gcc shared-libraries

What is the difference between a .so and a .lo file?

linux shared-libraries

How to embed version information into shared library and binary?

linux gcc shared-libraries

Is there an elegant way to avoid dlsym when using dlopen in C?

Does changing the order of class private data members breaks ABI

Jar mismatch error when adding library in eclipse

Compile Python 2.7.3 from source on a system with Python 2.7 already

How to compile shared lib with clang on osx

Error handling strategies in a shared library - C