Brak kompilatora C na EC2?

Próbowałem zainstalować Gearmana w mojej instancji EC2, ale kiedy próbuję ./configure gearmand, otrzymuję to:

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/ec2-user/gearmand-1.1.3':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details

Dziwne jest to, że GCC jest zdecydowanie zainstalowany.

which gcc46

zwraca

/usr/bin/gcc46

Jednak gdy próbuję uruchomić polecenie „gcc”, nie znaleziono go ...

Próbowałem wymazać / zainstalować / ponownie zainstalować gcc i gcc-c ++ przez yum, ale to chyba nie pomaga.

Jakakolwiek rada? Z góry dziękuję.

questionAnswers(1)

yourAnswerToTheQuestion