vendredi 8 juillet 2016

Dev C++ shows different errors while compiling


#include<iostream>
using namespace std;

int main()
{
    cout << "Hello World!";
    return 0;
}

The errors are:

Warning source file not compiled.
Compiler: Default compiler
Building Makefile: "F:OmMakefile.win"
Executing  make...
mingw32-make.exe -f "F:OmMakefile.win" all
c++.exe C:/Dev-Cpp/Examples/mgt.o  -o "Project2.exe" -L"C:/Dev-Cpp/lib"  

c++.exe: Internal error: Aborted (program collect2)
Please submit a full bug report.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.

mingw32-make.exe: *** [Project2.exe] Error 1

Execution terminated

Aucun commentaire:

Enregistrer un commentaire