Provided by: manpages-ja_0.5.0.0.20210215+dfsg-1_all bug

名前

       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.