Top "Static-libraries" questions

A static library is an archive of object files.

CMAKE - How to properly copy static library's header file into /usr/include?

I'm getting into CMAKE usage with C and actually I'm creating two very small static libraries. My goal is: The …

c cmake static-libraries
How to check if a static library is built for 64-bit?

I just built a static library for iOS with the build setting for Architectures set to $(ARCHS_STANDARD_INCLUDING_64_BIT). …

ios objective-c static-libraries lipo
Static libraries in Xcode 4

(My question has been asked here before but with no working answers that I can see. E.g. Xcode4 Workspace …

ios xcode4 static-libraries xcode3to4
How to apply -fvisibility option to symbols in static libraries?

I have a shared library project that is built from 4 static libraries (.a) and one object (.o) file. I am …

gcc visibility static-libraries
How can i statically link standard library to my c++ program?

I'm using Code::Blocks IDE(v13.12) with GNU GCC Compiler. I want to the linker to link static versions of …

c++ linker static-libraries static-linking
Undefined symbols for architecture x86_64 - Mavericks (Yosemite, El Capitan...)

EDIT : If you fall on this post, you may want to jump directly to the answer I sent a post …

c++ macos linker static-libraries 32bit-64bit
iOS Static vs Dynamic frameworks clarifications

I have to admit that with the release of iOS 8 I am a bit confused about dynamic and static frameworks …

ios frameworks static-libraries static-linking ios-frameworks
Including header file from static library

I am making a test setup of a C static library and program. The library code, located in a subdirectory …

c gcc static-libraries header-files .a
static variable link error

I'm writing C++ code on a mac. Why do I get this error when compiling?: Undefined symbols for architecture i386: "…

c++ xcode static-libraries clang static-methods
How do I tell cmake I want my project to link libraries statically?

I'm trying to build an OpenCV-based project using CMake, running on Linux. So far my CMakeLists.txt files looks something …

linux opencv cmake static-libraries static-linking