1
resposta

problema depois do ./configure

configure: Setting lib to 'lib' (the default) configure: Will try -pthread then -lpthread to enable POSIX Threads. configure: CHECKS for site configuration checking for gcc... gcc checking whether the C compiler works... no configure: error: in /home/usuario/Downloads/git-2.40.1': configure: error: C compiler cannot create executables Seeconfig.log' for more details

1 resposta

Boa tarde, Lucas. Acredito que esse problema deriva de um dilema envolvendo o compilador C. Graças a isso o comando "configure" não consegue compilar um programa de teste.

Possível solução: Verifique se realmente o compilador C está instalado. Se estiver usando debian ou derivados (Ubuntu, mint...) precisará instalar o compilador GCC (GNU Compiler Collection) usando os comandos:

  1. sudo apt update
  2. sudo apt install build-essential