Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ranlib(CP) — System V/386 Software Development System 3.2.2b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

     Name
          ranlib - converts archives to random libraries.

     Syntax
          ranlib archive...

     Description
          ranlib converts each archive 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
          ar(CP) to reconstruct the archive, so sufficient temporary
          file space must be available in the file system containing
          the current directory.

     See Also
          ld(CP), ar(CP), copy(C), settime(ADM)

     Notes
          Failure to process a library with ranlib, or failure to
          reprocess a library with ranlib, will cause ld to fail.
          Because generation of a library by ar and randomization by
          ranlib are separate, phase errors are possible.  The loader
          ld 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.

     Value Added
          ranlib is an extension of AT&T System V provided by the
          Santa Cruz Operation.

                                                (printed 6/18/89)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026