View Full Version : Installing make
Rmpl
Sep 6, 2007, 11:51 AM
Hi. I need to use the program make. It's either not installed or there's something else wrong. It's been a while since I've used a command line. Can someone point me in the right direction? How do I install it/find out if it's already installed, etc.. I'm running OS X 10.4.10
Thank you.
antibact1
Sep 6, 2007, 12:01 PM
Install Xcode and you'll get it
SupadudeX
Sep 6, 2007, 12:02 PM
Thats an interesting topic. Ive installed a lot of GNU software through source code, but never without make already on the system. Kinda like a chicken or the egg thing. I assume you have to get a pre compiled binary.
Rmpl
Sep 7, 2007, 09:33 AM
Install Xcode and you'll get it
Does anyone know which package contains make? I don't want to install all of Xcode because it's pretty big. I tried installing gcc (both versions) because I thought make was in there but after installing gcc, make still isn't a valid command.
Can someone please help me out?
Cromulent
Sep 7, 2007, 12:07 PM
Does anyone know which package contains make? I don't want to install all of Xcode because it's pretty big. I tried installing gcc (both versions) because I thought make was in there but after installing gcc, make still isn't a valid command.
Can someone please help me out?
Installing Xcode really is the best way to go I would say.
darkcurse
Sep 7, 2007, 12:20 PM
I thought it already came with make hmmm... Coz the last time I had to use it was installing Apache to host jsp files for my project and the steps required make. Which I used without issue. Or maybe it was coz I already had Xcode installed... Hmm...
Rmpl
Sep 11, 2007, 09:43 AM
Ok. I was poking around a bit and I think maybe I just need to change my path or something. Does anyone know where make is installed? I tried to figure it out myself but...uhhhh...I couldn't figure it out. Again, any help would be appreciated.
Cromulent
Sep 11, 2007, 07:36 PM
Ok. I was poking around a bit and I think maybe I just need to change my path or something. Does anyone know where make is installed? I tried to figure it out myself but...uhhhh...I couldn't figure it out. Again, any help would be appreciated.
On mine it is in /usr/bin.
Rmpl
Sep 14, 2007, 08:40 AM
Ok, I don't think I have it installed. Can someone please tell me how to install it without installing all of xcode? Xcode is like 2.6 gigs. Usually I can google my way to answer but searching for "make" doesn't really help. Please, please, please will someone help me.
Cromulent
Sep 14, 2007, 11:08 AM
Install Fink :
http://finkproject.org/
then open up the Terminal and type fink -b install make. Job done.
Rmpl
Sep 15, 2007, 12:06 AM
Install Fink :
http://finkproject.org/
then open up the Terminal and type fink -b install make. Job done.
I think I love you. In all seriousness, thank you very much for providing me a simple solution. I have make now.
warner.pinz
May 17, 2012, 01:06 AM
this is much simpler. https://developer.apple.com/downloads/index.action?=command%20line%20tools
Mr. Retrofire
May 17, 2012, 02:30 AM
Does anyone know which package contains make?
Make requires either:
GCC
LLVM
or
CLang
and certain other tools, depending on the project.
Install Xcode and be happy. Note that DPs (Mountain Lion @the moment) require special versions of Xcode.
ender land
May 17, 2012, 06:03 PM
this is much simpler. https://developer.apple.com/downloads/index.action?=command%20line%20tools
Probably wasn't around 5 years ago
Mr. Retrofire
May 18, 2012, 03:44 AM
Probably wasn't around 5 years ago
Correct.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.