Informações da última versão: Ubuntu Linux 20.10 - Groovy Gorilla
paulo@paulo-desktop:~/Documentos$ gcc -c teste.cpppaulo@paulo-desktop:~/Documentos$ chmod 755 teste.opaulo@paulo-desktop:~/Documentos$ ./teste.obash: ./teste.o: impossível executar arquivo binário
gcc teste.c -o teste g++ teste.cpp -o teste
g++ teste.cpp -o teste