I thought Xcode would come with these compilers. Can i download them manually? Where do i find them?

link|improve this question

80% accept rate
What's your operating system? – Blomkvist May 15 '11 at 0:01
Mac OSX 10.6. 7 – JAM May 15 '11 at 0:30
feedback

2 Answers

up vote 2 down vote accepted

If you downloaded the standard xcode for OSX it should already be installed to /usr/bin/gcc. If not, you need to reinstall it and follow the instructions on the screen.

Alternatively you can install gcc from your OSX dvd.

link|improve this answer
Xcode came from the appstore .. does not look like it modified any dir structure to add new programs. – JAM May 15 '11 at 0:30
pdb.finkproject.org/pdb/browse.php?summary=gcc has it but I would strongly recommend reinstalling xcode and making sure it's grabbing gcc like it should – Blomkvist May 15 '11 at 0:36
1  
Спасибі Blomkvis – JAM May 15 '11 at 1:02
feedback

Xcode 4.3+ the 'Command Line Tools for Xcode' are optional. They can be found here: https://developer.apple.com/downloads

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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