Compile errors scroll off the screen too quickly for me to read them!

Description

Compile errors scroll off the screen too quickly for me to read them!
GNU tools write their error messages to the error stream, stderr. Unfortunately command.com is too stupid to know how to redirect this, but fortunately DJ was smart enough to work around that, so you can use his redir program to capture the output messages, for example
         redir -eo make > logfile.txt