Boa tarde galera, Estava realizando os exercícios da aula e reparei no terminal que os comandos não estavam rodando, seja por algum erro ou por não conter algo. Será que vocês poderiam me ajudar a soluciona-los?
Após descompactar o git-2.7.1, entrei no diretório e dei o comando ./configure:
configure: Setting lib to 'lib' (the default)
configure: Will try -phthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in '/home/mathaus/Downloads/git-2.7.1':
configure: error: no acceptable C compiler found in $PATH
See 'config.log' for more details
Tentei continuar e dei o comando make:
CC credential-store.o
/bin/sh: 1: cc: not found
make: ** [credential-store.o] Erro 127
Desde já agradeço!