Search notes:

static libraries

A static library is a set of object files (*.o).
The default suffix of static libraries is .a.
Static libraries are created with ar, the archiver.

Index