Top "Static-libraries" questions

A static library is an archive of object files.

Combining several static libraries into one using CMake

I have a very similar problem to one described on the cmake mailing list where we have a project dependent …

c++ c cmake static-libraries
Can you reference Xib files from static libraries on the iPhone?

In my app, i currently have all my code separated into a static library, to make it easier to set …

iphone static-libraries xib
How can I inspect a static library to see if the debug symbols are being exported?

I have a static library I'm building in debug mode, but when I step into it I still get disassembly. …

c++ c static-libraries debug-symbols
Statically link ncurses to program

I'm having some problems statically linking ncurses to one of my programs Here's a really simple sample program: #include<…

c gcc compiler-construction static-libraries ncurses
Test bundle could not be loaded because an unanticipated error

Recently I have started writing test case for one old static library. I have loaded the library to Xcode 5,Since …

ios xcode5 static-libraries xctest
g++: In what order should static and dynamic libraries be linked?

Let's say we got a main executable called "my_app" and it uses several other libraries: 3 libraries are linked statically, …

c++ linker shared-libraries static-libraries dynamic-linking
Why does GCC create a shared object instead of an executable binary according to file?

I have a library I am building. All of my objects compile and link successively when I run either one …

c gcc shared-libraries static-libraries position-independent-code
Unresolved external symbol from a static library in one project, not the other. (C++)

I have a static library that compiles fine (lets call it A), and it is reliant on another static library (…

c++ visual-studio static-libraries unresolved-external
core data in a static library for the iPhone

I've built a static library that makes heavy use of the Core Data framework. I can successfully use the library …

iphone core-data static-libraries nsbundle
Visual Studio 2012 link errors with static libraries

I recently upgrade to 2012 from 2005 (I'm pretty sure) and ran into link errors when building my solution. I ran out …

dependencies visual-studio-2012 static-libraries linker-errors lnk2019