|
|
1.1 root 1:
2:
3: ranlib Command ranlib
4:
5:
6:
7:
8: Create index for library
9:
10: rraannlliibb _l_i_b_r_a_r_y ...
11:
12: ranlib creates an index for a library created by the archiver ar.
13: This greatly increases the speed with which the linker ld can
14: search a library, and so link your program.
15:
16: ranlib inserts at the beginning of the library a sorted index of
17: all global symbols defined in object modules in the library,
18: together with the offset of the module in the library. If the
19: index already exists, ranlib updates it.
20:
21: ***** Files *****
22:
23: __.SSYYMMDDEEFF -- Index module
24:
25: ***** See Also *****
26:
27: ar, ar.h, commands, ld
28:
29: ***** Diagnostics *****
30:
31: ranlib issues appropriate messages for I/O errors or bad format
32: files. It does not rewrite a library until the last possible
33: moment, so the library is usually unchanged in case of error.
34: ranlib processes each library independently. The exit status is
35: the number of libraries in which errors were encountered.
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64: COHERENT Lexicon Page 1
65:
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.