On 2010-6-18 05:09 , Marko Käning wrote: > This is what happens if I call CC from bash: > --- > markos-imac:~ marko$ sudo bash > bash-3.2# CC > i686-apple-darwin10-gcc-4.2.1: no input files > --- You're just running /usr/bin/cc here because you're on a case-insensitive filesystem. The CC environment variable is probably what you're after. - Josh