vote up 0 vote down star

I have a macbook I'm trying to do some development on. I have a program I want to build, and when I went to use make to build it I got a "command not found" error. I did some google and SO searches and it doesn't look like this is a common problem. Why don't I have make installed and how do I get it? I'm extra confused because I know I used it relatively recently (in the past month or so) when I was on this laptop.

flag

1  
Did you upgrade the OS or make any major changes since last using it? – Ben Alpert Sep 24 at 6:12
Yeah, I upgraded to Snow Leopard. Reinstalling fixed it. – Alex Sep 24 at 6:49

4 Answers

vote up 7 vote down check

Have you installed the Apple developer tools? What happens if you type gcc -v ?

It look as if you do not have downloaded the development stuff. You can get it for free (after registration) from http://developer.apple.com/

Regards Friedrich

link|flag
I know I had this installed before. The only thing I can think of that happened between now and the last time I used it is installing Snow Leopard. In any case, reinstalling the development stuff. Thanks. – Alex Sep 24 at 6:48
Yes, Alex. Upgrading to SL seems to wipe out a number of development tools, including gcc and make. For me, I upgraded XCode to 3.2 and along with that, installed the development tools. – ayaz Sep 24 at 6:52
vote up 0 vote down

If you don't want to install the full Xcode suite, then the MacPorts is a good option. It's a package management solution that gives you access to ports of many common Linux utilities on the Mac.

link|flag
vote up 1 vote down

I agree with the other two answers: install the Apple Developer Tools.

But it is also worth noting that OS X ships with ant and rake.

link|flag
vote up 5 vote down

You will have to install the "Developer Tools" that are provided as optional packages in OS X installation disks.

link|flag

Your Answer

Get an OpenID
or

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