Httpd Compilation on Mac

From NovaOrdis Knowledge Base
Revision as of 16:46, 5 January 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Notes

  • configure tends to use cc by default and it has to be configured to use gcc. The Mac environment comes with gcc and the gcc pre-processor already installed, so before running configure, do this:
export CC=/usr/bin/gcc
export CPP=/usr/bin/cpp