Cant compile in DevC++

Oct 23, 2008 at 7:08am
I'm using Bloodshed DevC++ but it cannot compile,and only displaying this message "The system could not find the file specified".And when I start it,it displays this CAUTION:There doesn't seem to be GNU Make file in PATH or in Dev-C++ Bin Path.Please make sure that you have GNU Make and adjust Bin setting or system PATH enviroment variable and that make setting in Compiler Option contains correct filename,otherwise you will not be able to compile anything.

Please help,because I'm new to programming and all this is greek to me
Oct 23, 2008 at 12:20pm
First of all, you can try to re-install DevC++.

If that doesnt work, i have a question:
Can you find make.exe in c:\\dev-cpp\bin (you may have dev-cpp on another location)?
Oct 28, 2008 at 6:17am
re-installing does not work and there is a file "rm" in c:\\dev-cpp\bin.More help please
Oct 28, 2008 at 6:34am
Which version did you install?
Did you check bloodshed.net for install issues with your version?
FYI: I installed version 4.9.9.2 and it works great, you might try that.
Oct 28, 2008 at 6:36am
in the properties of this file rm,the file type is indicated as application
Oct 28, 2008 at 6:46am
Mine is also version 4.9.9.2,not yet checked bloodshed.net
Oct 28, 2008 at 6:55am
there are 2 versions of bloodshed 4.9.9.2 available on bloodshed.net:

1. Bloodshed 4.9.9.2
2. Bloodshed 4.9.9.2 no Mingw

the no mingw version runs on Unix systems only....

as bloodshed is made for Unix systems particularly so it requires gcc(GNU C Compiler) to compile anything...

the 1st version ive mentioned here has mingw, which simulates gcc for non UNIX systems...

so u have to download the DevC++ ver which has mingw and installer is of 9mb.


Oct 28, 2008 at 7:07am
Oct 28, 2008 at 5:38pm
Hey, thanks Anantmishra! I got the same problem as Gaoria and I solved it with your posts. That might solve yours too, Gaoria. Bye!
Nov 9, 2008 at 4:05pm
Thanks Anantmishra
Topic archived. No new replies allowed.