I am learning C++ now. I have downloaded free C++ IDE Dev C++ from net. When I started the program for the first time I got the message ” There doesn’t seem to be GNU Make file in PATH or in Dev C++’s Bin path. Please make sure that you have GNU Make and adjust Bin setting or system PATH environment variable & that make setting in compiler option contains correct filename. Otherwise you will not be able to compile anything.” When I tried to compile my first source file I got the message “The system cannot find the file specified.” Can anyone suggest me how to fix the above mentioned problem in very simple way. Thanks.