error messages in windows

Alexandre Oliva aoliva@redhat.com
Mon May 28 18:24:00 GMT 2001


On May 28, 2001, Jonathan Milenko <j238@yahoo.com> wrote:

>   When the program returns a large number of error messages, I don't
> have a way to read through them from the top. 

>   Any suggestions how to deal with this?

Pipe the error output into more (or less):

bash# gcc .... 2>&1 | less

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



More information about the Gcc-bugs mailing list