Mail Archives: djgpp/1999/01/27/15:58:46
On Wed, 27 Jan 1999, Raju K.V wrote:
> i came across this problem when i compile unix/linux based utilities in
> dos. usually i run configure from bash prompt. then when i run make i run
> into compilation errors due to some settings in the source code which is
> unix specific. so i have to open rhide with the particular source file
> change it, go to bash prompt and run make again. this becomes tedious when
> the no. of source files to be changed in very large.
Maybe you should try Emacs, it is specifically tuned for this
paradigm. The compilation command runs Make by default, and jumps to
the locus of error/warning messages automatically, just like RHIDE
does. Probably, Emacs is what you are using on Linux, anyway.
- Raw text -