Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I installed Xcode 4 on Lion (Mac OS X 10.7.3) but the "make" command is still not found

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

like image 572
bebeballena Avatar asked Nov 17 '25 01:11

bebeballena


1 Answers

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/

like image 53
Alex Reece Avatar answered Nov 20 '25 03:11

Alex Reece