how about piping to more.com?  eg, "make | more", etc.

or use a tee utility.  (there are several available on various ftp and web
site file repositories).

4dos allows "make >& filename" to redirect both stdout and stderr to
filename.  (or ">&>" to redirect only stderr).


----- Original Message -----
From: Thomas Ward <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 16, 1999 9:29 AM
Subject: GCC/Error Redirection


> Sorry to bother you all, but I have looked everywhere, and can't find the
> answer to this stupid question. I'm using GCC on Windows98. My code has
some
> syntax error, and it's causing approximately 8475089754089745 error
messages
> to be written to my DOS window before I can hit PAUSE. Is there any way to
> redirect the standard error output to a file rather than to a screen? Or
to
> pause when the screen is full? Or a way to tell GCC to show me only the
> first 10 error messages? Thanks.
>
>

Reply via email to