A problem arised...After i run the dev-C++, a message have appeared: "There does not seem to be GNU make file in PATH or in DevC++'s Bin path. Please make sure that you have GNU Make file and adjust Bin setting or system PATH environment variable and that make settings in Compiler Option comtains correct filename, otherwise you will not be able to compile anything". What does it mean and what should i do to avoid this message in future and compile my source file ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-12-04
The question is answered in the "PLEASE READ BEFORE POSTING A QUESTION" thread (would you believe!?).
Basically you downloaded and installed the IDE only. You need the MinGW/GCC toolchain as well. There are two distributions Dev-C++ only, and Dev-C++ with MinGW/GCC. http://www.bloodshed.net/dev/devcpp.html
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A problem arised...After i run the dev-C++, a message have appeared: "There does not seem to be GNU make file in PATH or in DevC++'s Bin path. Please make sure that you have GNU Make file and adjust Bin setting or system PATH environment variable and that make settings in Compiler Option comtains correct filename, otherwise you will not be able to compile anything". What does it mean and what should i do to avoid this message in future and compile my source file ?
The question is answered in the "PLEASE READ BEFORE POSTING A QUESTION" thread (would you believe!?).
Basically you downloaded and installed the IDE only. You need the MinGW/GCC toolchain as well. There are two distributions Dev-C++ only, and Dev-C++ with MinGW/GCC. http://www.bloodshed.net/dev/devcpp.html