Converts archive libraries to random libraries.
ranlib [ -t ] [ -X {32|64|32_64}] Archive ...
The ranlib command converts each Archive library to a random library. A random library is an archive library that contains a symbol table.
If given the -t option, the ranlib command only touches the archives and does not modify them. This is useful after copying an archive or using the -t option of the make command in order to avoid having the ld command display an error message about an out-of-date symbol table.
To randomize the archive file genlib.a, enter:
ranlib genlib.a
/usr/ccs/bin/ranlib | Contains the ranlib command. |
The Subroutines Overview in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.
The ld command, ar command, lorder command, make command.