Date: Wed, 27 Jan 1999 10:11:34 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Raju K.V" cc: djgpp Subject: Re: make with rhide In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com 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.