On Thu, Apr 05, 2012 at 12:34:21PM -0400, Jon wrote: > # Clang 3.1 (trunk at r154095) > timer make CC=c:/clang/bin/clang.exe > c:/clang/bin/clang.exe -O2 -o w32time.exe -Wall w32time.c You could start by adding -v to see what it is actually invoking. Joerg