Go to the first, previous, next, last section, table of contents.


nlmconv

@command{nlmconv}は,再配置可能なオブジェクトファイルをNetWare Loadable Moduleに変換します.

警告: @command{nlmconv}は,NLMターゲットに対してのみ役に立つので, 常にバイナリユーティリティの一部として構築されるわけではありません.

nlmconv [@option{-I} bfdname|@option{--input-target=}bfdname]
        [@option{-O} bfdname|@option{--output-target=}bfdname]
        [@option{-T} headerfile|@option{--header-file=}headerfile]
        [@option{-d}|@option{--debug}] [@option{-l} linker|@option{--linker=}linker]
        [@option{-h}|@option{--help}] [@option{-V}|@option{--version}]
        infile outfile

@command{nlmconv}は,再配置可能な`i386'オブジェクトファイル infileをNetWare Loadable Module outfileに変換し,さらに,NLM ヘッダ情報に対するheaderfileを読み込みます.ヘッダで使用されている NLMコマンドファイル言語を書くことに関する説明は, Novell, Inc.で利用可能 な,NLM Software Developer's Kit ("NLM SDK")の一部である,NLM Development and Tools Overviewの,`linkers'セクションの特定の `NLMLINK'を参照してください.@command{nlmconv}は,infileを読 み込むために,GNU Binary File Descriptorライブラリを使用します. 詳細は,section `BFD' in Using LD,を参照してください.

@command{nlmconv}はリンクステップを実行することが可能です.言い換えると, (コマンドラインで一つの入力ファイルを単に指定するのではなく)定義ファイル でリストアップした場合,入力に対して一つ以上のオブジェクトファイルをリス トアップすることが可能です.この場合,@command{nlmconv}はリンカを呼び出 します.

@env{-I bfdname}
@env{--input-target=bfdname}
入力ファイルのオブジェクトフォーマットです.@command{nlmconv}は,通常与 えられたファイルのフォーマットを決定することが可能です(そのためデフォル トは不要です).詳細は,See section ターゲットの選択.
@env{-O bfdname}
@env{--output-target=bfdname}
出力ファイルのオブジェクトのフォーマットです.@command{nlmconv}は,出力 のフォーマットを入力のフォーマットを元に推測し,例えば,`i386'入力 ファイルに対する出力のフォーマットは,`nlm32-i386'になります.詳細 は,See section ターゲットの選択.
@env{-T headerfile}
@env{--header-file=headerfile}
NLMヘッダ情報のためにheaderfileを読み込みます.ヘッダファイルで使 用されているNLMコマンドファイルの言語を書くときの命令については,Novell, Inc. で利用可能なNLM Software Developer's Kitの一部となっている, NLM Development and Tools Overview`linkers'セクションを参 照してください.
@env{-d}
@env{--debug}
@command{nlmconv}が使用しているリンカコマンドラインを(標準エラー出力に) 表示します.
@env{-l linker}
@env{--linker=linker}
すべてのリンクでlinkerを使用します.linkerは,絶対パス名また は相対パス名が可能です.
@env{-h}
@env{--help}
使用方法の概要を出力します.
@env{-V}
@env{--version}
@command{nlmconv}のバージョンナンバーを出力します.


Go to the first, previous, next, last section, table of contents.