C compiler Cannot create executable?
Dica publicada em C/C++ / Miscelânea
C compiler Cannot create executable?
Uma dica rápida:
Se, ao tentar compilar um programa no Kurumin, Knoppix ou Debian receber a mensagem:
"checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
make: *** [configure-stamp] Error 77"
Basta instalar o compilador g++ com o comando:
# apt-get install g++
e o problema está resolvido...
Have Phun!
Se, ao tentar compilar um programa no Kurumin, Knoppix ou Debian receber a mensagem:
"checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
make: *** [configure-stamp] Error 77"
Basta instalar o compilador g++ com o comando:
# apt-get install g++
e o problema está resolvido...
Have Phun!