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

前端 未结 3 2253
一生所求
一生所求 2021-02-07 12:03

I installed MinGW and MSYS on my Windows 7 computer. I added C:\\Program Files (x86)\\MinGW\\bin to my path. Commands such as gcc and g++

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 12:39

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

提交回复
热议问题