I have installed Xcode from the Tool cd, I thought that would let me use gcc from the command line but I can\'t find it.
What am I missing
EDIT
Is it possible that rather than not having gcc installed, your $PATH variable is messed up? first check if gcc is in /usr/bin manually. Then echo $PATH...