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?

link|improve this question

1  
Make. Mmm… xkcd.com/149 – WTP'-- Mar 7 '11 at 1:22
feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
sweet that did it! – user571099 Mar 7 '11 at 1:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.