ranlib
ranlib
# To generate an index for the archive file `lib.a`:
ranlib lib.a
# To print the table of contents for the archive file `lib.a`:
ranlib -t lib.a
# To create a new index for the archive file `lib.a`, even if one already exists:
ranlib -c lib.ahelp
Usage: ranlib [options] archive
Generate an index to speed access to archives
The options are:
@<file> Read options from <file>
--plugin <name> Load the specified plugin
-D Use zero for symbol map timestamp (default)
-U Use an actual symbol map timestamp
-t Update the archive's symbol map timestamp
-h --help Print this help message
-v --version Print version informationbreakdown
Last updated