What's the difference between MinGW's make and MSYS's make?
Posted
by
Nathan2055
on Stack Overflow
See other posts from Stack Overflow
or by Nathan2055
Published on 2013-08-02T15:33:13Z
Indexed on
2013/08/02
15:36 UTC
Read the original article
Hit count: 129
I'm working on getting C++ set up in NetBeans (which requires MinGW). It says in the documentation for the C/C++ part of NetBeans that it will only work with MSYS's make, not MinGW's make. I wanted to know the difference between the two, so I Googled it and came up with this question which says there are two different makes included with MinGW, mingw32-make
(MinGW's make) and make
(MSYS's make). What is the difference between these two programs? Why can NetBeans use one and not the other?
© Stack Overflow or respective owner