I have a new Macbook. I bought it, use time machine to move to it, and it copied everything and xCode runs fine, but when I go to the terminal and type gcc it says command not found.
How do I get GCC ?
feedback
|
|
| |||||
|
feedback
|
|
I think the ultimate answer is: Get used to According to this discussion at Ars Technica and this email from the Glascow Haskell Compiler mailing list, You might also find answers to this StackOverflow question useful. | |||||||||
feedback
|
|
With the latest Xcode, you first need to "Install Command Line Tools" - See the "preferences...", Download panel to do this. Once you do that, gcc will be in /usr/bin | |||
|
feedback
|