Can't use GCC in OS X Terminal

后端 未结 4 1635
广开言路
广开言路 2021-01-07 00:42

I have installed the developer tools. I can compile code via Xcode and according to the docs /usr/bin/gcc & /usr/bin/cc should point to /usr/bin/gcc-4.0. Neither the sym

4条回答
  •  感情败类
    2021-01-07 01:07

    Command line tools are no longer included with the latest XCode (even as an add on). Now you can download them here:

    https://developer.apple.com/downloads/index.action

提交回复
热议问题