From: G DOT DegliEsposti AT ads DOT it To: djgpp AT delorie DOT com Message-ID: Date: Mon, 13 Oct 1997 12:24:34 +0200 Subject: Re: error messages Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Precedence: bulk >How can one read all the errors detected by the compiler when they are >listed >more then one sceen height?Also is it possible to print the listed >errors >in a *.txt file? You can use DJGPP's utility "redir" to redirect stderr to stdout: redir -eo gcc ... | more (or > errors.txt or anything you will :-) ciao Giacomo