Date: Wed, 28 May 1997 17:47:34 -0400 (EDT) From: "Art S. Kagel" To: DrkWatr Cc: djgpp AT delorie DOT com Subject: Re: redirecting errors? In-Reply-To: <01bc6b75$63cc2480$c5fa41ce@drkwatr> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 28 May 1997, DrkWatr wrote: > Is there anyway to redirect the errors during compile time to a file? It is > hard to correct errors where there are so many that it scrolls off of the > screen. Sometimes if there is one error at the top, it then may cause all > the others to happen, but can't see the top one it scrolled off screen. Can > anybody help? redir -eo gcc ...... >error.log more