On Tiger, installing the Developer Tools was all you needed to do to use GCC at the command line. I installed Leopard today and the new version of the Developer Tools and now I get:
I have a feeling this may be something to do with my $PATH variable, but I have no idea how to fix it.
Any thoughts?
Code:
macbook:/ jamie$ gcc
-bash: gcc: command not found
I have a feeling this may be something to do with my $PATH variable, but I have no idea how to fix it.
Any thoughts?