how to use a makefile for mingw on win32

主宰稳场 提交于 2019-12-10 13:59:43

问题


i seem to have forgotten what is typed on the command line when using a makefile for a c program on a win32 machine. what i remember is that i should type something like

mingw32 -make

. but that is not working atm. ive done all the necessary stuff like setting environment mingw variables. any help on the command?


回答1:


A lot depends on the details of your installation, but I suspect the problem is the space between mingw32 and -make.

You want to use the mingw32-make command, not the mingw32 command with a -make argument.



来源:https://stackoverflow.com/questions/5214820/how-to-use-a-makefile-for-mingw-on-win32

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