Solucionado (ver solução)
Solucionado
(ver solução)
2
respostas

Erro ao usar ./configure

Ao usar o "./configure" sai a seguinte saída:

Setting lib to 'lib' (the default)
configure: Will try -pthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
configure: CHECKS for programs
checking for cc... no
checking for gcc... no
configure: error: in `/home/harou/Downloads/git-1.8.3.1':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
2 respostas
solução!

Olá Pedro, tudo certo?

Me parece que no seu sistema não tem um compilador em C.

Tente instalar o gcc: sudo apt-get update && apt-get install gcc e depois tente executar o ./configure novamente.

No aguardo!

Obrigado pela resposta.