From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: DOS with scrollback? Date: Sat, 18 Apr 1998 16:10:44 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 40 Message-ID: <353908C4.1337@cs.com> References: <3538ff3b DOT 7013142 AT news DOT ucsc DOT edu> NNTP-Posting-Host: ppp240.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Brad Smith wrote: > > I've been looking for something equivalent to the Win95 MS-DOS prompt > that has a scrollback buffer. I was overjoyed when I found djgpp, but > if I get more than a page of errors, it's more-or-less useless. =:) > > Can anybody reccomend something? Replies via email would be > appreciated since I don't have time to check NGs all the time. Thanks > in advance, Your well-known problem can be solved in three ways. Before I list them, however, may I recommend that you read chapter 6.10 of the DJGPP Frequently Asked Questions list (v2/faq210b.zip from SimTel or online at http://www.delorie.com/djgpp/v2faq/). It contains a very detailed answer. - Use the 'redir' utility that comes with djdev201.zip to save gcc's stderr to a file: redir -o gcc.log -eo - Use the RHIDE IDE, which captures compilation messages in a window. - Use the GNU Emacs editor, which has an integrated compilation feature that captures the compilation messages. The FAQ contains additional instructions and recommendations. hth! -- John M. Aldrich - ICQ UIN# 7406319 * Anything that happens, happens. * Anything that, in happening, causes something else to happen, causes something else to happen. * Anything that, in happening, causes itself to happen again, happens again. * It doesn't necessarily do it in chronological order, though. --- Douglas Adams