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
yum
기존 리포지토리 를 사용해야 합니다. 더 이상 루트로 명령을 입력하기 전에 RedHat의 자체 설명서를 읽으십시오 .