Top "Static-libraries" questions

A static library is an archive of object files.

What does the "rcs" option in ar do?

I did read the man file but it does not help. "rcs" seems to be the most popular option to …

c gcc static-libraries static-linking unix-ar
Linking static library with JNI

Java versions prior Java 8 requires native code to be in a shared library, but I've read that with Java 8 it's …

java java-native-interface static-libraries java-8 static-linking
How do I fix warning MSB8012 in a static library project in Visual C++ 2010?

I am trying to convert a static library from VC++2008 to VC++2010, and I get these warnings about TargetPath and …

visual-c++ static-libraries visual-c++-2010
Android Studio : Missing Strip Tool

I am constantly getting this warning while building my android studio code using terminal command gradle clean assembleRelease: Unable to …

android android-studio arm static-libraries abi
How do static libraries do linking to dependencies?

Say I have libA. It depends on, for example, libSomething for the simple fact that a non-inline method of libA …

c++ c linker static-libraries
How to update our static library architecture for suporting arm64 Build?

Few days ago i create static-library (Universal) that work's fine with Xcode5.0 SDK7. After Update Xcode5.1 with SDK7.1 that not …

ios ios7 static-libraries arm64 xcode5.1
Combine static libraries

I tried the approach in this question, but it seems the linux version of ar is not the same as …

objective-c c xcode static-libraries
What is the use of .exp and what is the difference between .lib and .dll?

During compilation and linking, what is use of .exp? What is the difference between .lib and .dll? I know that .…

c dll linker static-libraries
How to add prebuilt static library in project using CMake?

Clion: how add or (use) prebuilt static library in my Project?

cmake static-libraries clion