osf1 man page for ranlib

Query: ranlib

OS: osf1

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ranlib(1)						      General Commands Manual							 ranlib(1)

NAME
ranlib - Converts archives to random libraries
SYNOPSIS
ranlib [-t] archive... The ranlib command converts each archive file archive to a format that enables fast, random access by the linker.
OPTIONS
Touches the named archives without modifying them.
DESCRIPTION
If you specify the -t option, the ranlib command only touches the archives and does not modify them. This is useful after copying an ar- chive or using make with the -t option in order to avoid having ld display an error message about an out-of-date symbol table. The ranlib command is included for compatibility only. It is a shell script that invokes the ar command with the appropriate options (ar -qs for ranlib with no options, and ar -h for ranlib -t).
EXAMPLES
To convert the archive file genlib.a, enter: ranlib genlib.a
SEE ALSO
Commands: ar(1), lorder(1), make(1) ranlib(1)
Related Man Pages
granlib(1) - opensolaris
ranlib(5) - opendarwin
ranhashinit(3x) - ultrix
ranlookup(3x) - ultrix
ranlib(5) - netbsd
Similar Topics in the Unix Linux Community
Merge .lo into .so
Apache web server instalation error in HP-UX 11.31
Gamit installation error: /libraries/comlib/com_lib.a(pickfn_gftn.o)' is incompatible with i386:x86-
Compiling problem - AIX 7.2
AIX 7.1 gcc 4.8.5 issue