RANLIB

Section: GNU Development Tools (1)
Updated: 2004-04-09
索引 jman
 

索引

名称

ranlib - アーカイブに対するインデックスの生成  

索引

書式

ranlib [-vV] archive  

索引

解説

ranlib はアーカイブの中身のインデックスを生成し、アーカイブ中に格納します。 インデックスは、再配置可能なオブジェクトファイルであるアーカイブの メンバによって定義されている、シンボルのリストです。

nm -s または nm --print-armap とすると、このインデックスのリストを見ることができます。

このようなインデックスを持ったアーカイブは、ライブラリへのリンクを 高速化します。 また、ライブラリ中のルーチンがアーカイブ中のどこにあるの かに関わらず、互いに呼び出すことができるようになります。

GNU ranlib プログラムは GNU ar の別の表現です。 ranlib を実行することは ar -s を実行することと完全に等価です。  

索引

オプション

-v
-V
--version
ranlib のバージョンを表示して終了します。
 

索引

関連項目

ar(1), nm(1), binutils の Info エントリ。  

索引

COPYRIGHT

Copyright (c) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''.


 

索引

Index

名称
書式
解説
オプション
関連項目
COPYRIGHT

jman



Time: 07:06:16 GMT, January 12, 2009