Is make no longer included with MinGW and/or MSYS?

[亡魂溺海] 提交于 2019-12-03 06:09:40

Yup, add the msys bin directory to your path (after MinGW's bin dir). That's exactly what the MinGW shell does and why it works there.

Try gmake. Sometimes the GNU version of Make installs itself as gmake in order to distinguish from non-GNU Make.

C:\Program files\xxx has spaces in it! Since shell scripts are involved, spaces are significant and have to be escaped. Hence this path will not work with mingw. The documentation recommends to install MingW in C:\MingW.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!