
Use this generator under a Windows command prompt with MinGW (Minimalist GNU for. If you want a GUI based solution, install DevCPP IDE and then re-make. Generates makefiles for use with mingw32-make under a Windows command prompt.

Then cd to your directory, where you have the makefile and Try using mingw32-make.exe makefile.in or simply make.exe makefile.in(depending on executables in C:\MinGW\bin). Power Shell, one of the programs included in mingw-w64 is GNU make, which is oddly installed under the name mingw-make.exe, meaning to make, you must type mingw-make. So,look into C:\MinGW\bin directory and first make sure what make executable, have you installed.(make.exe or mingw32-make.exe)īefore using MinGW, you should add C:\MinGW\bin to the PATH environment variable using the instructions mentioned at If you install Git Bash and mingw-w64, as described in my post Git Bash vs.

Based on this, the MinGW developers/maintainers/packagers decided it would be best to rename the native version so that both the "native" version and the MSYS version could be present at the same time without file name collision. This port operates more as make was intended to operate and gives less headaches during execution. There also exists a version of make in the MSYS distribution that is dependent on the MSYS runtime.

The "native" (i.e.: MSVCRT dependent) port of make is lacking in some functionality and has modified functionality due to the lack of POSIX on Win32. This page contains tips for building various components using MinGW for Windows. What's the difference between make and mingw32-make?
