Linux red-hatマシンにインストールしたいgettext-0.19.1.tar.xz
。
最初に次のことを行います
cd gettext-0.19.1
./configure
make
中にmake
それが上の失敗しますg++: command not found
libtool: compile: g++ -DIN_LIBASPRINTF -DHAVE_CONFIG_H -I. -c autosprintf.cc - o .libs/autosprintf.o
./libtool: line 1128: g++: command not found
make[5]: *** [autosprintf.lo] Error 1
make[5]: Leaving directory `/var/tmp/gettext-0.19.1/gettext-runtime/libasprintf'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/var/tmp/gettext-0.19.1/gettext-runtime/libasprintf'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/gettext-0.19.1/gettext-runtime'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/gettext-0.19.1/gettext-runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/gettext-0.19.1'
make: *** [all] Error 2
どうすれば修正できますか?
備考-GCCを持っています
which gcc
/usr/bin/gcc
コマンドが見つからないというエラーに関する標準的な質問があるべきではないかと思います。
—
クリスティアン・Ciupitu 14
yum
、既存のリポジトリを使用する必要があります。rootとしてコマンドを入力する前に、RedHatのマニュアルを読むのをやめてください。