OSDN Git Service

(split) Convert release and draft pages to UTF-8.
[linuxjm/LDP_man-pages.git] / draft / man1 / ldd.1
1 .\" Copyright 1995-2000 David Engel (david@ods.com)
2 .\" Copyright 1995 Rickard E. Faith (faith@cs.unc.edu)
3 .\" Copyright 2000 Ben Collins (bcollins@debian.org)
4 .\"    Redone for GLibc 2.2
5 .\" Copyright 2000 Jakub Jelinek (jakub@redhat.com)
6 .\"    Corrected.
7 .\" Most of this was copied from the README file.
8 .\" Do not restrict distribution.
9 .\" May be distributed under the GNU General Public License
10 .\"
11 .\" Japanese Version Copyright (c) 1998 NAKANO Takeo all rights reserved.
12 .\" Translated Sat May 23 1998 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
13 .\" Updated & Modified Wed Jan 6 1999 by NAKANO Takeo 
14 .\" Updated & Modified Wed Jan 16 21:05:41 JST 2002
15 .\"                 by Yuichi SATO <ysato@h4.dion.ne.jp>
16 .\"
17 .TH LDD 1 2000-10-30 "" "Linux Programmer's Manual"
18 .\"O .SH NAME
19 .\"O ldd \- print shared library dependencies
20 .SH 名前
21 ldd \- 共有ライブラリへの依存関係を表示する
22 .\"O .SH SYNOPSIS
23 .SH 書式
24 .BR ldd " [OPTION]... FILE..."
25 .\"O .SH DESCRIPTION
26 .SH 説明
27 .\"O .B ldd
28 .\"O prints the shared libraries required by each program or shared library
29 .\"O specified on the command line.
30 .B ldd
31 はコマンドラインで指定したプログラムや共有ライブラリについて、
32 それぞれで必要とされる共有ライブラリを表示する。
33 .\"O .SH OPTIONS
34 .SH オプション
35 .TP
36 .B \-\-version
37 .\"O Print the version number of
38 .\"O .BR ldd .
39 .B ldd
40 のバージョン番号を表示する。
41 .TP
42 .B \-v\ \-\-verbose
43 .\"O Print all information, including, for example,
44 .\"O symbol versioning information.
45 シンボルのバージョン情報などを含めた全ての情報を表示する。
46 .TP
47 .B \-u\ \-\-unused
48 .\"O Print unused direct dependencies.
49 .\"O (Since glibc 2.3.4.)
50 使用されていない直接の依存関係を表示する
51 (glibc 2.3.4 以降)。
52 .TP
53 .B \-d\ \-\-data\-relocs
54 .\"O Perform relocations and report any missing objects (ELF only).
55 リロケーションを実行し、足りないオブジェクトについてレポートする (ELF のみ)。
56 .TP
57 .B \-r\ \-\-function\-relocs
58 .\"O report any missing objects or functions (ELF only).
59 足りないオブジェクトや関数についてレポートする (ELF のみ)。
60 .TP
61 .B \-\-help
62 .\"O Usage information.
63 使用法を表示する。
64 .\"O .SH NOTES
65 .SH 注意
66 .\"O The standard version of
67 .\"O .B ldd
68 .\"O comes with glibc2.
69 .\"O Libc5 came with an older version, still present
70 .\"O on some systems.
71 .\"O The long options are not supported by the libc5 version.
72 標準的なバージョンの
73 .B ldd
74 は glibc2 に付属している。
75 libc5 には古いバージョンのものが付属しており、
76 これが入っているシステムもまだ存在する。
77 libc5 バージョンではロングオプションがサポートされていない。
78 .\"O On the other hand, the glibc2 version does not support
79 .\"O .B \-V
80 .\"O and only has the equivalent
81 .\"O .BR \-\-version .
82 一方、glibc2 バージョンでは
83 .B \-V
84 をサポートしておらず、これと同じ意味の
85 .B \-\-version
86 しかサポートしていない。
87 .LP
88 .\"O The libc5 version of this program will use the name of a library given
89 .\"O on the command line as-is when it contains a \(aq/\(aq; otherwise it
90 .\"O searches for the library in the standard locations.
91 .\"O To run it
92 .\"O on a shared library in the current directory, prefix the name with "./".
93 libc5 バージョンのプログラムでは、
94 コマンドラインで与えられたライブラリ名に
95 \(aq/\(aq が含まれている場合は、ライブラリ名をそのまま用いる。
96 \(aq/\(aq が含まれていない場合は、標準的なパスからライブラリを検索する。
97 カレントディレクトリにある共有ライブラリに対して実行するには、
98 名前にプレフィックス "./" を付けること。
99 .\"O .SH BUGS
100 .SH バグ
101 .\"O .B ldd
102 .\"O does not work on a.out shared libraries.
103 .B ldd
104 は a.out 共有ライブラリでは動作しない。
105 .PP
106 .\"O .B ldd
107 .\"O does not work with some extremely old a.out programs which were
108 .\"O built before
109 .\"O .B ldd
110 .\"O support was added to the compiler releases.
111 .B ldd
112 は非常に古い a.out プログラム
113 .RB ( ldd
114 のサポートがコンパイラに追加される以前にビルドされたようなプログラム)
115 では動作しない。
116 .\"O If you use
117 .\"O .B ldd
118 .\"O on one of these programs, the program will attempt to run with
119 .\"O \fIargc\fP = 0 and the results will be unpredictable.
120 このようなプログラムに対して
121 .B ldd
122 を用いると、プログラムは \fIargc\fP = 0 で実行される。結果は予想不可能である。
123 .\"O .\" .SH AUTHOR
124 .\" .SH 著者
125 .\" David Engel.
126 .\" Roland McGrath and Ulrich Drepper.
127 .\"O .SH SEE ALSO
128 .SH 関連項目
129 .BR ld.so (8),
130 .BR ldconfig (8)