New posts in shared-libraries

How do you find what version of libstdc++ library is installed on your linux machine?

cmake: how to keep path to libraries during installation

Convert a Static Library to a Shared Library?

Difference between .a .o and .lo file

Android NDK linking

How to specify the library version to use at link time?

What is a file with extension .a?

Elegantly call C++ from C

Global variables for node.js standard modules?

Easy check for unresolved symbols in shared libraries?

"relocation R_X86_64_32S against " linking Error

Compilation fails with "relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object"

Linking a shared library with another shared lib in linux

How to create your own library for Android development to be used in every program you write?

When / How does Linux load shared libraries into address space?

What is the equivalent of Linux's ldd on windows? [closed]

Why am I getting a gcc "undefined reference" error trying to create shared objects?

Why does GCC create a shared object instead of an executable binary according to file?

Merge multiple .so shared libraries

What's the difference between -rpath and -L?