Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I recently upgraded from Snow Leopard to Lion and downloaded Xcode from the App Store, but "make" is still not found:

-bash: make: command not found

share|improve this question
possible duplicate of stackoverflow.com/questions/9316853/… – flyx Feb 21 '12 at 8:27

1 Answer

For the latest version of Xcode, the command line tools are not bundled by default. You need to download them from within Xcode.

I believe you can find this under "Preferences > Downloads > Components".

http://holgr.com/blog/2012/02/xcode-4-3-and-homebrew-where-did-my-command-line-tools-go/

share|improve this answer
I think you can also use tools from inside the Xcode bundle by using the command xcrun. For example xcrun make. – bames53 Aug 15 '12 at 19:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.