Search code examples
Why a shared library on Windows ('.dll') has additional '.lib' file for link with? T...

linuxwindowsshared-libraries

Read More
Depending on a shared library that has an undefined symbol...

c++linkershared-librariesmissing-symbols

Read More
Using a shared library within static library used by 2nd shared library and other applications, Linu...

gcclinkershared-librariesstatic-libraries

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

linuxshared-librariesldglibcelf

Read More
Why is built library so much bigger in size?...

c++buildshared-librariessizestatic-libraries

Read More
Cross Compiler Library Interaction (Dynamic Loading) (plugins)...

c++memorystructshared-libraries

Read More
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
BackNext