我想在我的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
我想知道是否应该没有关于命令未找到错误的规范问题。
—
Cristian Ciupitu 2014年
yum
现有的存储库。在以root用户身份输入任何其他命令之前,请先停止阅读RedHat自己的手册。