gcc46 e nenhum compilador c encontrado no Amazon EC2

1

Estou tentando instalar o Gearman na minha instância do EC2, mas quando tento configurar o comando / configure o comando, obtenho o seguinte:

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

Agora, o estranho é que o GCC está definitivamente instalado.

which gcc46

retorna

/usr/bin/gcc46

No entanto, quando tento executar o comando "gcc", não é encontrado ...

Eu tentei apagar / intall / reinstalar o gcc e gcc-c ++ via yum, mas isso não parece estar ajudando.

Algum conselho? Agradecemos antecipadamente.

    
por Ghostcode 10.11.2012 / 20:56

1 resposta

0

Você precisa instalar as dependências listadas em .travis.yml .

    
por 07.06.2017 / 08:08