Код: Выделить всё
C:\Users\Ved\Dev-Cpp\Makefile.win [Build Error] [Project1.exe] Error 1
Код: Выделить всё
Compiler: Default compiler
Building Makefile: "C:\Users\Ved\Dev-Cpp\Makefile.win"
Executing make...
make.exe -f "C:\Users\Ved\Dev-Cpp\Makefile.win" all
gcc.exe main.o -o "Project1.exe" -L"C:/Users/Ved/Dev-Cpp/lib"
gcc.exe: Internal error: Aborted (program collect2)
Please submit a full bug report.
See for instructions.
make.exe: *** [Project1.exe] Error 1
Execution terminated
Я использую 64-разрядную версию Windows 8. Могу ли я запустить Dev-C++ на 64-разрядной версии?
И можно ли исправить эту ошибку?
Подробнее здесь: https://stackoverflow.com/questions/209 ... g-stopping