[原文] .TH LIBTOOL "1" "February 2015" "libtool 2.4.5.7-408c" "User Commands" [訳文] .TH LIBTOOL 1 2015/02 "libtool 2.4.5.7-408c" ユーザーコマンド ---------------------------------------- [原文] .SH NAME libtool - manual page for libtool 2.4.5.7-408c [訳文] .SH 名前 libtool - libtool 2.4.5.7-408c 向けのマニュアルページ ---------------------------------------- [原文] .SH SYNOPSIS .B libtool [OPTION]... [MODE-ARG]... [訳文] .SH 書式 libtool [OPTION]... [MODE-ARG]... ---------------------------------------- [原文] .SH DESCRIPTION Provide generalized library-building support services. [訳文] .SH 説明 一般化されたライブラリビルドのためのサポートサービスを提供し ます。 ---------------------------------------- [原文] .SH OPTIONS [訳文] .SH オプション ---------------------------------------- [原文] .TP --config show all configuration variables [訳文] .TP --config 設定変数をすべて表示します。 ---------------------------------------- [原文] .TP --debug enable verbose shell tracing [訳文] .TP --debug 詳細なシェルトレース出力を有効にします。 ---------------------------------------- [原文] .TP -n, --dry-run display commands without modifying any files [訳文] .TP -n, --dry-run ファイルへの修正は何も行わずに、コマンドだけ表示します。 ---------------------------------------- [原文] .TP --features display basic configuration information and exit [訳文] .TP --features 基本的な設定情報を表示して終了します。 ---------------------------------------- [原文] .TP --mode=MODE use operation mode MODE [訳文] .TP --mode=MODE 操作モードの中から MODE を利用します。 ---------------------------------------- [原文] .TP --no-warnings equivalent to '-Wnone' [訳文] .TP --no-warnings '-Wnone' と同様。 ---------------------------------------- [原文] .TP --preserve-dup-deps don't remove duplicate dependency libraries [訳文] .TP --preserve-dup-deps 重複した依存ライブラリを削除しません。 ---------------------------------------- [原文] .TP --quiet, --silent don't print informational messages [訳文] .TP --quiet, --silent 通常のメッセージを表示しません。 ---------------------------------------- [原文] .TP --tag=TAG use configuration variables from tag TAG [訳文] .TP --tag=TAG 設定変数を TAG で示されるタグから利用します。 ---------------------------------------- [原文] .TP -v, --verbose print more informational messages than default [訳文] .TP -v, --verbose デフォルトよりも多くのメッセージを表示します。 ---------------------------------------- [原文] .TP --version print version information [訳文] .TP --version バージョン情報を表示します。 ---------------------------------------- [原文] .TP -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] [訳文] .TP -W, --warnings=CATEGORY CATEGORY に該当する警告メッセージを表示します。 [デフォルト: all] ---------------------------------------- [原文] .TP -h, --help, --help-all print short, long, or detailed help message [訳文] .TP -h, --help, --help-all ヘルプメッセージをそれぞれ、短く、長く、詳細に表示します。 ---------------------------------------- [原文] .SS "Warning categories include:" [訳文] .SS 警告のカテゴリーは以下のとおりです。 ---------------------------------------- [原文] .TP 'all' show all warnings [訳文] .TP 'all' 警告メッセージをすべて表示します。 ---------------------------------------- [原文] .TP 'none' turn off all the warnings [訳文] .TP 'none' 警告メッセージをすべて非表示にします。 ---------------------------------------- [原文] .TP 'error' warnings are treated as fatal errors [訳文] .TP 'error' 警告を致命的エラーとして扱います。 ---------------------------------------- [原文] .PP MODE must be one of the following: [訳文] .PP MODE は以下のいずれかです。 ---------------------------------------- [原文] .TP clean remove files from the build directory [訳文] .TP clean ビルドディレクトリ内のファイルを削除します。 ---------------------------------------- [原文] .TP compile compile a source file into a libtool object [訳文] .TP compile ソースファイルをコンパイルして libtool オブジェクトを生成します。 ---------------------------------------- [原文] .TP execute automatically set library path, then run a program [訳文] .TP execute ライブラリのパスを自動設定した上でプログラムを実行します。 ---------------------------------------- [原文] .TP finish complete the installation of libtool libraries [訳文] .TP finish libtool ライブラリのインストールをすべて行います。 ---------------------------------------- [原文] .TP install install libraries or executables [訳文] .TP install ライブラリと実行ファイルをインストールします。 ---------------------------------------- [原文] .TP link create a library or an executable [訳文] .TP link ライブラリまたは実行ファイルを生成します。 ---------------------------------------- [原文] .TP uninstall remove libraries from an installed directory [訳文] .TP uninstall インストールディレクトリからライブラリを削除します。 ---------------------------------------- [原文] .PP MODE-ARGS vary depending on the MODE. When passed as first option, '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. [訳文] .PP MODE-ARGS は MODE に応じて変わります。 1 つめのオプションとして受け渡される場合は、 '--mode=MODE' は 'MODE' として省略できます。 あるいはその短縮形とすることもできます。 ---------------------------------------- [原文] .PP GNU libtool home page: . [訳文] .PP GNU libtool ホームページ: . ---------------------------------------- [原文] .PP When reporting a bug, please describe a test case to reproduce it and include the following information: [訳文] .PP バグを報告する際には、 バグが再現できるテストケースを示した上で、 以下の情報を含めてください。 ---------------------------------------- [原文] .TP host-triplet: x86_64-apple-darwin14.1.0 [訳文] .TP ホストのトリプレット (triplet): x86_64-apple-darwin14.1.0 ---------------------------------------- [原文] .TP shell: /bin/sh [訳文] .TP シェル: /bin/sh ---------------------------------------- [原文] .TP compiler: gcc [訳文] .TP コンパイラー: gcc ---------------------------------------- [原文] .IP compiler flags: -g -O2 linker: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeD efault.xctoolchain/usr/bin/ld (gnu? no) version: libtool (GNU libtool) 2.4.5.7-408c automake: automake (GNU automake) 1.15 autoconf: autoconf (GNU Autoconf) 2.69 [訳文] .IP コンパイラーフラグ: -g -O2 リンカー: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeD efault.xctoolchain/usr/bin/ld (gnu かどうか、no) バージョン: libtool (GNU libtool) 2.4.5.7-408c automake: automake (GNU automake) 1.15 autoconf: autoconf (GNU Autoconf) 2.69 ---------------------------------------- [原文] .SH AUTHOR Written by Gordon Matzigkeit, 1996 [訳文] .SH 著者 Gordon Matzigkeit, 1996 ---------------------------------------- [原文] .SH "REPORTING BUGS" Report bugs to . [訳文] .SH バグ報告 バグ報告は までお願いします。 ---------------------------------------- [原文] .SH COPYRIGHT Copyright © 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [訳文] .SH 著作権 Copyright © 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ---------------------------------------- [原文] .SH "SEE ALSO" The full documentation for .B libtool is maintained as a Texinfo manual. If the .B info and .B libtool programs are properly installed at your site, the command [訳文] .SH 関連項目 libtool の完全なドキュメントは Texinfo マニュアルとしてメンテナンスされています。info と libtool の両プログラムが適切にインストールされていれば、以下のコマン ド ---------------------------------------- [原文] .IP .B info libtool [訳文] .IP info libtool ---------------------------------------- [原文] .PP should give you access to the complete manual. [訳文] .PP を実行して完全なマニュアルを参照できます。 ----------------------------------------