Just upgraded my computer to Mac OS X Lion and went to terminal and typed "make" but it says: -bash: make: command not found
Where did the "make" command go?
|
|
Have you installed Xcode and the developer tools? I think make, along with gcc and friends, is installed with that and not before. Xcode 4.1 for Lion is free. |
|||
|
|
|
You need to install Xcode from App Store. Then start Xcode, go to |
|||||||||||||||||||||
|
|
It appears you can install the command line tools without getting Xcode from Downloads for Apple Developers. It required me to login with my apple account. Alternatively, once you install Xcode from the app store, you might notice the command line tools are not installed by default. Open Xcode, go to preferences, click to the "downloads" tab, and from there you can download and install command line tools. |
|||
|
Xcode 4.3.2 didn't install "Command Line Tools" by default. I had to open Xcode Preferences / Downloads / Components Tab. It had a list of optional components with an "Install" button beside each. This includes "Command Line Tools" and components to support developing for older versions of iOS. Now "make" is available and you can check by opening terminal and typing: The result should look like: You may need "make" even if you don't need Xcode, such as a Perl developer installing Perl Modules using cpan -i on the commandline. |
|||
|
|
|
After upgrading to
Error was fixed by downloading and using the latest NDK |
||||
|
|
|
If you installed xcode and upgraded to mountain lion, or you don't have the latest command line tools installed, or you have zsh or other shells, you can shortcut to some of the embedded tools in the developer directory with:
|
|||
|
|
|
Indeed, installing new Xcode resolved my problem. Unfortunately I didn't know that after doing a Mac OS X upgrade I also have to upgrade to the latest Xcode version. |
||||
|
|
|
I find a relevant answer here http://www.glenscott.co.uk/blog/2012/03/07/compiling-php-extensions-using-xcode-4-3-and-above/ when i search how Install mcrypt PHP extension on Mac OS X Lion |
|||
|
|
|
If you need only make and friends. Try installing the command-line-tools provided by Apple. (Assuming you are not doing any iOS development.) |
|||
|
|