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

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

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

名前

nlmconv - オブジェクトコードを NLM に変換する

書式

nlmconv
[ -I bfdname | --input-target=bfdname ] [ -O bfdname | --output-target=bfdname ] [ -T headerfile | --header-file=headerfile ] [ -V | --version ] [ --help ] infile outfile

説明

nlmconv はリロケータブルなオブジェクトファイル infile を NetWare ローダブルモジュール outfile に変換する。この際 NLM のヘッダ情報 headerfile を読むようにもできる。 NLM コマンドファイル言語の記述に関する説明は The NewWare Tool Maker Specification Manual を見よ。これは Novell, Inc. より入手できる。 現在 nlmconv が対応している i386 のオブジェクトファイル形式は COFFELFa.out である。 SPARC のオブジェクトファイル形式としては ELFa.out に対応している。
nlmconvinfile の読み込みに GNU Binary File Descriptor library を利用している。

オプション

-I bfdname , --input-target=bfdname
ソースファイルのオブジェクトフォーマットを bfdname として取り扱う。デフォルトではフォーマットを推測する。
-O bfdname , --output-target=bfdname
出力ファイルのオブジェクトフォーマットを bfdname にする。デフォルトでは nlmconv は出力フォーマットを入力フォーマットから導出する。例えば入力ファイルが i386 のものなら、出力ファイルは nlm32-i386 となる。
-T headerfile , --header-file=headerfile
NLM ヘッダ情報を headerfile から得る。 NLM コマンドファイル言語の記述に関する説明は The NewWare Tool Maker Specification Manual を見よ。これは Novell, Inc. より入手できる。
-V , --version
nlmconv のバージョン番号を表示して終了する。
-h , --help
nlmconv のオプションの要約を表示して終了する。

関連項目

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

著作権

Copyright (c) 1993 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 ユーザーアカウントをロック・アンロックする