Search code examples
What exactly does `-rdynamic` do and when exactly is it needed?...


cgccshared-librarieselfdynamic-loading

Read More
Why does glibc.so have Weak symbols if they relate only to static linking...


c++clinuxlinkershared-libraries

Read More
Determine target ISA extensions of binary file in Linux (library or executable)...


linuxshared-librariesexecutablecpu-architectureinstruction-set

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


linuxshared-librarieslddynamic-linking

Read More
Unusual VS2010 Link Error LNK1104: cannot open file 'libssh2d.lib'...


visual-studio-2010shared-librarieslibssh2

Read More
Python how to share package between multiple projects...


pythonshared-librariesmultiple-projects

Read More
how shared libraries reduces the space used by process ( data, code, etc)?...


cshared-libraries

Read More
Is there any potential problem if appending more enumeration in an the header of a library which is ...


c++enumsc++14shared-libraries

Read More
Is this a bug in the JVM, or in NASM?...


javajava-native-interfaceshared-librariesnasm

Read More
How much of shared object is loaded to memory...


gcccompilationshared-librariescompiler-optimization

Read More
C/C++ with GCC: Statically add resource files to executable/library...


c++linuxgccshared-librarieself

Read More
Best default location for shared object files...


pythonshared-librariesdynamic-linking

Read More
Rust Interop with Kotlin/Native...


rustshared-librariesffikotlin-native

Read More
Is there a technique to force all private member functions to have internal linkage?...


c++shared-librarieslinkageinliningposition-independent-code

Read More
How do I catch SIGSEGV, SIGALRM, and SIGFPE with sigaction() when using JNI?...


javajava-native-interfaceshared-libraries

Read More
Including nlohmann/json in c++ Visual Studio Code Ubuntu...


c++shared-libraries

Read More
Compiler libstdc++ version vs. system version...


c++linuxg++shared-libraries

Read More
What is armeabi and why they use it?...


androidshared-libraries

Read More
Binary compatibility over what range of machines?...


cubuntushared-libraries

Read More
What does the --audit flag to GNU ld do?...


linuxshared-librariesldglibcelf

Read More
Technical Differences Between Shared and Static Libraries?...


linkershared-librariesstatic-librariesdynamic-linking

Read More
How to run .so files using through python script...


pythonshared-librariesctypes

Read More
How to compile PHP to make it independend from system libraries?...


phpconfigurationcompilationshared-libraries

Read More
shared library constructor not working...


clinuxgccshared-libraries

Read More
Why is the memory of a global variable in shared library freed after I unload the library?...


c++shared-libraries

Read More
How can I let a shared library, called by Python, access the same Python instance's globals?...


pythonshared-librariesctypes

Read More
How do I make the c++ compiler search for libraries in /usr/local/lib?...


c++gccclangshared-libraries

Read More
libgomp.so.1: cannot open shared object file...


c++pathshared-librariesopenmp

Read More
On linking of shared libraries, are they really final, and if so, why?...


linkershared-librariesdynamic-library

Read More
Why 'constructor' attributed function with the same name is called 3 times from library X in...


cdllconstructorshared-libraries

Read More
BackNext