- bash: gcc: command not found
I was recently trying to use gcc from Terminal on my Mac. My path was set up properly, and I had used gcc before without any problems.
When I upgraded to Snow Leopard, apparently the upgraded developer tools were not installed. To solve the problem, I had to run Xcode.mpkg in the “Optional Installs” folder on the Snow Leopard installation cd.
Thanks to the following link for providing the solution: “Snow Leopards Ate My C Compiler”.
Categories: General