Top "Static-libraries" questions

A static library is an archive of object files.

b2 vs bjam for building Boost library

I built Boost for VS2013, 64-bit architecture using both b2.exe and bjam.exe. According to Boost documentation, b2 must …

c++ boost dll static-libraries import-libraries
Xcode linking against static and dynamic library

I have some problems with linking my macOS app against C libraries. I have several question related to this issue. …

c++ xcode static-libraries dylib dynamic-library
How to select multiple image/video in android project?

I am creating app in which I want to choose multiple photo and video from photo/video library of device, …

android android-intent static-libraries photo-gallery
FFMPEG for Android toolchains: arm-linux-armeabi-eabi-pkg-config - is there any toolchain in existence containing the pkg-config tool

Does anybody know any toolchain for ffmpeg linux arm platform which contains the arm-linux-androideabi-pkg-config tool? The Android NDK does not …

android compilation ffmpeg static-libraries linux-toolchain
Convert a static library target into a framework target in an Xcode project

I have a an Xcode project which produces a static library. My team plans all new development in Swift. It …

ios swift frameworks static-libraries
Static initialization and destruction of a static library's globals not happening with g++

Until some time ago, I thought a .a static library was just a collection of .o object files, just archiving …

c++ g++ linker global-variables static-libraries
What am I missing in compiler options for linking with JSON-C static library?

I am trying to compile the json-c-0.9 test binaries, while statically linking to libjson.a, which I have built and …

c static-libraries json-c
Is it possible to unit test a static library project using XCode's SenTestingKit?

I've created an iOS unit test target for doing logic tests following the steps provided in Apple's documentation. However my …

testing ios static-libraries ocunit
Why are LIB files beasts of such a duplicitous nature?

I'm trying to understand this LIB file business on Microsoft Windows, and I've just made a discovery that will - …

c dll shared-libraries static-libraries
How do you use libtool to create .a files (static libraries) on Mac OS?

When it comes to using the terminal to build libraries manually and such I unfortunately do not have much experience …

objective-c macos compilation static-libraries libtool