Thursday, July 9, 2009

How to link MinGW with emacs editor? I want to use emacs for windows for compiling C JAVA programs.?

I have emacs which is working fine for PERL. What changes should be done so that I can compile C programs. I have installed MinGW.

How to link MinGW with emacs editor? I want to use emacs for windows for compiling C JAVA programs.?
Usually you just set Emacs variable compile-command to "/usr/bin/make" (or wherever make is) and control all the details in your makefile. Much more flexible and powerful than anything you can do in raw Emacs.


No comments:

Post a Comment