4BSD/usr/man/cat1/ranlib.1

Compare this file to the similar file:
Show the results in this format:




RANLIB(1)           UNIX Programmer's Manual            RANLIB(1)



NAME
     ranlib - convert archives to random libraries

SYNOPSIS
     ranlib archive ...

DESCRIPTION
     _R_a_n_l_i_b converts each _a_r_c_h_i_v_e to a form which can be loaded
     more rapidly by the loader, by adding a table of contents
     named __.SYMDEF to the beginning of the archive.  It uses
     _a_r(1) to reconstruct the archive, so that sufficient tem-
     porary file space must be available in the file system con-
     taining the current directory.

SEE ALSO
     ld(1), ar(1), lorder(1)

BUGS
     Because generation of a library by _a_r and randomization by
     _r_a_n_l_i_b are separate, phase errors are possible.  The loader
     _l_d warns when the modification date of a library is more
     recent than the creation of its dictionary; but this means
     you get the warning even if you only copy the library.
































Printed 11/10/80                                                1