Search code examples
undefined reference to `dp_lib_init()`...

c++makefilelinkerstatic-linkingdynamic-linking

Read More
Static link libpng into a shared library...

cshared-librariesstatic-librariesldstatic-linking

Read More
How does one use libtool/libltdl's dlpreopening / preloading?...

ccompilationlinkerstatic-linkinglibtool

Read More
What does the "rcs" option in ar do?...

cgccstatic-librariesstatic-linkingunix-ar

Read More
CMake linking static libraries in different subdirectories into one single static library...

c++cmakestatic-librariesstatic-linking

Read More
How to make static executable without unnecessary libraries functions?...

gcclinkerstatic-linking

Read More
How to compile a static musl binary of a Rust project with native dependencies?...

ruststatic-linkingrust-cargomusl

Read More
Is the built-in Python module sqlite3 using the global computer's sqlite3 shared library, or is ...

pythonlinuxsqlitestatic-linkingdynamic-linking

Read More
How can I use CMake and FindLibXml2 to link against a static version of LibXml2 that requires no DLL...

c++cmakestatic-librariesstatic-linkinglibxml2

Read More
Library compile time settings mismatch when linking spdlog from conan using CMake/VS2019?...

c++static-linkingconanspdlog

Read More
Static linking FFmpeg libraries on android...

ffmpegandroid-ndkstatic-librariesstatic-linkingconfigure

Read More
What is selective linking in GCC?...

cgccstatic-linking

Read More
Generate Static Executable with CMake...

ccmakestatic-librariesstatic-linking

Read More
Does my wrapper library .dll depend on the external .lib file I link?...

c++dllc++-clistatic-linking

Read More
Building and linking lua from source via makefile...

luac++17gnu-makestatic-linking

Read More
writing a pkg-config file that supports `--static`...

buildstatic-linkingpkg-config

Read More
Cannot static link ncurses with MinGW...

ncursesstatic-linkingmingw-w64

Read More
segfault after linking static library into both exe and shared lib...

gcclinkerstatic-linkingdynamic-linking

Read More
Suggestions for static library to avoid name collision...

c++static-librariesstatic-linking

Read More
How does static linking without an archive file work?...

creferencelinkeroperating-systemstatic-linking

Read More
Linux static linking is dead?...

linuxgccglibcstatic-linking

Read More
Xamarin.iOS native linking error MTOUCH MT5210 undefined symbol std::string...

dependency-injectionxamarin.ioslinkernativestatic-linking

Read More
Link error with static library in C++20 module...

c++static-librarieslinker-errorsc++20static-linking

Read More
How to let ld use PIC version of libc.a...

clinkerldstatic-linkinglibc

Read More
C - Compile with dependencies included...

cgccstatic-linking

Read More
Can I include an existing static library in my own static library project?...

visual-studiovisual-c++static-librariesstatic-linking

Read More
Static and Dynamic/Shared Linking with MinGW...

c++gccmingwstatic-linkingdynamic-linking

Read More
RuntimeLibrary mismatch error when importing Protobuf (Win64, CMake)...

c++cmakeprotocol-buffersstatic-linkingdynamic-linking

Read More
How can a static variable from other file accessed here on the C program below?...

clinker-errorsexternalstatic-linking

Read More
Detect static Qt in cmake...

qtcmakestatic-linking

Read More
BackNext