Created
May 9, 2015 11:19
-
-
Save vicchi/9c29be6e98860ee29784 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-05-09 12:18:27 +0100 | |
./configure | |
--enable-layout=Homebrew | |
--enable-mods-shared=all | |
--enable-unique-id | |
--enable-ssl | |
--enable-dav | |
--enable-cache | |
--enable-proxy | |
--enable-logio | |
--enable-deflate | |
--enable-cgi | |
--enable-cgid | |
--enable-suexec | |
--enable-rewrite | |
--with-apr=/usr/local/opt/apr | |
--with-apr-util=/usr/local/opt/apr-util | |
--with-ssl=/usr/local/opt/openssl | |
--with-z=/usr/local/opt/zlib | |
--with-mpm=prefork | |
--with-port=8080 | |
--with-sslport=8443 | |
checking for chosen layout... Homebrew | |
checking for working mkdir -p... yes | |
checking build system type... x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking target system type... x86_64-apple-darwin14.3.0 | |
Configuring Apache Portable Runtime library ... | |
checking for APR... yes | |
setting CPP to "clang -E" | |
setting CFLAGS to " -g -O2" | |
setting CPPFLAGS to " -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10" | |
setting LDFLAGS to " " | |
Configuring Apache Portable Runtime Utility library... | |
checking for APR-util... yes | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... clang -E | |
configure: Configuring PCRE regular expression library | |
configuring package in srclib/pcre now | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking for bcopy... yes | |
checking for memmove... yes | |
checking for strerror... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating pcre.h | |
config.status: creating pcre-config | |
config.status: creating config.h | |
config.status: executing default commands | |
srclib/pcre configured properly | |
setting AP_LIBS to "/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre/libpcre.la" | |
setting INCLUDES to "-I$(top_builddir)/srclib/pcre" | |
Configuring Apache httpd ... | |
adding "-I." to INCLUDES | |
adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES | |
adding "-I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)" to INCLUDES | |
adding "-I$(top_srcdir)/modules/http" to INCLUDES | |
adding "-I$(top_srcdir)/modules/filters" to INCLUDES | |
adding "-I$(top_srcdir)/modules/proxy" to INCLUDES | |
adding "-I$(top_srcdir)/include" to INCLUDES | |
adding "-I$(top_srcdir)/modules/generators" to INCLUDES | |
adding "-I$(top_srcdir)/modules/mappers" to INCLUDES | |
adding "-I$(top_srcdir)/modules/database" to INCLUDES | |
adding "-I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1" to INCLUDES | |
adding "-I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1" to INCLUDES | |
Applying OS-specific hints for httpd ... | |
forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1" | |
forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1" | |
checking for rm... /bin/rm | |
checking for pkg-config... no | |
checking for rsync... /usr/bin/rsync | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether ln -s works... yes | |
checking for ranlib... ranlib | |
checking for lynx... no | |
checking for links... no | |
checking for elinks... no | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for library containing strerror... none required | |
checking for APR version 1.2.0 or later... yes | |
checking for APR-util version 1.2.0 or later... yes | |
checking for ANSI C header files... (cached) yes | |
checking for string.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking for strings.h... (cached) yes | |
checking sys/prctl.h usability... no | |
checking sys/prctl.h presence... no | |
checking for sys/prctl.h... no | |
checking sys/processor.h usability... no | |
checking sys/processor.h presence... no | |
checking for sys/processor.h... no | |
checking sys/sem.h usability... yes | |
checking sys/sem.h presence... yes | |
checking for sys/sem.h... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for an ANSI C-conforming const... yes | |
checking for library containing sqrt... none required | |
checking for library containing crypt... none required | |
checking for getpwnam... yes | |
checking for getgrnam... yes | |
checking for initgroups... yes | |
checking for bindprocessor... no | |
checking for prctl... no | |
checking for timegm... yes | |
checking for getpgid... yes | |
checking for void pointer length... no | |
checking for tm_gmtoff in struct tm... yes | |
checking whether to enable mod_authn_file... shared (all) | |
checking whether to enable mod_authn_dbm... shared (all) | |
checking whether to enable mod_authn_anon... shared (all) | |
checking whether to enable mod_authn_dbd... shared (all) | |
checking whether to enable mod_authn_default... shared (all) | |
checking whether to enable mod_authn_alias... no | |
checking whether to enable mod_authz_host... shared (all) | |
checking whether to enable mod_authz_groupfile... shared (all) | |
checking whether to enable mod_authz_user... shared (all) | |
checking whether to enable mod_authz_dbm... shared (all) | |
checking whether to enable mod_authz_owner... shared (all) | |
checking whether to enable mod_authnz_ldap... no | |
checking whether to enable mod_authz_default... shared (all) | |
checking whether to enable mod_auth_basic... shared (all) | |
checking whether to enable mod_auth_digest... checking dependencies | |
checking whether to enable mod_auth_digest... shared (all) | |
checking whether to enable mod_isapi... no | |
checking whether to enable mod_file_cache... no | |
checking whether to enable mod_cache... shared (all) | |
checking whether to enable mod_disk_cache... no | |
checking whether to enable mod_mem_cache... no | |
checking whether to enable mod_dbd... shared (all) | |
checking whether to enable mod_bucketeer... no | |
checking whether to enable mod_dumpio... shared (all) | |
checking whether to enable mod_echo... no | |
checking whether to enable mod_example... no | |
checking whether to enable mod_case_filter... no | |
checking whether to enable mod_case_filter_in... no | |
checking whether to enable mod_reqtimeout... shared (all) | |
checking whether to enable mod_ext_filter... shared (all) | |
checking whether to enable mod_include... shared (all) | |
checking whether to enable mod_filter... shared (all) | |
checking whether to enable mod_substitute... shared (all) | |
checking whether to enable mod_charset_lite... no | |
checking whether to enable mod_deflate... checking dependencies | |
adding "-I/usr/local/opt/zlib/include" to INCLUDES | |
adding "-L/usr/local/opt/zlib/lib" to LDFLAGS | |
setting LIBS to "-lz" | |
checking for zlib library... found | |
forcing MOD_DEFLATE_LDADD to "-lz" | |
nulling LIBS | |
checking whether to enable mod_deflate... shared (all) | |
checking whether to enable mod_ldap... no | |
checking whether to enable mod_log_config... shared (all) | |
checking whether to enable mod_log_forensic... shared (all) | |
adding "-I$(top_builddir)/server" to INCLUDES | |
checking whether to enable mod_logio... shared (all) | |
checking whether to enable mod_env... shared (all) | |
checking whether to enable mod_mime_magic... shared (all) | |
checking whether to enable mod_cern_meta... shared (all) | |
checking whether to enable mod_expires... shared (all) | |
checking whether to enable mod_headers... shared (all) | |
checking whether to enable mod_ident... shared (all) | |
checking whether to enable mod_usertrack... checking dependencies | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking for times... yes | |
checking whether to enable mod_usertrack... shared (all) | |
checking whether to enable mod_unique_id... shared (all) | |
checking whether to enable mod_setenvif... shared (all) | |
checking whether to enable mod_version... shared (all) | |
checking whether to enable mod_proxy... shared (all) | |
checking whether to enable mod_proxy_connect... shared (all) | |
checking whether to enable mod_proxy_ftp... shared (all) | |
checking whether to enable mod_proxy_http... shared (all) | |
checking whether to enable mod_proxy_scgi... shared (all) | |
checking whether to enable mod_proxy_ajp... shared (all) | |
checking whether to enable mod_proxy_balancer... shared (all) | |
adding "-I$(top_srcdir)/modules/proxy/../generators" to INCLUDES | |
checking whether to enable mod_ssl... checking dependencies | |
checking for SSL/TLS toolkit base... /usr/local/opt/openssl | |
adding "-I/usr/local/opt/openssl/include" to CPPFLAGS | |
adding "-I/usr/local/opt/openssl/include" to INCLUDES | |
adding "-L/usr/local/opt/openssl/lib" to LDFLAGS | |
checking for OpenSSL version... checking openssl/opensslv.h usability... yes | |
checking openssl/opensslv.h presence... yes | |
checking for openssl/opensslv.h... yes | |
checking openssl/ssl.h usability... yes | |
checking openssl/ssl.h presence... yes | |
checking for openssl/ssl.h... yes | |
OK | |
forcing SSL_LIBS to "-lssl -lcrypto -lpthread" | |
setting LIBS to "-lssl -lcrypto -lpthread" | |
checking openssl/engine.h usability... yes | |
checking openssl/engine.h presence... yes | |
checking for openssl/engine.h... yes | |
checking for SSLeay_version... yes | |
checking for SSL_CTX_new... yes | |
checking for ENGINE_init... yes | |
checking for ENGINE_load_builtin_engines... yes | |
checking for SSL_set_cert_store... no | |
forcing MOD_SSL_LDADD to "$(SSL_LIBS)" | |
checking whether Distcache is required... no (default) | |
adding "-export-symbols-regex" to MOD_SSL_LDADD | |
adding "ssl_module" to MOD_SSL_LDADD | |
checking whether to enable mod_ssl... shared (all) | |
adding "-I$(top_srcdir)/modules/ssl" to INCLUDES | |
checking whether to enable mod_optional_hook_export... no | |
checking whether to enable mod_optional_hook_import... no | |
checking whether to enable mod_optional_fn_import... no | |
checking whether to enable mod_optional_fn_export... no | |
checking for target platform... unix | |
checking for rlim_t... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking for sys/sem.h... (cached) yes | |
checking sys/ipc.h usability... yes | |
checking sys/ipc.h presence... yes | |
checking for sys/ipc.h... yes | |
checking for setsid... yes | |
checking for killpg... yes | |
checking bstring.h usability... no | |
checking bstring.h presence... no | |
checking for bstring.h... no | |
checking for unistd.h... (cached) yes | |
checking for syslog... yes | |
checking for sys/times.h... (cached) yes | |
checking for times... (cached) yes | |
checking which MPM to use... prefork | |
./configure: line 15644: ulimit: open files: cannot modify limit: Invalid argument | |
checking whether to enable mod_http... yes | |
checking whether to enable mod_mime... shared (all) | |
checking for extra modules... none | |
checking whether to enable mod_dav... shared (all) | |
adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES | |
checking whether to enable mod_status... shared (all) | |
checking whether to enable mod_autoindex... shared (all) | |
checking whether to enable mod_asis... shared (all) | |
checking whether to enable mod_info... shared (all) | |
checking whether to enable mod_suexec... checking dependencies | |
checking whether to enable mod_suexec... shared (all) | |
checking whether to enable mod_cgi... shared (all) | |
checking whether to enable mod_cgid... shared (all) | |
checking whether to enable mod_dav_fs... shared (all) | |
checking whether to enable mod_dav_lock... no | |
checking whether to enable mod_vhost_alias... shared (all) | |
checking whether to enable mod_negotiation... shared (all) | |
checking whether to enable mod_dir... shared (all) | |
checking whether to enable mod_imagemap... shared (all) | |
checking whether to enable mod_actions... shared (all) | |
checking whether to enable mod_speling... shared (all) | |
checking whether to enable mod_userdir... shared (all) | |
checking whether to enable mod_alias... shared (all) | |
checking whether to enable mod_rewrite... shared (all) | |
setting HTTPD_LDFLAGS to "-export-dynamic" | |
checking whether to enable mod_so... yes | |
Restore user-defined environment settings... | |
restoring CPPFLAGS to "" | |
setting EXTRA_CPPFLAGS to " -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10" | |
restoring CFLAGS to "" | |
setting EXTRA_CFLAGS to " -g -O2" | |
restoring CXXFLAGS to "" | |
setting EXTRA_CXXFLAGS to "" | |
restoring LDFLAGS to "" | |
setting EXTRA_LDFLAGS to " -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib" | |
restoring LIBS to "" | |
setting EXTRA_LIBS to "" | |
restoring INCLUDES to "" | |
setting EXTRA_INCLUDES to "-I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I$(top_builddir)/server -I$(top_srcdir)/modules/proxy/../generators -I/usr/local/opt/openssl/include -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/dav/main" | |
Construct makefiles and header files... | |
creating config_vars.mk | |
configure: creating ./config.status | |
creating modules/aaa/Makefile | |
creating modules/arch/win32/Makefile | |
creating modules/cache/Makefile | |
creating modules/database/Makefile | |
creating modules/debug/Makefile | |
creating modules/echo/Makefile | |
creating modules/experimental/Makefile | |
creating modules/filters/Makefile | |
creating modules/ldap/Makefile | |
creating modules/loggers/Makefile | |
creating modules/metadata/Makefile | |
creating modules/proxy/Makefile | |
creating modules/ssl/Makefile | |
creating modules/test/Makefile | |
creating os/unix/Makefile | |
creating server/mpm/Makefile | |
creating server/mpm/prefork/Makefile | |
creating modules/http/Makefile | |
creating modules/dav/main/Makefile | |
creating modules/generators/Makefile | |
creating modules/dav/fs/Makefile | |
creating modules/dav/lock/Makefile | |
creating modules/mappers/Makefile | |
creating Makefile | |
creating modules/Makefile | |
creating srclib/Makefile | |
creating os/Makefile | |
creating server/Makefile | |
creating support/Makefile | |
creating srclib/pcre/Makefile | |
creating test/Makefile | |
config.status: creating docs/conf/httpd.conf | |
config.status: creating docs/conf/extra/httpd-autoindex.conf | |
config.status: creating docs/conf/extra/httpd-dav.conf | |
config.status: creating docs/conf/extra/httpd-default.conf | |
config.status: creating docs/conf/extra/httpd-info.conf | |
config.status: creating docs/conf/extra/httpd-languages.conf | |
config.status: creating docs/conf/extra/httpd-manual.conf | |
config.status: creating docs/conf/extra/httpd-mpm.conf | |
config.status: creating docs/conf/extra/httpd-multilang-errordoc.conf | |
config.status: creating docs/conf/extra/httpd-ssl.conf | |
config.status: creating docs/conf/extra/httpd-userdir.conf | |
config.status: creating docs/conf/extra/httpd-vhosts.conf | |
config.status: creating include/ap_config_layout.h | |
config.status: creating support/apxs | |
config.status: creating support/apachectl | |
config.status: creating support/dbmmanage | |
config.status: creating support/envvars-std | |
config.status: creating support/log_server_status | |
config.status: creating support/logresolve.pl | |
config.status: creating support/phf_abuse_log.cgi | |
config.status: creating support/split-logfile | |
config.status: creating build/rules.mk | |
config.status: creating build/pkg/pkginfo | |
config.status: creating build/config_vars.sh | |
config.status: creating include/ap_config_auto.h | |
config.status: executing default commands |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -L/usr/local/opt/zlib/lib conftest.c -lz | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -L/usr/local/opt/zlib/lib conftest.c -lz -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/zlib/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I$(top_builddir)/server -I$(top_srcdir)/modules/proxy/../generators -I/usr/local/opt/openssl/include -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/dav/main conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I$(top_builddir)/server -I$(top_srcdir)/modules/proxy/../generators -I/usr/local/opt/openssl/include -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/dav/main conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-05-09 12:18:39 +0100 | |
make | |
Making all in srclib | |
Making all in pcre | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c maketables.c && touch maketables.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c get.c && touch get.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c study.c && touch study.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c dftables.c && touch dftables.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o dftables -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib dftables.lo | |
./dftables /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre/chartables.c | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c pcre.c && touch pcre.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o libpcre.la -static maketables.lo get.lo study.lo pcre.lo | |
Making all in os | |
Making all in unix | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c unixd.c && touch unixd.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o libos.la -static unixd.lo | |
Making all in server | |
Making all in mpm | |
Making all in prefork | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c prefork.c && touch prefork.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o libprefork.la -static prefork.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c gen_test_char.c && touch gen_test_char.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c config.c && touch config.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c log.c && touch log.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c main.c && touch main.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c vhost.c && touch vhost.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c util_script.c && touch util_script.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c util_md5.c && touch util_md5.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c util_cfgtree.c && touch util_cfgtree.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c util_ebcdic.c && touch util_ebcdic.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c util_time.c && touch util_time.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c connection.c && touch connection.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c listen.c && touch listen.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c mpm_common.c && touch mpm_common.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c util_charset.c && touch util_charset.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c util_debug.c && touch util_debug.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c util_xml.c && touch util_xml.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c util_filter.c && touch util_filter.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c util_pcre.c && touch util_pcre.lo | |
tmp=export_files_unsorted.txt; \ | |
rm -f $tmp && touch $tmp; \ | |
for dir in /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http; do \ | |
ls $dir/*.h >> $tmp; \ | |
done; \ | |
for dir in /usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 /usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1; do \ | |
(ls $dir/ap[ru].h $dir/ap[ru]_*.h >> $tmp 2>/dev/null); \ | |
done; \ | |
sort -u $tmp > export_files; \ | |
rm -f $tmp | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c scoreboard.c && touch scoreboard.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c error_bucket.c && touch error_bucket.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c protocol.c && touch protocol.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c core.c && touch core.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c request.c && touch request.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c provider.c && touch provider.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c eoc_bucket.c && touch eoc_bucket.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c core_filters.c && touch core_filters.lo | |
awk -f /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/build/make_var_export.awk `cat export_files` > export_vars.h | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o gen_test_char -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib gen_test_char.lo | |
awk -f /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/build/make_exports.awk `cat export_files` > exports.c | |
./gen_test_char > test_char.h | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c util.c && touch util.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c exports.c && touch exports.lo | |
clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main exports.c | grep "ap_hack_" | grep -v apr_ | sed -e 's/^.*[)]\(.*\);$/\1/' >> httpd.exp | |
clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main export_vars.h | grep -v apr_ | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> httpd.exp | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o libmain.la -static test_char.h config.lo log.lo main.lo vhost.lo util.lo util_script.lo util_md5.lo util_cfgtree.lo util_ebcdic.lo util_time.lo connection.lo listen.lo mpm_common.lo util_charset.lo util_debug.lo util_xml.lo util_filter.lo util_pcre.lo exports.lo scoreboard.lo error_bucket.lo protocol.lo core.lo request.lo provider.lo eoc_bucket.lo core_filters.lo | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libmain.a(util_ebcdic.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libmain.a(util_charset.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libmain.a(util_ebcdic.o) has no symbols | |
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libmain.a(util_charset.o) has no symbols | |
Making all in modules | |
Making all in aaa | |
Making all in cache | |
Making all in database | |
Making all in debug | |
Making all in filters | |
Making all in loggers | |
Making all in metadata | |
Making all in proxy | |
Making all in ssl | |
Making all in http | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c http_core.c && touch http_core.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c http_protocol.c && touch http_protocol.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c http_request.c && touch http_request.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c http_filters.c && touch http_filters.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c chunk_filter.c && touch chunk_filter.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c byterange_filter.c && touch byterange_filter.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c http_etag.c && touch http_etag.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -static -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o libmod_http.la http_core.lo http_protocol.lo http_request.lo http_filters.lo chunk_filter.lo byterange_filter.lo http_etag.lo | |
Making all in dav/main | |
Making all in generators | |
Making all in dav/fs | |
Making all in mappers | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c mod_so.c && touch mod_so.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -static -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o libmod_so.la mod_so.lo | |
Making all in support | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c htpasswd.c && touch htpasswd.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c htdigest.c && touch htdigest.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c rotatelogs.c && touch rotatelogs.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c logresolve.c && touch logresolve.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c ab.c && touch ab.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c htdbm.c && touch htdbm.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c htcacheclean.c && touch htcacheclean.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c httxt2dbm.c && touch httxt2dbm.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=compile clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -prefer-non-pic -static -c checkgid.c && touch checkgid.lo | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o htdigest htdigest.lo /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre/libpcre.la /usr/local/Cellar/apr-util/1.5.4/libexec/lib/libaprutil-1.la -lexpat -liconv /usr/local/Cellar/apr/1.5.2/libexec/lib/libapr-1.la -lpthread | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o rotatelogs rotatelogs.lo /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre/libpcre.la /usr/local/Cellar/apr-util/1.5.4/libexec/lib/libaprutil-1.la -lexpat -liconv /usr/local/Cellar/apr/1.5.2/libexec/lib/libapr-1.la -lpthread | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o httxt2dbm httxt2dbm.lo /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre/libpcre.la /usr/local/Cellar/apr-util/1.5.4/libexec/lib/libaprutil-1.la -lexpat -liconv /usr/local/Cellar/apr/1.5.2/libexec/lib/libapr-1.la -lpthread | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o logresolve logresolve.lo /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre/libpcre.la /usr/local/Cellar/apr-util/1.5.4/libexec/lib/libaprutil-1.la -lexpat -liconv /usr/local/Cellar/apr/1.5.2/libexec/lib/libapr-1.la -lpthread | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o htdbm htdbm.lo /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre/libpcre.la /usr/local/Cellar/apr-util/1.5.4/libexec/lib/libaprutil-1.la -lexpat -liconv /usr/local/Cellar/apr/1.5.2/libexec/lib/libapr-1.la -lpthread | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o htpasswd htpasswd.lo /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre/libpcre.la /usr/local/Cellar/apr-util/1.5.4/libexec/lib/libaprutil-1.la -lexpat -liconv /usr/local/Cellar/apr/1.5.2/libexec/lib/libapr-1.la -lpthread | |
/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool --silent --mode=link clang -g -O2 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -o htcacheclean htcacheclean.lo /private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre/libpcre.la /usr/local/Cellar/apr-util/1.5.4/libexec/lib/libaprutil-1.la -lexpat -liconv /usr/local/Cellar/apr/1.5.2/libexec/lib/libapr-1.la -lpthread | |
libtool: link: cannot find the library `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' or unhandled argument `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' | |
make[2]: *** [htdigest] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
libtool: link: cannot find the library `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' or unhandled argument `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' | |
make[2]: *** [rotatelogs] Error 1 | |
libtool: link: cannot find the library `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' or unhandled argument `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' | |
make[2]: *** [httxt2dbm] Error 1 | |
libtool: link: cannot find the library `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' or unhandled argument `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' | |
make[2]: *** [logresolve] Error 1 | |
libtool: link: cannot find the library `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' or unhandled argument `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' | |
make[2]: *** [htdbm] Error 1 | |
libtool: link: cannot find the library `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' or unhandled argument `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' | |
make[2]: *** [htpasswd] Error 1 | |
libtool: link: cannot find the library `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' or unhandled argument `/usr/local/Cellar/apr/1.5.1/libexec/lib/libapr-1.la' | |
make[2]: *** [htcacheclean] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: fc448ed8089bde550b65f3afdfb3658be9c37bc0 | |
Last commit: 5 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit haswell | |
OS X: 10.10.3-x86_64 | |
Xcode: 6.3.1 | |
CLT: 6.3.1.0.1.1429149539 | |
GCC-4.2: build 0 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby | |
Java: 1.8.0_05 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local/opt/apr:/usr/local/opt/openssl:/usr/local/opt/apr-util:/usr/local/opt/zlib:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/zlib/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/apr/bin:/usr/local/opt/openssl/bin:/usr/local/opt/apr-util/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c get.c -o get.o | |
superenv removed: -g -O2 -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c get.c -o get.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c maketables.c -o maketables.o | |
superenv removed: -g -O2 -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c maketables.c -o maketables.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c dftables.c -o dftables.o | |
superenv removed: -g -O2 -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c dftables.c -o dftables.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c study.c -o study.o | |
superenv removed: -g -O2 -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c study.c -o study.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -o dftables dftables.o -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -o dftables dftables.o -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c pcre.c -o pcre.o | |
superenv removed: -g -O2 -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c pcre.c -o pcre.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c unixd.c -o unixd.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c unixd.c -o unixd.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c prefork.c -o prefork.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c prefork.c -o prefork.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_cfgtree.c -o util_cfgtree.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_cfgtree.c -o util_cfgtree.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c config.c -o config.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c config.c -o config.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c gen_test_char.c -o gen_test_char.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c gen_test_char.c -o gen_test_char.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_script.c -o util_script.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_script.c -o util_script.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c log.c -o log.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c log.c -o log.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c vhost.c -o vhost.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c vhost.c -o vhost.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c main.c -o main.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c main.c -o main.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_md5.c -o util_md5.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_md5.c -o util_md5.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_ebcdic.c -o util_ebcdic.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_ebcdic.c -o util_ebcdic.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_time.c -o util_time.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_time.c -o util_time.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c connection.c -o connection.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c connection.c -o connection.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c listen.c -o listen.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c listen.c -o listen.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c mpm_common.c -o mpm_common.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c mpm_common.c -o mpm_common.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_charset.c -o util_charset.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_charset.c -o util_charset.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_debug.c -o util_debug.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_debug.c -o util_debug.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_xml.c -o util_xml.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_xml.c -o util_xml.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_filter.c -o util_filter.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_filter.c -o util_filter.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_pcre.c -o util_pcre.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util_pcre.c -o util_pcre.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c scoreboard.c -o scoreboard.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c scoreboard.c -o scoreboard.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c error_bucket.c -o error_bucket.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c error_bucket.c -o error_bucket.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c protocol.c -o protocol.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c protocol.c -o protocol.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c core.c -o core.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c core.c -o core.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c request.c -o request.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c request.c -o request.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c provider.c -o provider.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c provider.c -o provider.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c eoc_bucket.c -o eoc_bucket.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c eoc_bucket.c -o eoc_bucket.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c core_filters.c -o core_filters.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c core_filters.c -o core_filters.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -o gen_test_char gen_test_char.o -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib | |
superenv removed: -g -O2 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -o gen_test_char gen_test_char.o -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/zlib/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util.c -o util.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c util.c -o util.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main exports.c | |
superenv removed: -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main exports.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c exports.c -o exports.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c exports.c -o exports.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main export_vars.h | |
superenv removed: -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main export_vars.h -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c chunk_filter.c -o chunk_filter.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c chunk_filter.c -o chunk_filter.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c http_core.c -o http_core.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c http_core.c -o http_core.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c http_filters.c -o http_filters.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c http_filters.c -o http_filters.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c http_request.c -o http_request.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c http_request.c -o http_request.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c http_etag.c -o http_etag.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c http_etag.c -o http_etag.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c http_protocol.c -o http_protocol.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c http_protocol.c -o http_protocol.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c byterange_filter.c -o byterange_filter.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c byterange_filter.c -o byterange_filter.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c mod_so.c -o mod_so.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c mod_so.c -o mod_so.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c rotatelogs.c -o rotatelogs.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c rotatelogs.c -o rotatelogs.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c htpasswd.c -o htpasswd.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c htpasswd.c -o htpasswd.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c htdigest.c -o htdigest.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c htdigest.c -o htdigest.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c htdbm.c -o htdbm.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c htdbm.c -o htdbm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c ab.c -o ab.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c ab.c -o ab.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c logresolve.c -o logresolve.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c logresolve.c -o logresolve.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c httxt2dbm.c -o httxt2dbm.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c httxt2dbm.c -o httxt2dbm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c htcacheclean.c -o htcacheclean.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c htcacheclean.c -o htcacheclean.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
clang called with: -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c checkgid.c -o checkgid.o | |
superenv removed: -g -O2 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy/../generators | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre -I. -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/os/unix -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server/mpm/prefork -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/http -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/filters -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/proxy -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/generators -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/mappers -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/server -I/usr/local/opt/openssl/include -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/ssl -I/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/modules/dav/main -c checkgid.c -o checkgid.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/zlib/include | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.67. Invocation command line was | |
$ ./configure --enable-layout=Homebrew --enable-mods-shared=all --enable-unique-id --enable-ssl --enable-dav --enable-cache --enable-proxy --enable-logio --enable-deflate --enable-cgi --enable-cgid --enable-suexec --enable-rewrite --with-apr=/usr/local/opt/apr --with-apr-util=/usr/local/opt/apr-util --with-ssl=/usr/local/opt/openssl --with-z=/usr/local/opt/zlib --with-mpm=prefork --with-port=8080 --with-sslport=8443 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Garys-Retina-MacBook-Pro.local | |
uname -m = x86_64 | |
uname -r = 14.3.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 319 tasks, 2257 threads, 8 processors | |
Load average: 3.74, Mach factor: 4.25 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/apr/bin | |
PATH: /usr/local/opt/openssl/bin | |
PATH: /usr/local/opt/apr-util/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2793: checking for chosen layout | |
configure:2795: result: Homebrew | |
configure:3598: checking for working mkdir -p | |
configure:3614: result: yes | |
configure:3629: checking build system type | |
configure:3643: result: x86_64-apple-darwin14.3.0 | |
configure:3663: checking host system type | |
configure:3676: result: x86_64-apple-darwin14.3.0 | |
configure:3696: checking target system type | |
configure:3709: result: x86_64-apple-darwin14.3.0 | |
configure:3780: checking for APR | |
configure:3859: result: yes | |
configure:4132: checking for APR-util | |
configure:4211: result: yes | |
configure:4453: checking for gcc | |
configure:4480: result: clang | |
configure:4709: checking for C compiler version | |
configure:4718: clang --version >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.3.0 | |
Thread model: posix | |
configure:4729: $? = 0 | |
configure:4718: clang -v >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.3.0 | |
Thread model: posix | |
configure:4729: $? = 0 | |
configure:4718: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:4729: $? = 1 | |
configure:4718: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:4729: $? = 1 | |
configure:4749: checking whether the C compiler works | |
configure:4771: clang -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:4775: $? = 0 | |
configure:4823: result: yes | |
configure:4826: checking for C compiler default output file name | |
configure:4828: result: a.out | |
configure:4834: checking for suffix of executables | |
configure:4841: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:4845: $? = 0 | |
configure:4867: result: | |
configure:4889: checking whether we are cross compiling | |
configure:4897: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:4901: $? = 0 | |
configure:4908: ./conftest | |
configure:4912: $? = 0 | |
configure:4927: result: no | |
configure:4932: checking for suffix of object files | |
configure:4954: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:4958: $? = 0 | |
configure:4979: result: o | |
configure:4983: checking whether we are using the GNU C compiler | |
configure:5002: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:5002: $? = 0 | |
configure:5011: result: yes | |
configure:5020: checking whether clang accepts -g | |
configure:5040: clang -c -g -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:5040: $? = 0 | |
configure:5081: result: yes | |
configure:5098: checking for clang option to accept ISO C89 | |
configure:5162: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:5162: $? = 0 | |
configure:5175: result: none needed | |
configure:5200: checking how to run the C preprocessor | |
configure:5270: result: clang -E | |
configure:5290: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
configure:5290: $? = 0 | |
configure:5304: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5304: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5451: Configuring PCRE regular expression library | |
configure:5924: checking for rm | |
configure:5942: found /bin/rm | |
configure:5954: result: /bin/rm | |
configure:5964: checking for pkg-config | |
configure:5997: result: no | |
configure:6004: checking for rsync | |
configure:6022: found /usr/bin/rsync | |
configure:6034: result: /usr/bin/rsync | |
configure:6046: checking for gawk | |
configure:6076: result: no | |
configure:6046: checking for mawk | |
configure:6076: result: no | |
configure:6046: checking for nawk | |
configure:6076: result: no | |
configure:6046: checking for awk | |
configure:6062: found /usr/bin/awk | |
configure:6073: result: awk | |
configure:6084: checking whether ln -s works | |
configure:6088: result: yes | |
configure:6138: checking for ranlib | |
configure:6154: found /usr/bin/ranlib | |
configure:6165: result: ranlib | |
configure:6191: checking for lynx | |
configure:6221: result: no | |
configure:6191: checking for links | |
configure:6221: result: no | |
configure:6191: checking for elinks | |
configure:6221: result: no | |
configure:6246: checking for grep that handles long lines and -e | |
configure:6304: result: /usr/bin/grep | |
configure:6309: checking for egrep | |
configure:6371: result: /usr/bin/grep -E | |
configure:6376: checking for ANSI C header files | |
configure:6396: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6396: $? = 0 | |
configure:6469: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6469: $? = 0 | |
configure:6469: ./conftest | |
configure:6469: $? = 0 | |
configure:6480: result: yes | |
configure:6493: checking for sys/types.h | |
configure:6493: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6493: $? = 0 | |
configure:6493: result: yes | |
configure:6493: checking for sys/stat.h | |
configure:6493: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6493: $? = 0 | |
configure:6493: result: yes | |
configure:6493: checking for stdlib.h | |
configure:6493: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6493: $? = 0 | |
configure:6493: result: yes | |
configure:6493: checking for string.h | |
configure:6493: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6493: $? = 0 | |
configure:6493: result: yes | |
configure:6493: checking for memory.h | |
configure:6493: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6493: $? = 0 | |
configure:6493: result: yes | |
configure:6493: checking for strings.h | |
configure:6493: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6493: $? = 0 | |
configure:6493: result: yes | |
configure:6493: checking for inttypes.h | |
configure:6493: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6493: $? = 0 | |
configure:6493: result: yes | |
configure:6493: checking for stdint.h | |
configure:6493: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6493: $? = 0 | |
configure:6493: result: yes | |
configure:6493: checking for unistd.h | |
configure:6493: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6493: $? = 0 | |
configure:6493: result: yes | |
configure:6506: checking minix/config.h usability | |
configure:6506: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
conftest.c:52:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:6506: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <minix/config.h> | |
configure:6506: result: no | |
configure:6506: checking minix/config.h presence | |
configure:6506: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
conftest.c:19:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:6506: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <minix/config.h> | |
configure:6506: result: no | |
configure:6506: checking for minix/config.h | |
configure:6506: result: no | |
configure:6527: checking whether it is safe to define __EXTENSIONS__ | |
configure:6545: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6545: $? = 0 | |
configure:6552: result: yes | |
configure:6568: checking for library containing strerror | |
configure:6599: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
conftest.c:31:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | |
char strerror (); | |
^ | |
conftest.c:31:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:6599: $? = 0 | |
configure:6616: result: none required | |
configure:6638: checking for APR version 1.2.0 or later | |
configure:6662: result: yes | |
configure:6695: checking for APR-util version 1.2.0 or later | |
configure:6719: result: yes | |
configure:6821: checking for ANSI C header files | |
configure:6925: result: yes | |
configure:6947: checking for string.h | |
configure:6947: result: yes | |
configure:6947: checking limits.h usability | |
configure:6947: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6947: $? = 0 | |
configure:6947: result: yes | |
configure:6947: checking limits.h presence | |
configure:6947: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
configure:6947: $? = 0 | |
configure:6947: result: yes | |
configure:6947: checking for limits.h | |
configure:6947: result: yes | |
configure:6947: checking for unistd.h | |
configure:6947: result: yes | |
configure:6947: checking sys/socket.h usability | |
configure:6947: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6947: $? = 0 | |
configure:6947: result: yes | |
configure:6947: checking sys/socket.h presence | |
configure:6947: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
configure:6947: $? = 0 | |
configure:6947: result: yes | |
configure:6947: checking for sys/socket.h | |
configure:6947: result: yes | |
configure:6947: checking pwd.h usability | |
configure:6947: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6947: $? = 0 | |
configure:6947: result: yes | |
configure:6947: checking pwd.h presence | |
configure:6947: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
configure:6947: $? = 0 | |
configure:6947: result: yes | |
configure:6947: checking for pwd.h | |
configure:6947: result: yes | |
configure:6947: checking grp.h usability | |
configure:6947: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6947: $? = 0 | |
configure:6947: result: yes | |
configure:6947: checking grp.h presence | |
configure:6947: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
configure:6947: $? = 0 | |
configure:6947: result: yes | |
configure:6947: checking for grp.h | |
configure:6947: result: yes | |
configure:6947: checking for strings.h | |
configure:6947: result: yes | |
configure:6947: checking sys/prctl.h usability | |
configure:6947: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
conftest.c:65:10: fatal error: 'sys/prctl.h' file not found | |
#include <sys/prctl.h> | |
^ | |
1 error generated. | |
configure:6947: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/prctl.h> | |
configure:6947: result: no | |
configure:6947: checking sys/prctl.h presence | |
configure:6947: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
conftest.c:32:10: fatal error: 'sys/prctl.h' file not found | |
#include <sys/prctl.h> | |
^ | |
1 error generated. | |
configure:6947: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/prctl.h> | |
configure:6947: result: no | |
configure:6947: checking for sys/prctl.h | |
configure:6947: result: no | |
configure:6947: checking sys/processor.h usability | |
configure:6947: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
conftest.c:65:10: fatal error: 'sys/processor.h' file not found | |
#include <sys/processor.h> | |
^ | |
1 error generated. | |
configure:6947: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/processor.h> | |
configure:6947: result: no | |
configure:6947: checking sys/processor.h presence | |
configure:6947: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
conftest.c:32:10: fatal error: 'sys/processor.h' file not found | |
#include <sys/processor.h> | |
^ | |
1 error generated. | |
configure:6947: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/processor.h> | |
configure:6947: result: no | |
configure:6947: checking for sys/processor.h | |
configure:6947: result: no | |
configure:6947: checking sys/sem.h usability | |
configure:6947: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6947: $? = 0 | |
configure:6947: result: yes | |
configure:6947: checking sys/sem.h presence | |
configure:6947: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
configure:6947: $? = 0 | |
configure:6947: result: yes | |
configure:6947: checking for sys/sem.h | |
configure:6947: result: yes | |
configure:6957: checking for sys/wait.h that is POSIX.1 compatible | |
configure:6983: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:6983: $? = 0 | |
configure:6990: result: yes | |
configure:7000: checking for an ANSI C-conforming const | |
configure:7065: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:7065: $? = 0 | |
configure:7072: result: yes | |
configure:7081: checking for library containing sqrt | |
configure:7112: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
conftest.c:41:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration] | |
char sqrt (); | |
^ | |
conftest.c:41:6: note: 'sqrt' is a builtin with type 'double (double)' | |
1 warning generated. | |
configure:7112: $? = 0 | |
configure:7129: result: none required | |
configure:7140: checking for library containing crypt | |
configure:7171: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:7171: $? = 0 | |
configure:7188: result: none required | |
configure:7215: checking for getpwnam | |
configure:7215: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:7215: $? = 0 | |
configure:7215: result: yes | |
configure:7215: checking for getgrnam | |
configure:7215: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:7215: $? = 0 | |
configure:7215: result: yes | |
configure:7215: checking for initgroups | |
configure:7215: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:7215: $? = 0 | |
configure:7215: result: yes | |
configure:7215: checking for bindprocessor | |
configure:7215: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_bindprocessor", referenced from: | |
_main in conftest-180036.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7215: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETGRNAM 1 | |
| #define HAVE_INITGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define bindprocessor to an innocuous variant, in case <limits.h> declares bindprocessor. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define bindprocessor innocuous_bindprocessor | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char bindprocessor (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef bindprocessor | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char bindprocessor (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_bindprocessor || defined __stub___bindprocessor | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return bindprocessor (); | |
| ; | |
| return 0; | |
| } | |
configure:7215: result: no | |
configure:7215: checking for prctl | |
configure:7215: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_prctl", referenced from: | |
_main in conftest-fe2d11.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7215: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETGRNAM 1 | |
| #define HAVE_INITGROUPS 1 | |
| /* end confdefs.h. */ | |
| /* Define prctl to an innocuous variant, in case <limits.h> declares prctl. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define prctl innocuous_prctl | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char prctl (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef prctl | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char prctl (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_prctl || defined __stub___prctl | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return prctl (); | |
| ; | |
| return 0; | |
| } | |
configure:7215: result: no | |
configure:7215: checking for timegm | |
configure:7215: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:7215: $? = 0 | |
configure:7215: result: yes | |
configure:7215: checking for getpgid | |
configure:7215: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:7215: $? = 0 | |
configure:7215: result: yes | |
configure:7227: checking for void pointer length | |
configure:7243: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:7243: $? = 0 | |
configure:7243: ./conftest | |
configure:7243: $? = 0 | |
configure:7253: result: no | |
configure:7261: checking for tm_gmtoff in struct tm | |
configure:7278: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
conftest.c:44:18: warning: expression result unused [-Wunused-value] | |
struct tm tm; tm.tm_gmtoff; | |
~~ ^~~~~~~~~ | |
1 warning generated. | |
configure:7278: $? = 0 | |
configure:7285: result: yes | |
configure:7518: checking whether to enable mod_authn_file | |
configure:7556: result: shared (all) | |
configure:7611: checking whether to enable mod_authn_dbm | |
configure:7649: result: shared (all) | |
configure:7704: checking whether to enable mod_authn_anon | |
configure:7742: result: shared (all) | |
configure:7797: checking whether to enable mod_authn_dbd | |
configure:7835: result: shared (all) | |
configure:7891: checking whether to enable mod_authn_default | |
configure:7929: result: shared (all) | |
configure:7985: checking whether to enable mod_authn_alias | |
configure:8023: result: no | |
configure:8079: checking whether to enable mod_authz_host | |
configure:8117: result: shared (all) | |
configure:8172: checking whether to enable mod_authz_groupfile | |
configure:8210: result: shared (all) | |
configure:8265: checking whether to enable mod_authz_user | |
configure:8303: result: shared (all) | |
configure:8358: checking whether to enable mod_authz_dbm | |
configure:8396: result: shared (all) | |
configure:8451: checking whether to enable mod_authz_owner | |
configure:8489: result: shared (all) | |
configure:8545: checking whether to enable mod_authnz_ldap | |
configure:8597: result: no | |
configure:8653: checking whether to enable mod_authz_default | |
configure:8691: result: shared (all) | |
configure:8748: checking whether to enable mod_auth_basic | |
configure:8786: result: shared (all) | |
configure:8841: checking whether to enable mod_auth_digest | |
configure:8877: result: checking dependencies | |
configure:8908: checking whether to enable mod_auth_digest | |
configure:8918: result: shared (all) | |
configure:8999: checking whether to enable mod_isapi | |
configure:9037: result: no | |
configure:9118: checking whether to enable mod_file_cache | |
configure:9156: result: no | |
configure:9214: checking whether to enable mod_cache | |
configure:9252: result: shared (all) | |
configure:9307: checking whether to enable mod_disk_cache | |
configure:9345: result: no | |
configure:9400: checking whether to enable mod_mem_cache | |
configure:9438: result: no | |
configure:9518: checking whether to enable mod_dbd | |
configure:9556: result: shared (all) | |
configure:9636: checking whether to enable mod_bucketeer | |
configure:9674: result: no | |
configure:9729: checking whether to enable mod_dumpio | |
configure:9767: result: shared (all) | |
configure:9848: checking whether to enable mod_echo | |
configure:9886: result: no | |
configure:9966: checking whether to enable mod_example | |
configure:10004: result: no | |
configure:10059: checking whether to enable mod_case_filter | |
configure:10097: result: no | |
configure:10152: checking whether to enable mod_case_filter_in | |
configure:10190: result: no | |
configure:10271: checking whether to enable mod_reqtimeout | |
configure:10309: result: shared (all) | |
configure:10364: checking whether to enable mod_ext_filter | |
configure:10402: result: shared (all) | |
configure:10457: checking whether to enable mod_include | |
configure:10495: result: shared (all) | |
configure:10550: checking whether to enable mod_filter | |
configure:10588: result: shared (all) | |
configure:10643: checking whether to enable mod_substitute | |
configure:10681: result: shared (all) | |
configure:10834: checking whether to enable mod_charset_lite | |
configure:10872: result: no | |
configure:10930: checking whether to enable mod_deflate | |
configure:10966: result: checking dependencies | |
configure:11098: checking for zlib library | |
configure:11111: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -L/usr/local/opt/zlib/lib conftest.c -lz >&5 | |
configure:11111: $? = 0 | |
configure:11112: result: found | |
configure:11150: checking whether to enable mod_deflate | |
configure:11160: result: shared (all) | |
configure:11242: checking whether to enable mod_ldap | |
configure:11294: result: no | |
configure:11375: checking whether to enable mod_log_config | |
configure:11413: result: shared (all) | |
configure:11468: checking whether to enable mod_log_forensic | |
configure:11506: result: shared (all) | |
configure:11587: checking whether to enable mod_logio | |
configure:11625: result: shared (all) | |
configure:11706: checking whether to enable mod_env | |
configure:11744: result: shared (all) | |
configure:11799: checking whether to enable mod_mime_magic | |
configure:11837: result: shared (all) | |
configure:11892: checking whether to enable mod_cern_meta | |
configure:11930: result: shared (all) | |
configure:11985: checking whether to enable mod_expires | |
configure:12023: result: shared (all) | |
configure:12078: checking whether to enable mod_headers | |
configure:12116: result: shared (all) | |
configure:12171: checking whether to enable mod_ident | |
configure:12209: result: shared (all) | |
configure:12265: checking whether to enable mod_usertrack | |
configure:12301: result: checking dependencies | |
configure:12306: checking sys/times.h usability | |
configure:12306: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:12306: $? = 0 | |
configure:12306: result: yes | |
configure:12306: checking sys/times.h presence | |
configure:12306: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
configure:12306: $? = 0 | |
configure:12306: result: yes | |
configure:12306: checking for sys/times.h | |
configure:12306: result: yes | |
configure:12318: checking for times | |
configure:12318: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib conftest.c >&5 | |
configure:12318: $? = 0 | |
configure:12318: result: yes | |
configure:12328: checking whether to enable mod_usertrack | |
configure:12338: result: shared (all) | |
configure:12394: checking whether to enable mod_unique_id | |
configure:12432: result: shared (all) | |
configure:12487: checking whether to enable mod_setenvif | |
configure:12525: result: shared (all) | |
configure:12580: checking whether to enable mod_version | |
configure:12618: result: shared (all) | |
configure:12707: checking whether to enable mod_proxy | |
configure:12745: result: shared (all) | |
configure:12821: checking whether to enable mod_proxy_connect | |
configure:12859: result: shared (all) | |
configure:12914: checking whether to enable mod_proxy_ftp | |
configure:12952: result: shared (all) | |
configure:13007: checking whether to enable mod_proxy_http | |
configure:13045: result: shared (all) | |
configure:13100: checking whether to enable mod_proxy_scgi | |
configure:13138: result: shared (all) | |
configure:13193: checking whether to enable mod_proxy_ajp | |
configure:13231: result: shared (all) | |
configure:13286: checking whether to enable mod_proxy_balancer | |
configure:13324: result: shared (all) | |
configure:13429: checking whether to enable mod_ssl | |
configure:13465: result: checking dependencies | |
configure:13474: checking for SSL/TLS toolkit base | |
configure:13501: result: /usr/local/opt/openssl | |
configure:13596: checking for OpenSSL version | |
configure:13601: checking openssl/opensslv.h usability | |
configure:13601: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:13601: $? = 0 | |
configure:13601: result: yes | |
configure:13601: checking openssl/opensslv.h presence | |
configure:13601: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c | |
configure:13601: $? = 0 | |
configure:13601: result: yes | |
configure:13601: checking for openssl/opensslv.h | |
configure:13601: result: yes | |
configure:13601: checking openssl/ssl.h usability | |
configure:13601: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:13601: $? = 0 | |
configure:13601: result: yes | |
configure:13601: checking openssl/ssl.h presence | |
configure:13601: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c | |
configure:13601: $? = 0 | |
configure:13601: result: yes | |
configure:13601: checking for openssl/ssl.h | |
configure:13601: result: yes | |
configure:13630: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:13630: $? = 0 | |
configure:13631: result: OK | |
configure:13820: checking openssl/engine.h usability | |
configure:13820: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c >&5 | |
configure:13820: $? = 0 | |
configure:13820: result: yes | |
configure:13820: checking openssl/engine.h presence | |
configure:13820: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include conftest.c | |
configure:13820: $? = 0 | |
configure:13820: result: yes | |
configure:13820: checking for openssl/engine.h | |
configure:13820: result: yes | |
configure:13833: checking for SSLeay_version | |
configure:13833: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread >&5 | |
configure:13833: $? = 0 | |
configure:13833: result: yes | |
configure:13833: checking for SSL_CTX_new | |
configure:13833: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread >&5 | |
configure:13833: $? = 0 | |
configure:13833: result: yes | |
configure:13847: checking for ENGINE_init | |
configure:13847: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread >&5 | |
configure:13847: $? = 0 | |
configure:13847: result: yes | |
configure:13847: checking for ENGINE_load_builtin_engines | |
configure:13847: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread >&5 | |
configure:13847: $? = 0 | |
configure:13847: result: yes | |
configure:13885: checking for SSL_set_cert_store | |
configure:13885: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/usr/local/opt/openssl/include -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -lpthread >&5 | |
Undefined symbols for architecture x86_64: | |
"_SSL_set_cert_store", referenced from: | |
_main in conftest-a60558.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:13885: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETGRNAM 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_GMTOFF 1 | |
| #define AP_ENABLE_V4_MAPPED 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_OPENSSL_OPENSSLV_H 1 | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_ENGINE_H 1 | |
| #define HAVE_SSLEAY_VERSION 1 | |
| #define HAVE_SSL_CTX_NEW 1 | |
| #define HAVE_ENGINE_INIT 1 | |
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | |
| /* end confdefs.h. */ | |
| /* Define SSL_set_cert_store to an innocuous variant, in case <limits.h> declares SSL_set_cert_store. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define SSL_set_cert_store innocuous_SSL_set_cert_store | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char SSL_set_cert_store (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef SSL_set_cert_store | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char SSL_set_cert_store (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_SSL_set_cert_store || defined __stub___SSL_set_cert_store | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return SSL_set_cert_store (); | |
| ; | |
| return 0; | |
| } | |
configure:13885: result: no | |
configure:13916: checking whether Distcache is required | |
configure:13937: result: no (default) | |
configure:14072: checking whether to enable mod_ssl | |
configure:14082: result: shared (all) | |
configure:14186: checking whether to enable mod_optional_hook_export | |
configure:14224: result: no | |
configure:14279: checking whether to enable mod_optional_hook_import | |
configure:14317: result: no | |
configure:14372: checking whether to enable mod_optional_fn_import | |
configure:14410: result: no | |
configure:14465: checking whether to enable mod_optional_fn_export | |
configure:14503: result: no | |
configure:14596: checking for target platform | |
configure:14625: result: unix | |
configure:14657: checking for rlim_t | |
configure:14678: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:14678: $? = 0 | |
configure:14689: result: yes | |
configure:14701: checking sys/time.h usability | |
configure:14701: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:14701: $? = 0 | |
configure:14701: result: yes | |
configure:14701: checking sys/time.h presence | |
configure:14701: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
configure:14701: $? = 0 | |
configure:14701: result: yes | |
configure:14701: checking for sys/time.h | |
configure:14701: result: yes | |
configure:14701: checking sys/resource.h usability | |
configure:14701: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:14701: $? = 0 | |
configure:14701: result: yes | |
configure:14701: checking sys/resource.h presence | |
configure:14701: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
configure:14701: $? = 0 | |
configure:14701: result: yes | |
configure:14701: checking for sys/resource.h | |
configure:14701: result: yes | |
configure:14701: checking for sys/sem.h | |
configure:14701: result: yes | |
configure:14701: checking sys/ipc.h usability | |
configure:14701: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
configure:14701: $? = 0 | |
configure:14701: result: yes | |
configure:14701: checking sys/ipc.h presence | |
configure:14701: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
configure:14701: $? = 0 | |
configure:14701: result: yes | |
configure:14701: checking for sys/ipc.h | |
configure:14701: result: yes | |
configure:14715: checking for setsid | |
configure:14715: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:14715: $? = 0 | |
configure:14715: result: yes | |
configure:14715: checking for killpg | |
configure:14715: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:14715: $? = 0 | |
configure:14715: result: yes | |
configure:14731: checking bstring.h usability | |
configure:14731: clang -c -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c >&5 | |
conftest.c:90:10: fatal error: 'bstring.h' file not found | |
#include <bstring.h> | |
^ | |
1 error generated. | |
configure:14731: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETGRNAM 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_GMTOFF 1 | |
| #define AP_ENABLE_V4_MAPPED 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_OPENSSL_OPENSSLV_H 1 | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_ENGINE_H 1 | |
| #define HAVE_SSLEAY_VERSION 1 | |
| #define HAVE_SSL_CTX_NEW 1 | |
| #define HAVE_ENGINE_INIT 1 | |
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | |
| #define HAVE_OPENSSL 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_KILLPG 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <bstring.h> | |
configure:14731: result: no | |
configure:14731: checking bstring.h presence | |
configure:14731: clang -E -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c | |
conftest.c:57:10: fatal error: 'bstring.h' file not found | |
#include <bstring.h> | |
^ | |
1 error generated. | |
configure:14731: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_GETPWNAM 1 | |
| #define HAVE_GETGRNAM 1 | |
| #define HAVE_INITGROUPS 1 | |
| #define HAVE_TIMEGM 1 | |
| #define HAVE_GETPGID 1 | |
| #define HAVE_GMTOFF 1 | |
| #define AP_ENABLE_V4_MAPPED 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_OPENSSL_OPENSSLV_H 1 | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_ENGINE_H 1 | |
| #define HAVE_SSLEAY_VERSION 1 | |
| #define HAVE_SSL_CTX_NEW 1 | |
| #define HAVE_ENGINE_INIT 1 | |
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | |
| #define HAVE_OPENSSL 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SEM_H 1 | |
| #define HAVE_SYS_IPC_H 1 | |
| #define HAVE_SETSID 1 | |
| #define HAVE_KILLPG 1 | |
| /* end confdefs.h. */ | |
| #include <bstring.h> | |
configure:14731: result: no | |
configure:14731: checking for bstring.h | |
configure:14731: result: no | |
configure:14731: checking for unistd.h | |
configure:14731: result: yes | |
configure:14746: checking for syslog | |
configure:14746: clang -o conftest -g -O2 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib conftest.c >&5 | |
configure:14746: $? = 0 | |
configure:14746: result: yes | |
configure:14758: checking for sys/times.h | |
configure:14758: result: yes | |
configure:14770: checking for times | |
configure:14770: result: yes | |
configure:14780: checking which MPM to use | |
configure:14796: result: prefork | |
configure:15675: checking whether to enable mod_http | |
configure:15713: result: yes | |
configure:15768: checking whether to enable mod_mime | |
configure:15806: result: shared (all) | |
configure:15875: checking for extra modules | |
configure:15935: result: none | |
configure:15960: checking whether to enable mod_dav | |
configure:15998: result: shared (all) | |
configure:16106: checking whether to enable mod_status | |
configure:16144: result: shared (all) | |
configure:16199: checking whether to enable mod_autoindex | |
configure:16237: result: shared (all) | |
configure:16292: checking whether to enable mod_asis | |
configure:16330: result: shared (all) | |
configure:16385: checking whether to enable mod_info | |
configure:16423: result: shared (all) | |
configure:16478: checking whether to enable mod_suexec | |
configure:16514: result: checking dependencies | |
configure:16518: checking whether to enable mod_suexec | |
configure:16528: result: shared (all) | |
configure:16786: checking whether to enable mod_cgi | |
configure:16824: result: shared (all) | |
configure:16879: checking whether to enable mod_cgid | |
configure:16917: result: shared (all) | |
configure:17160: checking whether to enable mod_dav_fs | |
configure:17198: result: shared (all) | |
configure:17288: checking whether to enable mod_dav_lock | |
configure:17326: result: no | |
configure:17407: checking whether to enable mod_vhost_alias | |
configure:17445: result: shared (all) | |
configure:17500: checking whether to enable mod_negotiation | |
configure:17538: result: shared (all) | |
configure:17593: checking whether to enable mod_dir | |
configure:17631: result: shared (all) | |
configure:17686: checking whether to enable mod_imagemap | |
configure:17724: result: shared (all) | |
configure:17779: checking whether to enable mod_actions | |
configure:17817: result: shared (all) | |
configure:17872: checking whether to enable mod_speling | |
configure:17910: result: shared (all) | |
configure:17965: checking whether to enable mod_userdir | |
configure:18003: result: shared (all) | |
configure:18058: checking whether to enable mod_alias | |
configure:18096: result: shared (all) | |
configure:18152: checking whether to enable mod_rewrite | |
configure:18190: result: shared (all) | |
configure:18329: checking whether to enable mod_so | |
configure:18367: result: yes | |
configure:19356: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by config.status, which was | |
generated by GNU Autoconf 2.67. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on Garys-Retina-MacBook-Pro.local | |
config.status:1135: creating docs/conf/httpd.conf | |
config.status:1135: creating docs/conf/extra/httpd-autoindex.conf | |
config.status:1135: creating docs/conf/extra/httpd-dav.conf | |
config.status:1135: creating docs/conf/extra/httpd-default.conf | |
config.status:1135: creating docs/conf/extra/httpd-info.conf | |
config.status:1135: creating docs/conf/extra/httpd-languages.conf | |
config.status:1135: creating docs/conf/extra/httpd-manual.conf | |
config.status:1135: creating docs/conf/extra/httpd-mpm.conf | |
config.status:1135: creating docs/conf/extra/httpd-multilang-errordoc.conf | |
config.status:1135: creating docs/conf/extra/httpd-ssl.conf | |
config.status:1135: creating docs/conf/extra/httpd-userdir.conf | |
config.status:1135: creating docs/conf/extra/httpd-vhosts.conf | |
config.status:1135: creating include/ap_config_layout.h | |
config.status:1135: creating support/apxs | |
config.status:1135: creating support/apachectl | |
config.status:1135: creating support/dbmmanage | |
config.status:1135: creating support/envvars-std | |
config.status:1135: creating support/log_server_status | |
config.status:1135: creating support/logresolve.pl | |
config.status:1135: creating support/phf_abuse_log.cgi | |
config.status:1135: creating support/split-logfile | |
config.status:1135: creating build/rules.mk | |
config.status:1135: creating build/pkg/pkginfo | |
config.status:1135: creating build/config_vars.sh | |
config.status:1135: creating include/ap_config_auto.h | |
config.status:1318: executing default commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin14.3.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_define_APR_HAS_DSO=yes | |
ac_cv_define_APR_HAS_RANDOM=yes | |
ac_cv_define_APR_HAVE_IPV6=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_ENGINE_init=yes | |
ac_cv_func_ENGINE_load_builtin_engines=yes | |
ac_cv_func_SSL_CTX_new=yes | |
ac_cv_func_SSL_set_cert_store=no | |
ac_cv_func_SSLeay_version=yes | |
ac_cv_func_bindprocessor=no | |
ac_cv_func_getgrnam=yes | |
ac_cv_func_getpgid=yes | |
ac_cv_func_getpwnam=yes | |
ac_cv_func_initgroups=yes | |
ac_cv_func_killpg=yes | |
ac_cv_func_prctl=no | |
ac_cv_func_setsid=yes | |
ac_cv_func_syslog=yes | |
ac_cv_func_timegm=yes | |
ac_cv_func_times=yes | |
ac_cv_header_bstring_h=no | |
ac_cv_header_grp_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
ac_cv_header_openssl_engine_h=yes | |
ac_cv_header_openssl_opensslv_h=yes | |
ac_cv_header_openssl_ssl_h=yes | |
ac_cv_header_pwd_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_ipc_h=yes | |
ac_cv_header_sys_prctl_h=no | |
ac_cv_header_sys_processor_h=no | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_sem_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_times_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin14.3.0 | |
ac_cv_mkdir_p=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_RM=/bin/rm | |
ac_cv_path_RSYNC=/usr/bin/rsync | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_search_crypt='none required' | |
ac_cv_search_sqrt='none required' | |
ac_cv_search_strerror='none required' | |
ac_cv_struct_tm_gmtoff=yes | |
ac_cv_target=x86_64-apple-darwin14.3.0 | |
ac_cv_type_rlim_t=yes | |
ap_cv_aprver12=yes | |
ap_cv_apuver12=yes | |
ap_cv_void_ptr_lt_long=no | |
apache_cv_mpm=prefork | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
APACHECTL_ULIMIT='' | |
APR_BINDIR='/usr/local/Cellar/apr/1.5.2/libexec/bin' | |
APR_CONFIG='/usr/local/Cellar/apr/1.5.2/libexec/bin/apr-1-config' | |
APR_INCLUDEDIR='/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1' | |
APR_VERSION='1.5.2' | |
APU_BINDIR='/usr/local/Cellar/apr-util/1.5.4/libexec/bin' | |
APU_CONFIG='/usr/local/Cellar/apr-util/1.5.4/libexec/bin/apu-1-config' | |
APU_INCLUDEDIR='/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1' | |
APU_VERSION='1.5.4' | |
AP_BUILD_SRCLIB_DIRS=' pcre' | |
AP_CLEAN_SRCLIB_DIRS=' pcre' | |
AP_LIBS='/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29/srclib/pcre/libpcre.la /usr/local/Cellar/apr-util/1.5.4/libexec/lib/libaprutil-1.la -lexpat -liconv /usr/local/Cellar/apr/1.5.2/libexec/lib/libapr-1.la -lpthread' | |
AWK='awk' | |
BUILTIN_LIBS=' modules/http/libmod_http.la modules/mappers/libmod_so.la' | |
CC='clang' | |
CFLAGS='' | |
CORE_IMPLIB='' | |
CORE_IMPLIB_FILE='' | |
CPP='clang -E' | |
CPPFLAGS='' | |
CRYPT_LIBS='' | |
CXX='clang++' | |
CXXFLAGS='' | |
DEFS='-DHAVE_CONFIG_H' | |
DSO_MODULES=' authn_file authn_dbm authn_anon authn_dbd authn_default authz_host authz_groupfile authz_user authz_dbm authz_owner authz_default auth_basic auth_digest cache dbd dumpio reqtimeout ext_filter include filter substitute deflate log_config log_forensic logio env mime_magic cern_meta expires headers ident usertrack unique_id setenvif version proxy proxy_connect proxy_ftp proxy_http proxy_scgi proxy_ajp proxy_balancer ssl mime dav status autoindex asis info suexec cgi cgid dav_fs vhost_alias negotiation dir imagemap actions speling userdir alias rewrite' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
EXTRA_CFLAGS=' -g -O2' | |
EXTRA_CPPFLAGS=' -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10' | |
EXTRA_CXXFLAGS='' | |
EXTRA_INCLUDES='-I$(top_builddir)/srclib/pcre -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/Cellar/apr/1.5.2/libexec/include/apr-1 -I/usr/local/Cellar/apr-util/1.5.4/libexec/include/apr-1 -I/usr/local/opt/zlib/include -I$(top_builddir)/server -I$(top_srcdir)/modules/proxy/../generators -I/usr/local/opt/openssl/include -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/dav/main' | |
EXTRA_LDFLAGS=' -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl/lib' | |
EXTRA_LIBS='' | |
GREP='/usr/bin/grep' | |
HTTPD_LDFLAGS='-export-dynamic' | |
HTTPD_VERSION='2.2.29' | |
INCLUDES='' | |
INSTALL='$(LIBTOOL) --mode=install $(abs_srcdir)/build/install.sh -c' | |
INSTALL_DSO='yes' | |
INSTALL_PROG_FLAGS='' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='/usr/local/Cellar/apr/1.5.2/libexec/build-1/libtool $(LTFLAGS)' | |
LN_S='ln -s' | |
LTCFLAGS='-prefer-non-pic -static' | |
LTFLAGS='--silent' | |
LTLIBOBJS='' | |
LT_LDFLAGS='' | |
LYNX_PATH='lynx' | |
MKDEP='$(CC) -MM' | |
MKINSTALLDIRS='$(abs_srcdir)/build/mkdir.sh' | |
MK_IMPLIB='' | |
MODULE_CLEANDIRS=' arch/win32 echo experimental ldap test dav/lock' | |
MODULE_DIRS=' aaa cache database debug filters loggers metadata proxy ssl http dav/main generators dav/fs mappers' | |
MOD_ACTIONS_LDADD='' | |
MOD_ALIAS_LDADD='' | |
MOD_ASIS_LDADD='' | |
MOD_AUTHNZ_LDAP_LDADD='' | |
MOD_AUTHN_ALIAS_LDADD='' | |
MOD_AUTHN_ANON_LDADD='' | |
MOD_AUTHN_DBD_LDADD='' | |
MOD_AUTHN_DBM_LDADD='' | |
MOD_AUTHN_DEFAULT_LDADD='' | |
MOD_AUTHN_FILE_LDADD='' | |
MOD_AUTHZ_DBM_LDADD='' | |
MOD_AUTHZ_DEFAULT_LDADD='' | |
MOD_AUTHZ_GROUPFILE_LDADD='' | |
MOD_AUTHZ_HOST_LDADD='' | |
MOD_AUTHZ_OWNER_LDADD='' | |
MOD_AUTHZ_USER_LDADD='' | |
MOD_AUTH_BASIC_LDADD='' | |
MOD_AUTH_DIGEST_LDADD='' | |
MOD_AUTOINDEX_LDADD='' | |
MOD_BUCKETEER_LDADD='' | |
MOD_CACHE_LDADD='' | |
MOD_CASE_FILTER_IN_LDADD='' | |
MOD_CASE_FILTER_LDADD='' | |
MOD_CERN_META_LDADD='' | |
MOD_CGID_LDADD='' | |
MOD_CGI_LDADD='' | |
MOD_CHARSET_LITE_LDADD='' | |
MOD_DAV_FS_LDADD='' | |
MOD_DAV_LDADD='' | |
MOD_DAV_LOCK_LDADD='' | |
MOD_DBD_LDADD='' | |
MOD_DEFLATE_LDADD='-lz' | |
MOD_DIR_LDADD='' | |
MOD_DISK_CACHE_LDADD='' | |
MOD_DUMPIO_LDADD='' | |
MOD_ECHO_LDADD='' | |
MOD_ENV_LDADD='' | |
MOD_EXAMPLE_LDADD='' | |
MOD_EXPIRES_LDADD='' | |
MOD_EXT_FILTER_LDADD='' | |
MOD_FILE_CACHE_LDADD='' | |
MOD_FILTER_LDADD='' | |
MOD_HEADERS_LDADD='' | |
MOD_HTTP_LDADD='' | |
MOD_IDENT_LDADD='' | |
MOD_IMAGEMAP_LDADD='' | |
MOD_INCLUDE_LDADD='' | |
MOD_INFO_LDADD='' | |
MOD_ISAPI_LDADD='' | |
MOD_LDAP_LDADD='' | |
MOD_LOGIO_LDADD='' | |
MOD_LOG_CONFIG_LDADD='' | |
MOD_LOG_FORENSIC_LDADD='' | |
MOD_MEM_CACHE_LDADD='' | |
MOD_MIME_LDADD='' | |
MOD_MIME_MAGIC_LDADD='' | |
MOD_NEGOTIATION_LDADD='' | |
MOD_OPTIONAL_FN_EXPORT_LDADD='' | |
MOD_OPTIONAL_FN_IMPORT_LDADD='' | |
MOD_OPTIONAL_HOOK_EXPORT_LDADD='' | |
MOD_OPTIONAL_HOOK_IMPORT_LDADD='' | |
MOD_PROXY_AJP_LDADD='' | |
MOD_PROXY_BALANCER_LDADD='' | |
MOD_PROXY_CONNECT_LDADD='' | |
MOD_PROXY_FTP_LDADD='' | |
MOD_PROXY_HTTP_LDADD='' | |
MOD_PROXY_LDADD='' | |
MOD_PROXY_SCGI_LDADD='' | |
MOD_REQTIMEOUT_LDADD='' | |
MOD_REWRITE_LDADD='' | |
MOD_SETENVIF_LDADD='' | |
MOD_SO_LDADD='' | |
MOD_SPELING_LDADD='' | |
MOD_SSL_LDADD='$(SSL_LIBS) -export-symbols-regex ssl_module' | |
MOD_STATUS_LDADD='' | |
MOD_SUBSTITUTE_LDADD='' | |
MOD_SUEXEC_LDADD='' | |
MOD_UNIQUE_ID_LDADD='' | |
MOD_USERDIR_LDADD='' | |
MOD_USERTRACK_LDADD='' | |
MOD_VERSION_LDADD='' | |
MOD_VHOST_ALIAS_LDADD='' | |
MPM_LIB='server/mpm/prefork/libprefork.la' | |
MPM_NAME='prefork' | |
MPM_SUBDIR_NAME='prefork' | |
NONPORTABLE_SUPPORT='checkgid' | |
NOTEST_CFLAGS='' | |
NOTEST_CPPFLAGS='' | |
NOTEST_CXXFLAGS='' | |
NOTEST_LDFLAGS='' | |
NOTEST_LIBS='' | |
OBJEXT='o' | |
OS='unix' | |
OS_DIR='unix' | |
OS_SPECIFIC_VARS='' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='' | |
PACKAGE_STRING='' | |
PACKAGE_TARNAME='' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='' | |
PATH_SEPARATOR=':' | |
PCRE_CONFIG='false' | |
PICFLAGS='' | |
PILDFLAGS='' | |
PKGCONFIG='' | |
PORT='8080' | |
POST_SHARED_CMDS='echo ""' | |
PRE_SHARED_CMDS='echo ""' | |
RANLIB='ranlib' | |
RM='/bin/rm' | |
RSYNC='/usr/bin/rsync' | |
SHELL='/bin/sh' | |
SHLIBPATH_VAR='DYLD_LIBRARY_PATH' | |
SHLTCFLAGS='-prefer-pic' | |
SH_LDFLAGS='' | |
SH_LIBS='' | |
SH_LIBTOOL='$(LIBTOOL)' | |
SSLPORT='8443' | |
SSL_LIBS='-lssl -lcrypto -lpthread' | |
UTIL_LDFLAGS='' | |
ab_LTFLAGS='' | |
abs_srcdir='/private/tmp/httpd2220150509-47152-k1n36z/httpd-2.2.29' | |
ac_ct_CC='clang' | |
ap_make_delimiter=' ' | |
ap_make_include='include' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin14.3.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin14.3.0' | |
build_vendor='apple' | |
cgidir='/usr/local/var/apache2/cgi-bin' | |
checkgid_LTFLAGS='' | |
datadir='/usr/local/var/www' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE}' | |
dvidir='${docdir}' | |
errordir='${datadir}/error' | |
exec_prefix='${prefix}' | |
exp_bindir='/usr/local/Cellar/httpd22/2.2.29/bin' | |
exp_cgidir='/usr/local/var/apache2/cgi-bin' | |
exp_datadir='/usr/local/var/www' | |
exp_errordir='/usr/local/var/www/error' | |
exp_exec_prefix='/usr/local/Cellar/httpd22/2.2.29' | |
exp_htdocsdir='/usr/local/var/www/htdocs' | |
exp_iconsdir='/usr/local/var/www/icons' | |
exp_includedir='/usr/local/Cellar/httpd22/2.2.29/include/apache2' | |
exp_installbuilddir='/usr/local/Cellar/httpd22/2.2.29/build' | |
exp_libdir='/usr/local/Cellar/httpd22/2.2.29/lib' | |
exp_libexecdir='/usr/local/Cellar/httpd22/2.2.29/libexec' | |
exp_localstatedir='/usr/local/var/apache2' | |
exp_logfiledir='/usr/local/var/log/apache2' | |
exp_mandir='/usr/local/Cellar/httpd22/2.2.29/share/man' | |
exp_manualdir='/usr/local/var/www/manual' | |
exp_proxycachedir='/usr/local/var/apache2/proxy' | |
exp_runtimedir='/usr/local/var/run/apache2' | |
exp_sbindir='/usr/local/Cellar/httpd22/2.2.29/bin' | |
exp_sysconfdir='/usr/local/etc/apache2/2.2' | |
host='x86_64-apple-darwin14.3.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin14.3.0' | |
host_vendor='apple' | |
htcacheclean_LTFLAGS='' | |
htdbm_LTFLAGS='' | |
htdigest_LTFLAGS='' | |
htdocsdir='${datadir}/htdocs' | |
htmldir='${docdir}' | |
htpasswd_LTFLAGS='' | |
httxt2dbm_LTFLAGS='' | |
iconsdir='${datadir}/icons' | |
includedir='${prefix}/include/apache2' | |
infodir='${datarootdir}/info' | |
installbuilddir='${prefix}/build' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='/usr/local/var/apache2' | |
logfiledir='/usr/local/var/log/apache2' | |
logresolve_LTFLAGS='' | |
mandir='/usr/local/Cellar/httpd22/2.2.29/share/man' | |
manualdir='${datadir}/manual' | |
nonssl_listen_stmt_1='' | |
nonssl_listen_stmt_2='' | |
oldincludedir='/usr/include' | |
other_targets='suexec' | |
pdfdir='${docdir}' | |
perlbin='/usr/bin/perl' | |
prefix='/usr/local/Cellar/httpd22/2.2.29' | |
progname='httpd' | |
program_transform_name='s,x,x,' | |
proxycachedir='${localstatedir}/proxy' | |
psdir='${docdir}' | |
rel_bindir='bin' | |
rel_cgidir='/usr/local/var/apache2/cgi-bin' | |
rel_datadir='/usr/local/var/www' | |
rel_errordir='/usr/local/var/www/error' | |
rel_exec_prefix='' | |
rel_htdocsdir='/usr/local/var/www/htdocs' | |
rel_iconsdir='/usr/local/var/www/icons' | |
rel_includedir='include/apache2' | |
rel_installbuilddir='build' | |
rel_libdir='lib' | |
rel_libexecdir='libexec' | |
rel_localstatedir='/usr/local/var/apache2' | |
rel_logfiledir='/usr/local/var/log/apache2' | |
rel_mandir='share/man' | |
rel_manualdir='/usr/local/var/www/manual' | |
rel_proxycachedir='/usr/local/var/apache2/proxy' | |
rel_runtimedir='/usr/local/var/run/apache2' | |
rel_sbindir='bin' | |
rel_sysconfdir='/usr/local/etc/apache2/2.2' | |
rotatelogs_LTFLAGS='' | |
runtimedir='/usr/local/var/run/apache2' | |
sbindir='${exec_prefix}/bin' | |
shared_build='shared-build' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='/usr/local/etc/apache2/2.2' | |
target='x86_64-apple-darwin14.3.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin14.3.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "" | |
#define PACKAGE_TARNAME "" | |
#define PACKAGE_VERSION "" | |
#define PACKAGE_STRING "" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define __EXTENSIONS__ 1 | |
#define _ALL_SOURCE 1 | |
#define _GNU_SOURCE 1 | |
#define _POSIX_PTHREAD_SEMANTICS 1 | |
#define _TANDEM_SOURCE 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_PWD_H 1 | |
#define HAVE_GRP_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_SYS_SEM_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_GETPWNAM 1 | |
#define HAVE_GETGRNAM 1 | |
#define HAVE_INITGROUPS 1 | |
#define HAVE_TIMEGM 1 | |
#define HAVE_GETPGID 1 | |
#define HAVE_GMTOFF 1 | |
#define AP_ENABLE_V4_MAPPED 1 | |
#define HAVE_SYS_TIMES_H 1 | |
#define HAVE_TIMES 1 | |
#define HAVE_OPENSSL_OPENSSLV_H 1 | |
#define HAVE_OPENSSL_SSL_H 1 | |
#define HAVE_OPENSSL_ENGINE_H 1 | |
#define HAVE_SSLEAY_VERSION 1 | |
#define HAVE_SSL_CTX_NEW 1 | |
#define HAVE_ENGINE_INIT 1 | |
#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | |
#define HAVE_OPENSSL 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_SEM_H 1 | |
#define HAVE_SYS_IPC_H 1 | |
#define HAVE_SETSID 1 | |
#define HAVE_KILLPG 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_SYSLOG 1 | |
#define HAVE_SYS_TIMES_H 1 | |
#define HAVE_TIMES 1 | |
#define AP_USING_AUTOCONF 1 | |
#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1 | |
#define AP_NONBLOCK_WHEN_MULTI_LISTEN 1 | |
#define HTTPD_ROOT "/usr/local/Cellar/httpd22/2.2.29" | |
#define SERVER_CONFIG_FILE "/usr/local/etc/apache2/2.2/httpd.conf" | |
#define AP_TYPES_CONFIG_FILE "/usr/local/etc/apache2/2.2/mime.types" | |
#define APACHE_MPM_DIR "server/mpm/prefork" | |
configure: exit 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: fc448ed8089bde550b65f3afdfb3658be9c37bc0 | |
Last commit: 5 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit haswell | |
OS X: 10.10.3-x86_64 | |
Xcode: 6.3.1 | |
CLT: 6.3.1.0.1.1429149539 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.2/bin/ruby | |
Java: 1.8.0_05 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your system is ready to brew. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Formula: httpd22 | |
Tap: homebrew/homebrew-apache | |
Path: /usr/local/Library/Taps/homebrew/homebrew-apache/httpd22.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment