If you use a GUI client like MySQL Control Centre, you can inspect the output at your leisure.
Alternatively, you could direct the output to a file, and inspect it with a text editor or spreadsheet program. For example (on Windows):
[tt]c:\mysql\bin> [/tt][tt]mysql >c:\temp\mysql.csv[/tt]
You won't see any welcome message, but you can then enter your queries, and the output will be sent to the file.
I'm afraid I don't know much about the compilation process; I use only pre-compiled binaries. Maybe somebody else can help here.