Tagged Questions
14
votes
1answer
5k views
How to compile mod_wsgi, mod_fastcgi, etc on Mountain Lion by fixing `apxs:Error: Command failed with rc=65536`?
I've updated to OS X Mountain Lion.
Update has removed all of my python and apache modules including mod_wsgi.
Now I'm trying to recompile mod_wsgi (it compiled without problems on Lion).
I use ...
0
votes
2answers
3k views
Xcode update for 10.6.8
I would like to use a newer version of Xcode (current version on my system is 3.2.4) and the command line tools (gcc & make).
I have tried to install Xcode through the Mac App Store, however I ...
30
votes
4answers
30k views
How do I install GCC via Homebrew?
I am using Homebrew exclusively (i.e. I don’t, and won’t, use MacPorts or Fink). I also want to keep manual installations to a bare minimum.1
… But how can I install GCC?
First of all, I’ve of ...