when i use make, it doesnt find the program

how do you install it in a mac?

link|improve this question
You shouldn't ask the same question on two sites: serverfault.com/questions/102396/installing-make-in-mac – dmckee Jan 13 '10 at 19:30
how could you see that? – ajsie Jan 13 '10 at 23:17
Well, he found the question. And then posted his comment. – Kevin Y Jan 14 '10 at 4:43
feedback

2 Answers

up vote 3 down vote accepted

Install the Developer Tools disk.


I don't know how you get a new DVD.

You might be able to build a working development environment without the Developer Tools use fink. But I have never tried that.

link|improve this answer
feedback

You can get make with the latest version of Xcode, available from Apple's Mac Dev Center, or through MacPorts.

link|improve this answer
MacPorts requires Xcode. – Nerdling Jan 13 '10 at 20:59
Thanks, Nerdling. I had no idea — I guess I've always had the developer tools on machines before installing MacPorts on 'em. – Sidnicious Jan 18 '10 at 3:05
feedback

Your Answer

 
or
required, but never shown