$ tar xvfz popt-1.6.2.tar.gz $ cd popt-1.6.2 $ ./configure (snip) checking for GNU xgettext... configure: error: *** GNU gettext is required. The latest version *** is always available from ftp://ftp.gnu.org/gnu/gettext/. |
$ /usr/local/bin/xgettext --version ld.so.1: /usr/local/bin/xgettext: 重大なエラー: libiconv.so.2: open に失敗しました: \ ファイルもディレクトリもありません。 Killed |
$ export LD_LIBRARY_PATH=/usr/local/lib $ ./configure $ make (snip) /usr/local/bin/msgfmt -o pt.mo pt.po make[2]: *** [pt.mo] Segmentation Fault (core dumped) make[2]: Leaving directory `/usr/local/src/popt-1.6.2/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/popt-1.6.2' make: *** [all-recursive-am] Error 2 |
./configure --disable-nls |
$ make $ su # make install # exit |
$ tar xvfz popt-1.6.2.tar.gz $ cd popt-1.6.2 $ ./configure $ make $ su # make install # exit |