« GNU IDN Library - Libidn | メイン | libidn 付属の idn コマンド » |
このブログを書く四元輝博とジョシュア清水が経営する旅行代理店スカイメリカ
ジョシュア清水 自らが操縦する、日本語でのガイドと会話を楽しみながらハワイ島を巡るセスナの旅
このブログを書く四元輝博と共にスカイメリカを経営するハワイ島在住の日本人パイロット、ジョシュア清水のブログ
スカイメリカの共同経営者、シリコンバレー在住の四元輝博によるIT情報・ベンチャー起業に関するブログ
四元輝博によるに 「組み込みJava による M2Mソリューション」に関する調査レポート・サイト
: 個別エントリー・アーカイブ :
# cd /usr/ports/dns/libidn/ # make installのように インストールを開始する。 makeから沢山の情報が表示されるが、 その中に
---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ----------------------------------------------------------------------とあるので、libidn が /usr/local/lib にインストールされたことがわかる。
test -z "/usr/local/include" || ../build-aux/install-sh -c -d "/usr/local/include" install -o root -g wheel -m 444 'stringprep.h' '/usr/local/include/stringprep.h' install -o root -g wheel -m 444 'idna.h' '/usr/local/include/idna.h' install -o root -g wheel -m 444 'punycode.h' '/usr/local/include/punycode.h' install -o root -g wheel -m 444 'idn-free.h' '/usr/local/include/idn-free.h' install -o root -g wheel -m 444 'pr29.h' '/usr/local/include/pr29.h' install -o root -g wheel -m 444 'tld.h' '/usr/local/include/tld.h' test -z "/usr/local/include" || ../build-aux/install-sh -c -d "/usr/local/include" install -o root -g wheel -m 444 'idn-int.h' '/usr/local/include/idn-int.h'とあるので、各種の ヘッダー(インクルード)ファイルが /usr/local/include/ 下にインストールされたことがわかる。
install -o root -g wheel -m 555 -s .libs/idn /usr/local/bin/idnから、idn コマンドが ディレクトリ /usr/local/bin/ 下にインストールされたこともわかる。
install -o root -g wheel -m 444 'punycode.el' '/usr/local/share/emacs/site-lisp/punycode.el' install -o root -g wheel -m 444 'idna.el' '/usr/local/share/emacs/site-lisp/idna.el'のように Emacs Lisp API もインストールされている。 その後、多数の manページがインストールされている。
カテゴリー: DNS・URL・URI , FreeBSD 2007年5月21日 22:28
このエントリーのトラックバックURL:
http://www.skymerica.com/blog/yotsumoto/mt/mt-tb.cgi/806