View Single Post
Re: How to use MinGW?
Old
  (#3)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: How to use MinGW? - 21-09-2005

Quote:
Originally Posted by THE_STORM
Today I get the MinGW full pack. I now know how to compile a single .cpp source but when I try to use makefiles and type the command "make" it return the massege:
Code:
'make' is not recognized as an
operable program or batch file.
The question is how to use MinGW with make files?
the command in current version of MinGW is "mingw32-make"
  
Reply With Quote