I have a project which builds to several object files (.o) but the thing that confuses me is how to proceed from here if I want to create a single library file?
.so and .ar files, what is the difference between those?
I just want to create a basic library file which can be loaded by other libraries or executables. How about in case of static/dynamic libraries?
I'm using Kubuntu and gnu c compiler + gmake.

