From: Andris Pavenis Date: Mon, 20 Nov 2000 09:47:38 +0200 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" To: fburns AT csc DOT com, gcc AT gcc DOT gnu DOT org References: In-Reply-To: Subject: Re: Lines Overflowing My Screen Cc: djgpp AT delorie DOT com MIME-Version: 1.0 Message-Id: <00112009473800.00286@hal> Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com On Friday 17 November 2000 23:19, fburns AT csc DOT com wrote: > I have recently installed g77 for DOS. When I have many compilation errors > they spill onto the screen often overflowing so I can't see the early ones. > Is there a way to capture them? I am running MS DOS in Windows 98. > If You are using DJGPP (I gues it's so) it's better to use DJGPP mailing list instead (djgpp AT delorie DOT com). About question (assuming You are using DJGPP): redir -eo g77 -c foo.f >foo.out Andris PS. Also look for this and similar questions in DJGPP FAQ at first