logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Port for MAC OS X???
Author
jfha73



Joined: 18 Aug 2011
Posts: 62
Location: New York

PostPosted: Fri 22 Nov '13 20:55    Post subject: Port for MAC OS X??? Reply with quote

Hey guys,

I'm trying to compile Apache 2.4 on a MAC OS X 10.9 with XCode installed and it keeps telling me the gcc in it cannot create executables, does anybody know where I can find documentation about how to do this?

I tried the MAMP apps, but I don't want that, I want to have the MAC to act as a server without paying the $19.99 Apple asks for the server software.

Any ideas?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7355
Location: Germany, Next to Hamburg

PostPosted: Sun 24 Nov '13 19:44    Post subject: Reply with quote

On Mountain Lion you have to create a symlink for some xcode stuff

Code:

udo ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain
Back to top
macirish



Joined: 22 Nov 2013
Posts: 4
Location: USA, Pendleton

PostPosted: Mon 25 Nov '13 13:00    Post subject: Reply with quote

An excellent source for compiling OSX binaries is:

http://www.macports.org/

KenMc
Back to top


Reply to topic   Topic: Port for MAC OS X??? View previous topic :: View next topic
Post new topic   Forum Index -> Apache