aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/man/man1/ranlib.1
blob: 5f68cfa4f2db0b654946bfb1b3fffe04378ce952 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.\" Copyright (c) 1991 Free Software Foundation
.\" See section COPYING for conditions for redistribution
.TH ranlib 1 "5 November 1991" "cygnus support" "GNU Development Tools"
.\" jpman %Id: ranlib.1,v 1.3 1998/12/05 18:37:56 horikawa Stab %
.de BP
.sp
.ti \-.2i
\(**
..

.SH 名称
ranlib \- アーカイブに対するインデックスの生成

.SH 書式
.hy 0
.na
.B ranlib \c
.RB "[\|" \-v | \-V "\|]"
.I archive\c
\&
.ad b
.hy 1
.SH 解説
.B ranlib
はアーカイブの中身のインデックスを生成し、アーカイブ中に格納します。
インデックスは、再配置可能なオブジェクトファイルであるアーカイブの
メンバによって定義されている、シンボルのリストです。
.PP
.RB ` "nm \-s" '
または
.RB ` "nm \-\-print-armap" '
とすると、このインデックスのリストを見ることができます。
.PP
このようなインデックスを持ったアーカイブは、ライブラリへのリンクを
高速化します。また、ライブラリ中のルーチンがアーカイブ中のどこにあるの
かに関わらず、互いに呼び出すことができるようになります。
.PP
GNU
.B ranlib
プログラムは GNU
.BR ar
の別の表現です。
.B ranlib
を実行することは
.RB ` "ar \-s" '
を実行することと完全に等価です。

.SH オプション
.TP
.B \-v
.B ranlib
のバージョンを表示して終了します。

.SH 関連項目
.B
info\c
\&; 
.I
The GNU Binary Utilities\c
\&, Roland H. Pesch (October 1991) 中のエントリ
.RB "`\|" binutils "\|'"\c
\&;
.BR ar "(" 1 "),"
.BR nm "(" 1 ")."


.SH COPYING
Copyright (c) 1991 Free Software Foundation, Inc.
.PP
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.
.PP
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one.
.PP
Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for modified
versions, except that this permission notice may be included in
translations approved by the Free Software Foundation instead of in
the original English.