Search code examples
What is the equivalent of --as--needed in macOS linker?...


macoslinkershared-libraries

Read More
Symbols of function in a library...


shared-librariesreverse-engineeringsymbols

Read More
How do I create a library in C?...


clinkershared-libraries

Read More
Why does Ubuntu's linker use --as-needed by default?...


ubuntushared-librariesld

Read More
How to create a shared library wrapper for a static library (without using source files) with CMake?...


c++cmakeshared-librariesstatic-libraries

Read More
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
CMake : error while loading shared libraries: libwhisper.so.1: cannot open shared object file: No su...


cmakeshared-librariesopenai-whisperrpathcmakelists-options

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
BackNext