|
From: JonY <10...@gm...> - 2008-11-19 23:29:25
|
On 11/20/2008 07:09, Carl Immanuel Manalo wrote: > one of my groupmates created a batch of C code and compiled them using a > make file. She was using the gcc with ubuntu. we figured that it could also > work with the gcc in the MinGW package. Unfortunately, the command prompt > keeps saying, "'make' is not recognized as an internal or external command, > operable program or batch file." > > how will i be able to fix this problem? > > thank you. > > Hi, You should only use "make" in MSYS. Try "mingw32-make" instead. |