HOME > Linux Tips ( 目次 ) > Linux コマンド 一覧表 > r > ranlib - コマンド (プログラム) の説明

ranlib - コマンド (プログラム) の説明 - Linux コマンド集 一覧表

  1. 名前
  2. 書式
  3. 説明
  4. オプション
  5. 関連項目
  6. 著作権

名前

ranlib - 書庫のインデックスを作成する

書式

ranlib [ -v | -V ] archive

説明

ranlib は書庫 (archive) の内容に関するインデックスを作成し、その書庫に書き込 む。インデックスはアーカイブのメンバー(リロケータブルなオブジェクトファ イル)で定義されているシンボルを全てリストする。

このリストを見るには ` nm -s 'または ` nm --print-armap 'を用いれば良い。

このようなインデックスを持つ書庫は、ライブラリとしてリンクするときの動 作が高速になる。またライブラリの中のルーチンが(書庫内部での位置には関 係なく)お互いをコールすることができるようになる。

GNU ranlib プログラムは GNU ar の別名である。 ranlib を実行するのと ` ar -s 'とは完全に等価である。

オプション

-v
ranlib のバージョン番号を表示して終了する。

関連項目

info の ` binutils ' エントリ、 The GNU Binary Utilities ,Roland H. Pesch (October 1991)、 ar ( 1 )、 nm ( 1 )

著作権

Copyright (c) 1991 Free Software Foundation, Inc.

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.

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.

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.

Linux Tips 関連記事
Linux Tips(目次)
Linux ディストリビューション一覧
rpm のファイル名にあるi386とかi686とは
自分のマシンの情報を調べる
cron の設定
ssh の root ログインを禁止する
ssh を、ユーザ、IPでアクセス制限
鍵交換方式によるssh接続
鍵交換方式によるssh接続( windowsから )
複数ファイル内の文字列を置換して上書き保存する
あるグループをイニシャルグループとするユーザー一覧出力
複数ファイルのファイル名を一括変換する
連番ファイルをコマンド一発で作成する
中身がランダムなファイルを任意のサイズで作成する
Linux ユーザーアカウントをロック・アンロックする