1RANLIB(1) GNU Development Tools RANLIB(1)
2
3
4
6 ranlib - generate index to archive.
7
9 ranlib [-vV] archive
10
12 ranlib generates an index to the contents of an archive and stores it
13 in the archive. The index lists each symbol defined by a member of an
14 archive that is a relocatable object file.
15
16 You may use nm -s or nm --print-armap to list this index.
17
18 An archive with such an index speeds up linking to the library and
19 allows routines in the library to call each other without regard to
20 their placement in the archive.
21
22 The GNU ranlib program is another form of GNU ar; running ranlib is
23 completely equivalent to executing ar -s.
24
26 -v
27 -V
28 --version
29 Show the version number of ranlib.
30
32 ar(1), nm(1), and the Info entries for binutils.
33
35 Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
36 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
37
38 Permission is granted to copy, distribute and/or modify this document
39 under the terms of the GNU Free Documentation License, Version 1.1 or
40 any later version published by the Free Software Foundation; with no
41 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
42 Texts. A copy of the license is included in the section entitled ``GNU
43 Free Documentation License''.
44
45
46
47binutils-2.15.97 2005-04-20 RANLIB(1)