PDA

View Full Version : mingw32-make file



sroy
12th January 2016, 12:43
I am trying to run a batch file through cmd.
But its throwing an error-
'mingw32-make.exe' is not recognized as an internal or external command,operable program or batch file.
I have mentioned the path in the system variables.

thank you

Added after 42 minutes:

I found the file in Tools and edited the batch file by adding the path of the .exe file

But its still giving the same error

d_stranz
13th January 2016, 03:46
Because the rest of the executables that mingw needs to run (like gcc, etc.) aren't on your PATH environment variable. Add the mingw binary path to the PATH variable.