Top "Static-libraries" questions

A static library is an archive of object files.

Trying to include a library, but keep getting 'undefined reference to' messages

I am attempting to use the libtommath library. I'm using the NetBeans IDE for my project on Ubuntu linux. I …

ubuntu build compiler-errors static-libraries linker-errors
"relocation R_X86_64_32S against " linking Error

I'm Trying to Link a static Library to a shared library , I'm Getting the Following error /usr/bin/ld: ../../../libraries/…

c++ linux shared-libraries static-libraries
How to link to a static library in C?

I use code::blocks to compile my static library. The output result is a libstatic.a file. Now, how do …

c build compilation static-libraries
Using a static library in Qt Creator

I'm having a hell of a time finding documentation which clearly explains how to use a static library in Qt …

c++ linker static-libraries qt-creator
CMake and Static Linking

I'm using CMake in a project, and I'm trying to statically link some libraries. I've set: set(BUILD_SHARED_LIBS …

gcc linker cmake static-libraries static-linking
How to merge two "ar" static libraries into one?

I have 2 static Linux libraries, created by ar cr, libabc.a and libxyz.a. I want to merge them into …

linux static-libraries ar
Android Studio + Volley

I'm new to Android Studio and I want to use Volley library for my app but i can't add the …

android android-studio android-volley static-libraries
Xcode 4 can't locate public header files from static library dependency

Alternate titles to aid search Xcode can't find header Missing .h in Xcode Xcode .h file not found lexical or …

xcode4 header preprocessor static-libraries
"undefined reference" when linking against a static library

g++ (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5 I have the following static library called sdpAPI.a. I am having problems trying to …

c++ static-libraries
Xcode - symbol(s) not found for architecture x86_64 (iOS Lib)

I am building a static library. The build setting has the Architectures set to: $(ARCHS_STANDARD) which is shown as …

ios xcode5 64-bit static-libraries