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

Description

Compile errors scroll off the screen way too quickly for me to read them!
You need to redirect stderr into a file, so you can view them later. The method for doing this depends on your shell: if you are using a Bourne-style shell like bash, try make 2> logfile.txt