% % This is part of CLFSja package. % % This is a CTIE change file for the original XML source of the CLFSbook. % @x @y @z @x Creating a Multiarch Wrapper @y Multiarch Wrapper の生成 @z @x The Multiarch Wrapper is used to wrap certain binaries that have hardcoded paths to libraries or are architecture specific. @y Multiarch Wrapper は、ライブラリへのパス名がハードコーディングされていたりアーキテクチャー固有であるなど特定の実行モジュールをラップ (wrap) するためのものです。 @z @x Installation of The Multiarch Wrapper @y &InstallationOf1;Multiarch Wrapper &InstallationOf2; @z @x Create the source file: @y ソースファイルを生成します。 @z @x Compile and Install the Multiarch Wrapper: @y Multiarch Wrapper をコンパイルしインストールします。 @z @x This multiarch wrapper is going to be used later on in the book with Perl. It will also be very useful outside of the base CLFS system. @y Multiarch Wrapper はこの後、本書内の Perl の手順において利用していくことになります。 またこれは CLFS システム以外であっても便利なものです。 @z @x Create a testcase: @y テストケースを作成します。 @z @x Test the wrapper: @y Wrapper のテストを行います。 @z @x The output of the above command should be: @y 上記コマンドの出力結果は以下となるはずです。 @z @x Remove the testcase source, binaries, and link: @y テストケースのソース、実行モジュール、リンクを削除します。 @z @x Contents of The Multiarch Wrapper @y &ContentsOf1;Multiarch Wrapper &ContentsOf2; @z @x Installed programs @y &InstalledProgram; @z @x multiarch_wrapper @y multiarch_wrapper @z @x Short Descriptions @y &ShortDescriptions; @z @x multiarch_wrapper Will execute a different program based on the USE_ARCH variable. The USE_ARCH variable will be the suffix of the executed program. @y 環境変数 USE_ARCH に基づいて異なるプログラムを実行するものです。 USE_ARCH 変数は実行するプログラムのサフィックスとして利用されます。 @z