Search code examples
Embed RPATH instead of RUNPATH in when building shared-objects on Ubuntu 18.04...


g++lddynamic-linkingubuntu-18.04rpath

Read More
When is late enough to use dlsym to find functions in another shared library?...


linuxdynamic-linkingld-preloaddlsym

Read More
Why is linking a dynamic library against a static library apparently easy on Windows but on Linux `-...


dllshared-librariesstatic-linkingdynamic-linking

Read More
DelayLoad different libraries with identical names...


c++dlldynamic-linkingdelay-load

Read More
How to link an .la file using Mingw...


g++mingwdynamic-linkingportaudio

Read More
Linux shared library loading and sharing the code with other process...


linuxmemory-managementlinux-kernelshared-librariesdynamic-linking

Read More
What happens when two macOS .plugin depend on same .dylib and each bundles it separately inside plug...


macospluginsdynamic-linkingdylib

Read More
@rpath for a dynamic library embedded in a framework...


macosdynamic-linkingrpath

Read More
How can I change the name of prebuilt shared library so that the executables can link with the new n...


androidlinuxlinkershared-librariesdynamic-linking

Read More
Dynamic linking in zOS...


dynamic-linkingzos

Read More
dlopen from memory?...


cdynamic-linkinglddlopen

Read More
How to rename a shared library to avoid same-name conflict?...


linuxlinkershared-librariesdynamic-linkingfile-rename

Read More
Print rpath of an executable on macOS...


macoscommand-lineterminaldynamic-linkingdarwin

Read More
attempting to link libc statically with clang, ldd showing dynamic linking?...


cclangstatic-linkingdynamic-linkinglibc

Read More
What does `var@GOTPCREL(%rip)` mean?...


assemblyx86-64dynamic-linkingattgot

Read More
dynamic linker in mac is not reading rpath...


cmacosdynamic-linking

Read More
Does using shared libraries lead to having a single instance of global variables?...


cglobal-variablesshared-librariesstatic-linkingdynamic-linking

Read More
removeEventListener is Deprecated and i don't achieve to refacto it properly...


react-nativerefactoringdeep-linkingdeprecateddynamic-linking

Read More
Making binary depend on the correct `libpthread`...


linuxdynamic-linking

Read More
C program without header...


clinuxcompilationdynamic-linking

Read More
How to set RPATH and RUNPATH with GCC/LD?...


linuxgccshared-librarieslddynamic-linking

Read More
Where is the order in which ELF relocations are applied specified?...


c++elfdynamic-linkingabirelocation

Read More
Overriding 'malloc' using the LD_PRELOAD mechanism...


cmallocdynamic-linkingld-preload

Read More
How to reduce dynamic library loading time?...


linuxshared-librarieslddynamic-linking

Read More
Statically include libc in c++ program with gcc without using -static option...


c++gcclddynamic-linking

Read More
Unable to dynamically link on Alpine...


clangshared-librariesalpine-linuxdynamic-linkingmusl

Read More
Why aren't LIBs and DLLs interchangeable?...


cdllshared-librariesstatic-librariesdynamic-linking

Read More
Is it possible to build a dynamic framework without the symbols of a static library that it links to...


xcodestatic-librariesstatic-linkingdynamic-linkingdynamic-frameworks

Read More
What exactly is static variable behaviour in multiple linkeage of a library that contains it in C++?...


c++staticstatic-linkingdynamic-linkingextern

Read More
What is the linux command that gives the paths to libraries for linking during c++ compilation?...


c++linuxlinkerstatic-linkingdynamic-linking

Read More
BackNext