Compiling with Emacs

Well, i'm on Windows running Emacs 22.1. I've written a program, but i can't figure out how i'm supposed to compile it. When i try to compile, it says make -k, so i say make -k Project2.c. Then it give me this "'make' is not recognized as an internal or external command,
operable program or batch file." I'm kind of at a loss as of what to do, can anyone help me out?
You might want to try installing MinGW - it's the official GCC compiler, but for Windows. It comes with utilities such as make.

http://www.mingw.org/

Also, why are you doing it the Linux way under Windows?
My professor wants me to use Emacs, and i haven't had a chance to burn knoppix so i can boot from a disc yet.
Topic archived. No new replies allowed.