Top "Static-libraries" questions

A static library is an archive of object files.

ld linker question: the --whole-archive option

The only real use of the --whole-archive linker option that I have seen is in creating shared libraries from static …

build-process linker static-libraries
Why do we use use_frameworks! in CocoaPods?

I have used use_frameworks! in CocoaPods Podfile many times. I just wonder why do we use it? I couldn't …

ios frameworks cocoapods static-libraries
c++ undefined references with static library

I'm trying to make a static library from a class but when trying to use it, I always get errors …

c++ static-libraries
Convert a Static Library to a Shared Library?

I have a third-party library which consists mainly of a large number of static (.a) library files. I can compile …

c linux shared-libraries static-libraries
Why linker link static libraries with errors? iOS

I have a problem with linking my mixed language framework to a project. 1) I create a framework with Swift and …

ios objective-c swift static-libraries static-linking
Difference between framework and static library in xcode4, and how to call them

I am quite new to xcode and objective-c. I want to ask a very basic question. I saw that when "…

objective-c xcode4 static-libraries
How can I create static library and can add just .a file on any project in ios

How can I create static library and can add just .a file on any project in ios. I tried doing …

ios xcode ios4 static-libraries objective-c++
Objective-C categories in static library

Can you guide me how to properly link static library to iPhone project. I use static library project added to …

iphone objective-c static-libraries categories
"undefined reference to" errors when linking static C library with C++ code

I have a test file (just for the link test) where I overload the new/delete operators with my own …

c++ c static-libraries
OpenCV as a static library (cmake options)

I want to use OpenCV library in an embedded system and I need to compile my project using OpenCV as …

opencv cmake static-libraries