Help -- GCC

Posted:
in macOS edited January 2014
I need to compile apache on my mac. I don't have GCC installed so i downloaded it from gnu.org and when i try to install gcc it tells me i need cc. Any one have a link on where to download a c compiler?



-AG

Comments

  • Reply 1 of 8
    Did you install the included Dev Tools? If not try intstalling the developer tools off the cd that came with the OS.
  • Reply 2 of 8
    kickahakickaha Posts: 8,760member
    Yeah, building gcc yourself is only slightly more fun than sticking a fork in your eye. I've done it several times, on various platforms, and it sucks mightily.



    Install the Developer Tools CD, and you'll have everything.
  • Reply 3 of 8
    agallantagallant Posts: 87member
    I can't find them on the OSX CD's that came with my computer. Any ideas?
  • Reply 4 of 8
    rogue27rogue27 Posts: 607member
    The developer tools may also be installed from Apple's website, but it's a huge download - like 400MB or so.
  • Reply 5 of 8
    faust9faust9 Posts: 1,335member
    Quote:

    Originally posted by agallant

    I can't find them on the OSX CD's that came with my computer. Any ideas?



    look in '/applications/installs/developer tools' I think or use finder to search for to search for developer.mpkg.



    Something like that.
  • Reply 6 of 8
    bungebunge Posts: 7,329member
    On some installations the installer for the Dev Tools is in the Applications folder. I think this happens when your machine ships with two DVDs rather than 4 CDs.



    Take a look.
  • Reply 7 of 8
    agallantagallant Posts: 87member
    My machine shipped with only 3 cd's
  • Reply 8 of 8
    agallantagallant Posts: 87member
    Never Mind, i found the cd with the developer tools on it. Thanks for everyones help.



    -AG
Sign In or Register to comment.