Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dynamic-linking

iOS is it a static or a dynamic framework?

Force GCC to notify about undefined references in shared libraries

Weak symbol aliases on OS X similar to those on Linux, or a closest equivalent?

Why does gcc not implicitly supply the -fPIC flag when compiling static libraries on x86_64

Is it OK to use DYLD_LIBRARY_PATH on Mac OS X? And, what's the dynamic library search algorithm with it?

Print rpath of an executable on macOS

What happens to global and static variables in a shared library when it is dynamically linked?

Call Go functions from C

Telling gcc directly to link a library statically

What do linkers do?

c++ linker dynamic-linking

What do 'statically linked' and 'dynamically linked' mean?

Static linking vs dynamic linking

When to use dynamic vs. static libraries