ranlib
Index the contents of static libraries
SYNOPSIS
ranlib archive
DESCRIPTION
ranlib generates an index to the contents of an archive and stores it in the archive. The index lists each symbol defined by a member of an archive that is a relocatable object file.
CAVEATS
Modern ar with 's' option does the same. Index speeds up linking.


