Is the following correct? C:\FPC\rtl>fpc -v0 myproject.pp Free Pascal Compiler version 2.3.1 [2007/08/22] for i386 Copyright (c) 1993-2007 by Florian Klaempfl Shouldn't fpc -v0 -l myproject.pp give the above result? I would expect not to see anything at all. Is there a way to prevent anything to show at all, only when an error occurs? Darius