Created
May 21, 2015 20:25
-
-
Save dunn/e97fdb5f12baa8d3e097 to your computer and use it in GitHub Desktop.
This file contains 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-21 13:22:11 -0700 | |
autoreconf | |
-fvi | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I build | |
autoreconf: configure.ac: tracing | |
autoreconf: configure.ac: adding subdirectory lib/ck to autoreconf | |
autoreconf: Entering directory `lib/ck' | |
autoreconf: configure.ac: not using Autoconf | |
autoreconf: Leaving directory `lib/ck' | |
autoreconf: configure.ac: creating directory build/aux | |
autoreconf: running: glibtoolize --copy --force | |
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build/aux'. | |
glibtoolize: copying file 'build/aux/ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build'. | |
glibtoolize: copying file 'build/libtool.m4' | |
glibtoolize: copying file 'build/ltoptions.m4' | |
glibtoolize: copying file 'build/ltsugar.m4' | |
glibtoolize: copying file 'build/ltversion.m4' | |
glibtoolize: copying file 'build/lt~obsolete.m4' | |
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force | |
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.ac:676: installing 'build/aux/ar-lib' | |
configure.ac:578: installing 'build/aux/compile' | |
configure.ac:104: installing 'build/aux/config.guess' | |
configure.ac:104: installing 'build/aux/config.sub' | |
configure.ac:43: installing 'build/aux/install-sh' | |
configure.ac:43: installing 'build/aux/missing' | |
cmd/traffic_cop/Makefile.am: installing 'build/aux/depcomp' | |
parallel-tests: installing 'build/aux/test-driver' | |
configure.ac: installing 'build/aux/ylwrap' | |
autoreconf: Leaving directory `.' |
This file contains 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-21 13:22:30 -0700 | |
./configure | |
--prefix=/usr/local/Cellar/trafficserver/HEAD | |
--mandir=/usr/local/Cellar/trafficserver/HEAD/share/man | |
--with-openssl=/usr/local/opt/openssl | |
--with-user=cat | |
--with-group=admin | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build/aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether UID '501' is supported by ustar format... yes | |
checking whether GID '20' is supported by ustar format... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether make supports nested variables... (cached) yes | |
checking for chosen layout... TrafficServer | |
checking build system type... x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking whether to enable debugging... no | |
checking whether to code coverage... | |
checking whether to enable -Werror... no | |
checking whether to enable fast SDK APIs... no | |
checking whether to enable diags... yes | |
checking whether to enable regression tests... yes | |
checking whether to build a static traffic_server binary... no | |
checking whether to commit cov defects to remote host... localhost | |
checking whether to enable WCCP v2 support... no | |
checking whether to enable interim cache support... no | |
checking whether to enable profiler... no | |
checking whether to enable eventfd()... yes | |
checking whether to use POSIX capabilities... auto | |
checking whether to use hwloc library... yes | |
checking whether to enable ccache... no | |
checking whether to enable TPROXY based transparency... auto | |
checking whether to disable freelist... yes | |
checking whether to enable reclaimable freelist... no | |
checking whether to enable spdy... no | |
checking whether to enable experimental plugins... no | |
checking whether to install example plugins... no | |
checking whether to install testing tools... no | |
checking whether to build c++ api... no | |
checking whether to disable LuaJIT... yes | |
checking whether to allow 32-bit builds... no | |
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 gcc-5 accepts -g... yes | |
checking for gcc-5 option to accept ISO C89... none needed | |
checking whether gcc-5 understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of gcc-5... gcc3 | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++-5 accepts -g... yes | |
checking dependency style of g++-5... gcc3 | |
checking how to run the C preprocessor... gcc-5 -E | |
checking how to run the C++ preprocessor... g++-5 -E | |
checking dependency style of gcc-5... gcc3 | |
checking for C compiler vendor... gnu | |
checking whether g++-5 supports C++11 features by default... yes | |
checking for std::shared_ptr... yes | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking for gawk... (cached) awk | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking whether ln -s works... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... (cached) /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc-5... /usr/local/Library/ENV/4.3/ld | |
checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking the maximum length of command line arguments... 196608 | |
checking how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/local/Library/ENV/4.3/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc-5 object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
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 for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc-5 supports -fno-rtti -fno-exceptions... no | |
checking for gcc-5 option to produce PIC... -fno-common -DPIC | |
checking if gcc-5 PIC flag -fno-common -DPIC works... yes | |
checking if gcc-5 static flag -static works... no | |
checking if gcc-5 supports -c -o file.o... yes | |
checking if gcc-5 supports -c -o file.o... (cached) yes | |
checking whether the gcc-5 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... g++-5 -E | |
checking for ld used by g++-5... /usr/local/Library/ENV/4.3/ld | |
checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld... no | |
checking whether the g++-5 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries... yes | |
checking for g++-5 option to produce PIC... -fno-common -DPIC | |
checking if g++-5 PIC flag -fno-common -DPIC works... yes | |
checking if g++-5 static flag -static works... no | |
checking if g++-5 supports -c -o file.o... yes | |
checking if g++-5 supports -c -o file.o... (cached) yes | |
checking whether the g++-5 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.3.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for rm... rm -f | |
checking for cpp... cpp | |
checking for ar... (cached) ar | |
checking for library containing strerror... none required | |
checking for a Python interpreter with version >= 2.4... python | |
checking for python... /usr/bin/python | |
checking for python version... 2.7 | |
checking for python platform... darwin | |
checking for python script directory... ${prefix}/lib/python2.7/site-packages | |
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages | |
checking for sphinx version >= 1.1... No module named sphinx | |
checking for sphinx-build... false | |
checking whether to build man pages... no | |
checking for bison... bison | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -ll | |
checking whether yytext is a pointer... yes | |
checking for doxygen... no | |
checking for perl... /usr/bin/perl | |
checking for perl module ExtUtils::MakeMaker... ok | |
checking checking whether to auto-set compiler optimization flags... yes -O3 | |
configure: WARNING: clang is the only supported compiler on Darwin | |
checking size of void*... 8 | |
configure: Build for host OS: darwin14.3.0, arch: x86_64, optimization: darwin | |
checking for library containing exc_capture_context... no | |
checking for library containing MLD_demangle_string... no | |
checking for library containing dlopen... none required | |
checking for library containing socket... none required | |
checking for library containing gethostbyname... none required | |
checking for library containing clock_gettime... no | |
checking for library containing clock_gettime... (cached) no | |
checking for library containing pthread_create... none required | |
checking for res_init in -lresolv... yes | |
checking for __putlong in -lresolv... no | |
checking for NcursesW wide-character library... no | |
checking for Ncurses library... yes | |
checking for working ncurses/curses.h... no | |
checking for working ncurses.h... yes | |
checking for curl-config... /usr/bin/curl-config | |
checking for curl (libcurl 7.37.1) >= 7.19... yes | |
checking for library containing crypt... none required | |
checking for openssl/ssl.h in /usr/local/opt/openssl... yes | |
checking whether compiling and linking against OpenSSL works... yes | |
checking for SSL_CTX_set_next_protos_advertised_cb... yes | |
checking for SSL_CTX_set_next_proto_select_cb... yes | |
checking for SSL_select_next_proto... yes | |
checking for SSL_get0_next_proto_negotiated... yes | |
checking whether to enable Next Protocol Negotiation TLS extension support... yes | |
checking for SSL_CTX_set_alpn_protos... yes | |
checking for SSL_CTX_set_alpn_select_cb... yes | |
checking for SSL_get0_alpn_selected... yes | |
checking for SSL_select_next_proto... (cached) yes | |
checking whether to enable Application Layer Protocol Negotiation TLS extension support... yes | |
checking openssl/ec.h usability... yes | |
checking openssl/ec.h presence... yes | |
checking for openssl/ec.h... yes | |
checking for EC_KEY_new_by_curve_name... yes | |
checking whether EC keys are supported... yes | |
checking openssl/ssl.h usability... yes | |
checking openssl/ssl.h presence... yes | |
checking for openssl/ssl.h... yes | |
checking openssl/ts.h usability... yes | |
checking openssl/ts.h presence... yes | |
checking for openssl/ts.h... yes | |
checking for openssl/tls1.h... yes | |
checking for SSL_CTX_set_tlsext_servername_callback... yes | |
checking for SSL_get_servername... yes | |
checking whether to enable ServerNameIndication TLS extension support... yes | |
yes | |
checking whether to enable Certificate callback support... yes | |
checking for SSL_set_rbio... no | |
checking whether to enable set rbio... no | |
checking for zlib location... /usr | |
checking for library containing compressBound... -lz | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for lzma location... /usr/local | |
checking for library containing lzma_code... -llzma | |
checking lzma.h usability... yes | |
checking lzma.h presence... yes | |
checking for lzma.h... yes | |
checking for Tcl configuration... found /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib/tclConfig.sh | |
checking for existence of /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib/tclConfig.sh... loading | |
checking "For XML parser"... checking libxml2... yes | |
checking for clock_gettime... no | |
checking for kqueue... yes | |
checking for epoll_ctl... no | |
checking for posix_memalign... yes | |
checking for posix_fadvise... no | |
checking for posix_madvise... yes | |
checking for posix_fallocate... no | |
checking for inotify_init... no | |
checking for lrand48_r... no | |
checking for srand48_r... no | |
checking for port_create... no | |
checking for strlcpy... yes | |
checking for strlcat... yes | |
checking for sysconf... yes | |
checking for getpagesize... yes | |
checking for getreuid... no | |
checking for getresuid... no | |
checking for getresgid... no | |
checking for setreuid... yes | |
checking for setresuid... no | |
checking for getpeereid... yes | |
checking for getpeerucred... no | |
checking for strsignal... yes | |
checking for psignal... yes | |
checking for psiginfo... no | |
checking sys/eventfd.h usability... no | |
checking sys/eventfd.h presence... no | |
checking for sys/eventfd.h... no | |
checking for eventfd... no | |
checking mcheck.h usability... no | |
checking mcheck.h presence... no | |
checking for mcheck.h... no | |
checking for mcheck_pedantic... no | |
checking for pcre-config... pcre-config | |
checking for pcre headers in /usr/local/Cellar/pcre/8.37/include... ok | |
checking for library containing pcre_exec... -lpcre | |
checking pcre.h usability... yes | |
checking pcre.h presence... yes | |
checking for pcre.h... yes | |
checking pcre/pcre.h usability... no | |
checking pcre/pcre.h presence... no | |
checking for pcre/pcre.h... no | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking for library containing backtrace... none required | |
checking for pkg-config... no | |
configure: Using kqueue event interface | |
checking for 128bit CAS support... yes | |
checking for library containing cap_set_proc... no | |
checking whether to enable Linux native AIO... no | |
checking for HWLOC... no | |
configure: WARNING: hwloc not found, try --disable-hwloc | |
checking for library containing GeoIP_id_by_code... no | |
checking for a readline compatible library... -ledit | |
checking readline.h usability... no | |
checking readline.h presence... no | |
checking for readline.h... no | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking whether readline supports history... yes | |
checking history.h usability... no | |
checking history.h presence... no | |
checking for history.h... no | |
checking readline/history.h usability... yes | |
checking readline/history.h presence... yes | |
checking for readline/history.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/epoll.h usability... no | |
checking sys/epoll.h presence... no | |
checking for sys/epoll.h... no | |
checking sys/event.h usability... yes | |
checking sys/event.h presence... yes | |
checking for sys/event.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/pset.h usability... no | |
checking sys/pset.h presence... no | |
checking for sys/pset.h... no | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread_np.h usability... no | |
checking pthread_np.h presence... no | |
checking for pthread_np.h... no | |
checking machine/endian.h usability... yes | |
checking machine/endian.h presence... yes | |
checking for machine/endian.h... yes | |
checking endian.h usability... no | |
checking endian.h presence... no | |
checking for endian.h... no | |
checking sys/sysinfo.h usability... no | |
checking sys/sysinfo.h presence... no | |
checking for sys/sysinfo.h... no | |
checking sys/systeminfo.h usability... no | |
checking sys/systeminfo.h presence... no | |
checking for sys/systeminfo.h... no | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking netinet/in_systm.h usability... yes | |
checking netinet/in_systm.h presence... yes | |
checking for netinet/in_systm.h... yes | |
checking netinet/tcp.h usability... yes | |
checking netinet/tcp.h presence... yes | |
checking for netinet/tcp.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/byteorder.h usability... no | |
checking sys/byteorder.h presence... no | |
checking for sys/byteorder.h... no | |
checking sys/sockio.h usability... yes | |
checking sys/sockio.h presence... yes | |
checking for sys/sockio.h... yes | |
checking sys/prctl.h usability... no | |
checking sys/prctl.h presence... no | |
checking for sys/prctl.h... no | |
checking arpa/nameser.h usability... yes | |
checking arpa/nameser.h presence... yes | |
checking for arpa/nameser.h... yes | |
checking arpa/nameser_compat.h usability... yes | |
checking arpa/nameser_compat.h presence... yes | |
checking for arpa/nameser_compat.h... yes | |
checking for execinfo.h... (cached) yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking siginfo.h usability... no | |
checking siginfo.h presence... no | |
checking for siginfo.h... no | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking wait.h usability... no | |
checking wait.h presence... no | |
checking for wait.h... no | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking libgen.h usability... yes | |
checking libgen.h presence... yes | |
checking for libgen.h... yes | |
checking values.h usability... no | |
checking values.h presence... no | |
checking for values.h... no | |
checking alloca.h usability... yes | |
checking alloca.h presence... yes | |
checking for alloca.h... yes | |
checking cpio.h usability... yes | |
checking cpio.h presence... yes | |
checking for cpio.h... yes | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking for sys/param.h... (cached) yes | |
checking sys/sysmacros.h usability... no | |
checking sys/sysmacros.h presence... no | |
checking for sys/sysmacros.h... no | |
checking math.h usability... yes | |
checking math.h presence... yes | |
checking for math.h... yes | |
checking for stdint.h... (cached) yes | |
checking stdbool.h usability... yes | |
checking stdbool.h presence... yes | |
checking for stdbool.h... yes | |
checking sysexits.h usability... yes | |
checking sysexits.h presence... yes | |
checking for sysexits.h... yes | |
checking net/ppp_defs.h usability... no | |
checking net/ppp_defs.h presence... no | |
checking for net/ppp_defs.h... no | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking for readline/readline.h... (cached) yes | |
checking editline/readline.h usability... yes | |
checking editline/readline.h presence... yes | |
checking for editline/readline.h... yes | |
checking ucred.h usability... no | |
checking ucred.h presence... no | |
checking for ucred.h... no | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/disk.h usability... yes | |
checking sys/disk.h presence... yes | |
checking for sys/disk.h... yes | |
checking sys/disklabel.h usability... no | |
checking sys/disklabel.h presence... no | |
checking for sys/disklabel.h... no | |
checking linux/hdreg.h usability... no | |
checking linux/hdreg.h presence... no | |
checking for linux/hdreg.h... no | |
checking linux/fs.h usability... no | |
checking linux/fs.h presence... no | |
checking for linux/fs.h... no | |
checking linux/major.h usability... no | |
checking linux/major.h presence... no | |
checking for linux/major.h... no | |
checking for sys/sysctl.h... yes | |
checking for sys/cpuset.h... no | |
checking for sys/mount.h... yes | |
checking for arpa/inet.h... yes | |
checking for netinet/ip.h... yes | |
checking for netinet/ip_icmp.h... yes | |
checking for 1-parameter version of pthread_setname_np()... yes | |
checking for 2-parameter version of pthread_setname_np()... no | |
checking for 2-parameter version of pthread_set_name_np()... no | |
checking for struct sockaddr.sa_len... yes | |
checking for struct sockaddr_in.sin_len... yes | |
checking for struct sockaddr_in6.sin6_len... yes | |
checking for struct stat.st_mtimespec.tv_nsec... yes | |
checking for struct stat.st_mtim.tv_nsec... no | |
checking whether to enable transparent proxy... no | |
checking for SO_PEERCRED socket option... no | |
checking for SO_MARK socket option... no | |
checking for IP_TOS socket option... yes | |
checking for loopback network interface... lo0 | |
checking style of gethostbyname_r routine... none | |
checking 3rd argument to the gethostbyname_r routines... char | |
checking IN6_IS_ADDR_UNSPECIFIED macro works... no | |
checking for struct tcp_info... no | |
checking mysql/mysql.h usability... yes | |
checking mysql/mysql.h presence... yes | |
checking for mysql/mysql.h... yes | |
checking for mysql_info in -lmysqlclient... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating cmd/Makefile | |
config.status: creating cmd/traffic_cop/Makefile | |
config.status: creating cmd/traffic_crashlog/Makefile | |
config.status: creating cmd/traffic_ctl/Makefile | |
config.status: creating cmd/traffic_layout/Makefile | |
config.status: creating cmd/traffic_line/Makefile | |
config.status: creating cmd/traffic_manager/Makefile | |
config.status: creating cmd/traffic_top/Makefile | |
config.status: creating cmd/traffic_via/Makefile | |
config.status: creating cmd/traffic_wccp/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating example/Makefile | |
config.status: creating iocore/Makefile | |
config.status: creating iocore/aio/Makefile | |
config.status: creating iocore/cache/Makefile | |
config.status: creating iocore/cluster/Makefile | |
config.status: creating iocore/dns/Makefile | |
config.status: creating iocore/eventsystem/Makefile | |
config.status: creating iocore/hostdb/Makefile | |
config.status: creating iocore/net/Makefile | |
config.status: creating iocore/utils/Makefile | |
config.status: creating lib/Makefile | |
config.status: creating lib/perl/Makefile | |
config.status: creating lib/perl/lib/Apache/TS.pm | |
config.status: creating lib/records/Makefile | |
config.status: creating lib/ts/Makefile | |
config.status: creating lib/ts/apidefs.h | |
config.status: creating lib/ts/ink_config.h | |
config.status: creating lib/tsconfig/Makefile | |
config.status: creating lib/wccp/Makefile | |
config.status: creating mgmt/Makefile | |
config.status: creating mgmt/api/Makefile | |
config.status: creating mgmt/api/include/Makefile | |
config.status: creating mgmt/cluster/Makefile | |
config.status: creating mgmt/utils/Makefile | |
config.status: creating mgmt/web2/Makefile | |
config.status: creating plugins/Makefile | |
config.status: creating plugins/cacheurl/Makefile | |
config.status: creating plugins/conf_remap/Makefile | |
config.status: creating plugins/gzip/Makefile | |
config.status: creating plugins/header_rewrite/Makefile | |
config.status: creating plugins/libloader/Makefile | |
config.status: creating plugins/regex_remap/Makefile | |
config.status: creating plugins/stats_over_http/Makefile | |
config.status: creating plugins/tcpinfo/Makefile | |
config.status: creating proxy/Makefile | |
config.status: creating proxy/api/ts/Makefile | |
config.status: creating proxy/config/Makefile | |
config.status: creating proxy/config/body_factory/Makefile | |
config.status: creating proxy/config/body_factory/default/Makefile | |
config.status: creating proxy/config/records.config.default | |
config.status: creating proxy/config/storage.config.default | |
config.status: creating proxy/congest/Makefile | |
config.status: creating proxy/hdrs/Makefile | |
config.status: creating proxy/http/Makefile | |
config.status: creating proxy/http/remap/Makefile | |
config.status: creating proxy/http2/Makefile | |
config.status: creating proxy/logging/Makefile | |
config.status: creating proxy/shared/Makefile | |
config.status: creating proxy/spdy/Makefile | |
config.status: creating rc/Makefile | |
config.status: creating rc/trafficserver | |
config.status: creating rc/trafficserver.conf | |
config.status: creating rc/trafficserver.service | |
config.status: creating rc/trafficserver.xml | |
config.status: creating tools/Makefile | |
config.status: creating tools/trafficserver.pc | |
config.status: creating tools/tsxs | |
config.status: creating lib/ts/ink_autoconf.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in lib/ck (/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/trafficserver/HEAD' '--mandir=/usr/local/Cellar/trafficserver/HEAD/share/man' '--with-openssl=/usr/local/opt/openssl' '--with-user=cat' '--with-group=admin' 'CC=gcc-5' 'CFLAGS=-Wno-deprecated-declarations' 'CXX=g++-5' 'CXXFLAGS=-Wno-deprecated-declarations' 'PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig' 'PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10' --cache-file=/dev/null --srcdir=. | |
Detecting operating system.......success [darwin] | |
Detecting machine architecture...success [x86_64] | |
Finding dirname command..........success [/usr/bin/dirname] | |
Determining build directory......success [/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck] | |
Finding gzip tool................success [/usr/bin/gzip] | |
Finding suitable compiler........success [/usr/local/Library/ENV/4.3/gcc-5] | |
Detecting VMA bits...............success [48] | |
Checking header file usability...success [stdbool.h] | |
Checking header file usability...success [stddef.h] | |
Checking header file usability...success [stdint.h] | |
Checking header file usability...success [string.h] | |
Generating header files..........success | |
Generating build files...........success | |
VERSION = 0.4.5 | |
BUILD_DIR = /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck | |
SRC_DIR = /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck | |
SYSTEM = darwin | |
PROFILE = x86_64 | |
CC = /usr/local/Library/ENV/4.3/gcc-5 | |
COMPILER = gcc | |
CFLAGS = -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC | |
PTHREAD_CFLAGS = -pthread | |
LD = /usr/local/Library/ENV/4.3/gcc-5 | |
LDNAME = libck.dylib | |
LDNAME_VERSION = libck.0.4.5.dylib | |
LDNAME_MAJOR = libck.0.dylib | |
LDFLAGS = -Wl,-install_name,/usr/local/Cellar/trafficserver/HEAD/lib/libck.0.dylib -m64 -shared -fPIC | |
GZIP = /usr/bin/gzip -c | |
CORES = 4 | |
POINTER_PACK = CK_MD_POINTER_PACK_DISABLE | |
VMA_BITS = 48 | |
MEMORY_MODEL = CK_MD_TSO | |
RTM = CK_MD_RTM_DISABLE | |
Headers will be installed in /usr/local/Cellar/trafficserver/HEAD/include | |
Libraries will be installed in /usr/local/Cellar/trafficserver/HEAD/lib | |
Documentation will be installed in /usr/local/Cellar/trafficserver/HEAD/share/man | |
configure: Build option summary: | |
CC: gcc-5 | |
CXX: g++-5 | |
CPP: gcc-5 -E | |
CFLAGS: -Wno-deprecated-declarations -mcx16 | |
CXXFLAGS: -Wno-deprecated-declarations -mcx16 | |
CPPFLAGS: -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include | |
LDFLAGS: -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib | |
SHARED_CFLAGS: -fPIC | |
SHARED_CXXFLAGS: -fPIC | |
SHARED_CXXLINKFLAGS: | |
SHARED_LDFLAGS: -shared | |
OPENSSL_LDFLAGS: -L/usr/local/opt/openssl/lib | |
OPENSSL_INCLUDES: -I/usr/local/opt/openssl/include | |
EXTRA_CC_LDFLAGS: | |
EXTRA_CXX_LDFLAGS: | |
LIBTOOL_LINK_FLAGS: -rpath /usr/local/opt/openssl/lib -R/usr/local/lib -R/usr/local/Cellar/pcre/8.37/lib | |
This file contains 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
gcc-5 called with: --version | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os --version -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 | |
gcc-5 called with: -v | |
superenv executed: gcc-5 -v | |
gcc-5 called with: -V | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -V -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 | |
gcc-5 called with: -qversion | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -qversion -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 | |
gcc-5 called with: -Wno-deprecated-declarations conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -Wno-deprecated-declarations 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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o a.out -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccfFC7U7.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o a.out -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccfFC7U7.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations 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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc87KmV3.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc87KmV3.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations 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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccSJpN7N.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccSJpN7N.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations 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 | |
gcc-5 called with: -c -g conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -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 | |
gcc-5 called with: -c -Wno-deprecated-declarations conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations 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 | |
gcc-5 called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/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 | |
g++-5 called with: --version | |
superenv added: -pipe -Os -std=c++11 -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: gcc-5 -pipe -Os -std=c++11 --version -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 | |
g++-5 called with: -v | |
superenv executed: gcc-5 -v | |
g++-5 called with: -V | |
superenv added: -pipe -Os -std=c++11 -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: gcc-5 -pipe -Os -std=c++11 -V -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 | |
g++-5 called with: -qversion | |
superenv added: -pipe -Os -std=c++11 -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: gcc-5 -pipe -Os -std=c++11 -qversion -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 | |
g++-5 called with: -c -Wno-deprecated-declarations conftest.cpp | |
superenv added: -pipe -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -std=c++11 -c -Wno-deprecated-declarations conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -c -g conftest.cpp | |
superenv added: -pipe -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -std=c++11 -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c | |
superenv added: -pipe -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -std=c++11 -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/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 | |
gcc-5 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 | |
superenv executed: gcc-5 -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 | |
gcc-5 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 | |
superenv executed: gcc-5 -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 | |
gcc-5 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 | |
superenv executed: gcc-5 -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 | |
gcc-5 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 | |
superenv executed: gcc-5 -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 | |
g++-5 called with: -E conftest.cpp | |
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 | |
superenv executed: gcc-5 -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -E conftest.cpp | |
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 | |
superenv executed: gcc-5 -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -E conftest.cpp | |
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 | |
superenv executed: gcc-5 -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -E conftest.cpp | |
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 | |
superenv executed: gcc-5 -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -MT sub/conftest.o -MD -MP -MF sub/conftest.TPo -c -o sub/conftest.o sub/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations 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 | |
g++-5 called with: -c -Wno-deprecated-declarations conftest.cpp | |
superenv added: -pipe -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -std=c++11 -c -Wno-deprecated-declarations conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -c -Wno-deprecated-declarations conftest.cpp | |
superenv added: -pipe -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -std=c++11 -c -Wno-deprecated-declarations conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -print-prog-name=ld | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -print-prog-name=ld -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 | |
ld called with: -v | |
superenv executed: ld -v | |
ld called with: -v | |
superenv executed: ld -v | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c conftstm.o | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c conftstm.o -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc01Y9cJ.o conftstm.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc01Y9cJ.o conftstm.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -Wno-deprecated-declarations -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -Wno-deprecated-declarations -o libconftest.dylib -dynamiclib -Wl,-single_module 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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o libconftest.dylib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. -single_module /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccntXGBu.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o libconftest.dylib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. -single_module /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccntXGBu.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -Wl,-exported_symbols_list,conftest.sym 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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. -exported_symbols_list conftest.sym /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccUEmhWo.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. -exported_symbols_list conftest.sym /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccUEmhWo.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -Wno-deprecated-declarations -c -o conftest.o conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -Wno-deprecated-declarations -c -o conftest.o 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 | |
gcc-5 called with: -Wno-deprecated-declarations -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -Wno-deprecated-declarations -o conftest conftest.c -Wl,-force_load,./libconftest.a -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccWuXUDe.o -force_load ./libconftest.a -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccWuXUDe.o -force_load ./libconftest.a -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -E -Ddarwin 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 | |
superenv executed: gcc-5 -E -Ddarwin 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 | |
gcc-5 called with: -E -Ddarwin 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 | |
superenv executed: gcc-5 -E -Ddarwin 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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin 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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccOKAqgP.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccOKAqgP.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin 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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin 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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccvtuu6a.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccvtuu6a.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -fno-rtti -fno-exceptions conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -fno-rtti -fno-exceptions 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -fno-common -DPIC -DPIC conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -fno-common -DPIC -DPIC 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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -static conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -static 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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -static -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc4tXrFS.o -headerpad_max_install_names -no_compact_unwind -no_pie -lgcc_eh -lgcc | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -static -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc4tXrFS.o -headerpad_max_install_names -no_compact_unwind -no_pie -lgcc_eh -lgcc | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -o out/conftest2.o conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -o out/conftest2.o 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 | |
gcc-5 called with: -print-search-dirs | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -print-search-dirs -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 | |
gcc-5 called with: -Ddarwin -Wno-deprecated-declarations -print-multi-os-directory | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -Ddarwin -Wno-deprecated-declarations -print-multi-os-directory -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 | |
g++-5 called with: -E -Ddarwin conftest.cpp | |
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 | |
superenv executed: gcc-5 -E -Ddarwin conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -E -Ddarwin conftest.cpp | |
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 | |
superenv executed: gcc-5 -E -Ddarwin conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.cpp | |
superenv added: -pipe -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -std=c++11 -c -Wno-deprecated-declarations -Ddarwin conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin conftest.cpp | |
superenv added: -pipe -Os -std=c++11 -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: gcc-5 -pipe -Os -std=c++11 -o conftest -Wno-deprecated-declarations -Ddarwin conftest.cpp -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccVF58oi.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccVF58oi.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
g++-5 called with: -print-prog-name=ld | |
superenv added: -pipe -Os -std=c++11 -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: gcc-5 -pipe -Os -std=c++11 -print-prog-name=ld -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 | |
ld called with: -v | |
superenv executed: ld -v | |
g++-5 called with: -c -Wno-deprecated-declarations -Ddarwin conftest.cpp | |
superenv added: -pipe -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -std=c++11 -c -Wno-deprecated-declarations -Ddarwin conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -c -Wno-deprecated-declarations -Ddarwin -fno-common -DPIC -DPIC conftest.cpp | |
superenv added: -pipe -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -std=c++11 -c -Wno-deprecated-declarations -Ddarwin -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -static conftest.cpp | |
superenv added: -pipe -Os -std=c++11 -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: gcc-5 -pipe -Os -std=c++11 -o conftest -Wno-deprecated-declarations -Ddarwin -static conftest.cpp -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 | |
ld called with: -static -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccec2BiC.o -headerpad_max_install_names -no_compact_unwind -no_pie -lgcc_eh -lgcc | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -static -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -lcrt0.o -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccec2BiC.o -headerpad_max_install_names -no_compact_unwind -no_pie -lgcc_eh -lgcc | |
g++-5 called with: -c -Wno-deprecated-declarations -Ddarwin -o out/conftest2.o conftest.cpp | |
superenv added: -pipe -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -Os -std=c++11 -c -Wno-deprecated-declarations -Ddarwin -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin 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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccO3hitr.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccO3hitr.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin 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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccNpF3Ks.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccNpF3Ks.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c -lfl | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c -lfl -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccX9d0fX.o -lfl -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccX9d0fX.o -lfl -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c -ll | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c -ll -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccbC8BpX.o -ll -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccbC8BpX.o -ll -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c -ll | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c -ll -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cccWBv9W.o -ll -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cccWBv9W.o -ll -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin 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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccotkBE2.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccotkBE2.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccYsBsAt.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccYsBsAt.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lexc | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lexc -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccr5mZag.o -lexc -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccr5mZag.o -lexc -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccUSc9V6.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccUSc9V6.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lmld | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lmld -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccMismTc.o -lmld -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccMismTc.o -lmld -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccukeMMr.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccukeMMr.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccn6TleK.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccn6TleK.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccek0zKw.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccek0zKw.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cccq4PY6.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cccq4PY6.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lrt | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lrt -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccIhqixp.o -lrt -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccIhqixp.o -lrt -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccMQw62H.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccMQw62H.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lresolv | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lresolv -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccM1vXmT.o -lresolv -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccM1vXmT.o -lresolv -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lresolv | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lresolv -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccmpDI4Z.o -lresolv -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccmpDI4Z.o -lresolv -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lncursesw | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lncursesw -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccrs074M.o -lncursesw -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccrs074M.o -lncursesw -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lncurses | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lncurses -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccc4VllI.o -lncurses -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccc4VllI.o -lncurses -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lncurses | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lncurses -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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lncurses | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c -lncurses -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccIDtKcK.o -lncurses -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccIDtKcK.o -lncurses -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 conftest.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cclYI0an.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cclYI0an.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccRLALkt.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccRLALkt.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccybiAl9.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccybiAl9.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccgId3xU.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccgId3xU.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc44SHw1.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc44SHw1.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccYfjeVR.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccYfjeVR.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccr8iJBl.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccr8iJBl.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cceRmYHH.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cceRmYHH.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccL4CSwH.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccL4CSwH.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN 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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN 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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc70rYyr.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc70rYyr.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN 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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN 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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN 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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN 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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc6rXGV7.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc6rXGV7.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cctfxh6M.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cctfxh6M.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lssl -lcrypto -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccpWLwG1.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccpWLwG1.o -lssl -lcrypto -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccilYssh.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccilYssh.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/lib conftest.c -lz | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -L/usr/local/opt/openssl/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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccrtPsdS.o -lz -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccrtPsdS.o -lz -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN 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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN 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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -lz | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -L/usr/local/opt/openssl/lib -L/usr/local/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 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc83iTvQ.o -lz -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc83iTvQ.o -lz -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cceteALx.o -llzma -lz -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cceteALx.o -llzma -lz -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cczh8vvR.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cczh8vvR.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccLiX7Q9.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccLiX7Q9.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccLhwHY3.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccLhwHY3.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc6C284L.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc6C284L.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cce5odbT.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cce5odbT.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccqRm9TW.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccqRm9TW.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccd5yBTD.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccd5yBTD.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc1QwYgc.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc1QwYgc.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc9QGZF4.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc9QGZF4.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccfjsfKK.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccfjsfKK.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccpXs3ml.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccpXs3ml.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccgZedo7.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccgZedo7.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccbU4EL3.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccbU4EL3.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccUngt6a.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccUngt6a.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccypEiNe.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccypEiNe.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccUomx4f.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccUomx4f.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccqfDRLV.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccqfDRLV.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccijeLB5.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccijeLB5.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cctEMZwg.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cctEMZwg.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc74vEmI.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc74vEmI.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccsI9us2.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccsI9us2.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccFsbOod.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccFsbOod.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccecM77A.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccecM77A.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccVa6fVR.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccVa6fVR.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc7YhIM6.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc7YhIM6.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cczjtbVj.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cczjtbVj.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccupX9Mk.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccupX9Mk.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -L/usr/local/opt/openssl/lib -L/usr/local/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc2dSub1.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc2dSub1.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cchO2qiJ.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cchO2qiJ.o -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccPqcuIB.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccPqcuIB.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc9Iki8g.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc9Iki8g.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
g++-5 called with: -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.cpp -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -std=c++11 -o conftest -Wno-deprecated-declarations -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.cpp -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccRWW2Xg.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccRWW2Xg.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
g++-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.cpp -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -std=c++11 -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.cpp -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccmJ9Ipv.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccmJ9Ipv.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccWt6bEt.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccWt6bEt.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lcap -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lcap -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccPVyTB3.o -lcap -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccPVyTB3.o -lcap -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccexKEB9.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccexKEB9.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lGeoIP -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lGeoIP -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccSV520a.o -lGeoIP -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccSV520a.o -lGeoIP -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -ledit | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -ledit -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc2sayQD.o -lpcre -llzma -lz -lxml2 -ledit -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc2sayQD.o -lpcre -llzma -lz -lxml2 -ledit -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -ledit | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -ledit -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccc9R24v.o -lpcre -llzma -lz -lxml2 -ledit -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccc9R24v.o -lpcre -llzma -lz -lxml2 -ledit -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccBbpldd.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccBbpldd.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccd59TJW.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccd59TJW.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Werror -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Werror -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Werror -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Werror -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Werror -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Werror -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lpcre -llzma -lz -lxml2 -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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -Os -c -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -E -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/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 | |
gcc-5 called with: -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lmysqlclient -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -o conftest -Wno-deprecated-declarations -mcx16 -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib conftest.c -lmysqlclient -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc6nU2Mk.o -lmysqlclient -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc6nU2Mk.o -lmysqlclient -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o .1 .1.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o .1 .1.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o .1 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc8DnChz.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o .1 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc8DnChz.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o .1 .1.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o .1 .1.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o .1 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccMCwwo6.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o .1 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccMCwwo6.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o .1 .1.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o .1 .1.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o .1 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccPxln5N.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o .1 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccPxln5N.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o .1 .1.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o .1 .1.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o .1 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc9iUEwf.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o .1 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//cc9iUEwf.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o .1 .1.c | |
superenv added: -pipe -Os -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: gcc-5 -pipe -Os -o .1 .1.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o .1 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccNaBUdJ.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o .1 -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. /var/folders/q4/2fdg63nn1qx0f8b57bvhghmh0000gn/T//ccNaBUdJ.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
This file contains 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-21 13:23:18 -0700 | |
make | |
Making all in lib/ck | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc all || exit | |
for target in CK_ARRAY_FOREACH ck_array_buffer ck_array_commit ck_array_deinit ck_array_init ck_array_initialized ck_array_length ck_array_put ck_array_put_unique ck_array_remove ck_array_deinit ck_brlock ck_ht_count ck_ht_destroy ck_ht_gc ck_ht_get_spmc ck_ht_grow_spmc ck_ht_hash ck_ht_hash_direct ck_ht_init ck_ht_put_spmc ck_ht_remove_spmc ck_ht_reset_spmc ck_ht_reset_size_spmc ck_ht_set_spmc ck_ht_entry_empty ck_ht_entry_key ck_ht_entry_key_direct ck_ht_entry_key_length ck_ht_entry_key_set ck_ht_entry_key_set_direct ck_ht_entry_set ck_ht_entry_set_direct ck_ht_entry_value_direct ck_ht_entry_value ck_ht_iterator_init ck_ht_next ck_ht_stat ck_bitmap_init ck_bitmap_reset ck_bitmap_set ck_bitmap_bts ck_bitmap_test ck_bitmap_base ck_bitmap_union ck_bitmap_size ck_bitmap_clear ck_bitmap_bits ck_bitmap_buffer ck_bitmap_next ck_bitmap_iterator_init ck_elide ck_epoch_barrier ck_epoch_begin ck_epoch_call ck_epoch_end ck_epoch_init ck_epoch_poll ck_epoch_recycle ck_epoch_register ck_epoch_reclaim ck_epoch_synchronize ck_epoch_unregister ck_hs_gc ck_hs_init ck_hs_destroy CK_HS_HASH ck_hs_apply ck_hs_iterator_init ck_hs_next ck_hs_get ck_hs_put ck_hs_set ck_hs_fas ck_hs_remove ck_hs_move ck_hs_grow ck_hs_rebuild ck_hs_count ck_hs_reset ck_hs_reset_size ck_hs_stat ck_rhs_gc ck_rhs_init ck_rhs_destroy CK_RHS_HASH ck_rhs_apply ck_rhs_iterator_init ck_rhs_next ck_rhs_get ck_rhs_put ck_rhs_set ck_rhs_fas ck_rhs_remove ck_rhs_move ck_rhs_grow ck_rhs_rebuild ck_rhs_count ck_rhs_reset ck_rhs_reset_size ck_rhs_stat ck_rwcohort CK_RWCOHORT_INIT CK_RWCOHORT_INSTANCE CK_RWCOHORT_PROTOTYPE CK_RWCOHORT_READ_LOCK CK_RWCOHORT_READ_UNLOCK CK_RWCOHORT_WRITE_LOCK CK_RWCOHORT_WRITE_UNLOCK ck_cohort CK_COHORT_PROTOTYPE CK_COHORT_TRYLOCK_PROTOTYPE CK_COHORT_INSTANCE CK_COHORT_INIT CK_COHORT_LOCK CK_COHORT_UNLOCK CK_COHORT_TRYLOCK ck_pr ck_pr_fence_acquire ck_pr_fence_release ck_pr_barrier ck_pr_fas ck_pr_fence_atomic ck_pr_fence_atomic_load ck_pr_fence_atomic_store ck_pr_fence_load ck_pr_fence_load_atomic ck_pr_fence_load_store ck_pr_fence_load_depends ck_pr_fence_memory ck_pr_fence_store ck_pr_fence_store_atomic ck_pr_fence_store_load ck_pr_stall ck_pr_faa ck_pr_inc ck_pr_dec ck_pr_not ck_pr_neg ck_pr_add ck_pr_sub ck_pr_and ck_pr_xor ck_pr_or ck_pr_cas ck_pr_bts ck_pr_btc ck_pr_btr ck_pr_store ck_pr_load ck_pr_rtm ck_queue ck_ring_init ck_ring_dequeue_spmc ck_ring_enqueue_spmc ck_ring_enqueue_spmc_size ck_ring_trydequeue_spmc ck_ring_dequeue_spsc ck_ring_enqueue_spsc ck_ring_enqueue_spsc_size ck_ring_size ck_ring_capacity ck_tflock ck_rwlock ck_pflock ck_swlock ck_sequence ck_spinlock; do \ | |
/usr/bin/gzip -c /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/doc/$target > /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/doc/$target.3.gz; \ | |
done | |
gzip: can't stat: /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/doc/CK_RHS_HASH (/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/doc/CK_RHS_HASH): No such file or directory | |
---[ Manual pages are ready for installation. | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src all || exit | |
/usr/local/Library/ENV/4.3/gcc-5 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_centralized.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_centralized.c | |
/usr/local/Library/ENV/4.3/gcc-5 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_combining.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_combining.c | |
/usr/local/Library/ENV/4.3/gcc-5 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_dissemination.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_dissemination.c | |
/usr/local/Library/ENV/4.3/gcc-5 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_tournament.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_tournament.c | |
/usr/local/Library/ENV/4.3/gcc-5 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_mcs.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_mcs.c | |
/usr/local/Library/ENV/4.3/gcc-5 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_epoch.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_epoch.c | |
/usr/local/Library/ENV/4.3/gcc-5 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_ht.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_ht.c | |
/usr/local/Library/ENV/4.3/gcc-5 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hp.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hp.c | |
/usr/local/Library/ENV/4.3/gcc-5 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hs.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hs.c | |
/usr/local/Library/ENV/4.3/gcc-5 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_rhs.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_rhs.c | |
/usr/local/Library/ENV/4.3/gcc-5 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_array.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_array.c | |
/usr/local/Library/ENV/4.3/gcc-5 -Wl,-install_name,/usr/local/Cellar/trafficserver/HEAD/lib/libck.0.dylib -m64 -shared -fPIC -m64 -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/libck.so ck_barrier_centralized.o ck_barrier_combining.o ck_barrier_dissemination.o ck_barrier_tournament.o ck_barrier_mcs.o ck_epoch.o ck_ht.o ck_hp.o ck_hs.o ck_rhs.o ck_array.o | |
ar rcs /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/libck.a ck_barrier_centralized.o ck_barrier_combining.o ck_barrier_dissemination.o ck_barrier_tournament.o ck_barrier_mcs.o ck_epoch.o ck_ht.o ck_hp.o ck_hs.o ck_rhs.o ck_array.o | |
---[ Concurrency Kit has built successfully. You may now "make install". | |
Making all in proxy/api/ts | |
make[1]: Nothing to be done for `all'. | |
Making all in iocore | |
Making all in eventsystem | |
CXX EventSystem.o | |
CXX Inline.o | |
CXX IOBuffer.o | |
CXX Lock.o | |
CXX PQ-List.o | |
CXX Processor.o | |
CXX ProtectedQueue.o | |
CXX ProxyAllocator.o | |
CXX SocketManager.o | |
CXX Tasks.o | |
CXX Thread.o | |
CXX UnixEThread.o | |
CXX UnixEvent.o | |
CXX UnixEventProcessor.o | |
AR libinkevent.a | |
Making all in net | |
CXX Connection.o | |
CXX Inline.o | |
CXX Net.o | |
CXX NetVConnection.o | |
CXX Socks.o | |
CXX SSLCertLookup.o | |
CXX SSLSessionCache.o | |
CXX SSLConfig.o | |
CXX SSLInternal.o | |
CXX SSLNetAccept.o | |
CXX SSLNetProcessor.o | |
CXX SSLNetVConnection.o | |
CXX SSLNextProtocolAccept.o | |
CXX SSLNextProtocolSet.o | |
CXX SSLUtils.o | |
CXX SSLClientUtils.o | |
CXX OCSPStapling.o | |
CXX UDPIOEvent.o | |
CXX UnixConnection.o | |
CXX UnixNet.o | |
CXX UnixNetAccept.o | |
CXX UnixNetPages.o | |
CXX UnixNetProcessor.o | |
CXX UnixNetVConnection.o | |
CXX UnixUDPConnection.o | |
CXX UnixUDPNet.o | |
CXX NetVCTest.o | |
AR libinknet.a | |
Making all in aio | |
CXX AIO.o | |
CXX Inline.o | |
AR libinkaio.a | |
Making all in dns | |
CXX DNSConnection.o | |
CXX DNS.o | |
CXX Inline.o | |
CXX SplitDNS.o | |
AR libinkdns.a | |
Making all in hostdb | |
CXX HostDB.o | |
CXX Inline.o | |
CXX MultiCache.o | |
AR libinkhostdb.a | |
Making all in utils | |
CXX OneWayTunnel.o | |
CXX Machine.o | |
CXX OneWayMultiTunnel.o | |
AR libinkutils.a | |
Making all in cache | |
CXX Cache.o | |
CXX CacheDir.o | |
CXX CacheDisk.o | |
CXX CacheHosting.o | |
CXX CacheHttp.o | |
CXX CacheLink.o | |
CXX CachePages.o | |
CXX CachePagesInternal.o | |
CXX CacheRead.o | |
CXX CacheVol.o | |
CXX CacheWrite.o | |
CXX Inline.o | |
CXX RamCacheCLFUS.o | |
CXX RamCacheLRU.o | |
CXX Store.o | |
CXX CacheTest.o | |
AR libinkcache.a | |
Making all in cluster | |
CXX ClusterAPI.o | |
CXX ClusterCache.o | |
CXX ClusterConfig.o | |
CXX ClusterHandler.o | |
CXX ClusterHandlerBase.o | |
CXX ClusterHash.o | |
CXX ClusterLib.o | |
CXX ClusterLoadMonitor.o | |
CXX ClusterMachine.o | |
CXX ClusterProcessor.o | |
CXX ClusterRPC.o | |
CXX ClusterVConnection.o | |
CXX Inline.o | |
AR libinkcluster.a | |
make[2]: Nothing to be done for `all-am'. | |
Making all in lib | |
Making all in ts | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
CXX Arena.lo | |
CXX Bitops.lo | |
CXX ConsistentHash.lo | |
CXX Diags.lo | |
CXX EventNotify.lo | |
CXX Hash.lo | |
CXX HashFNV.lo | |
CXX HashMD5.lo | |
CXX HashSip.lo | |
CXX HostLookup.lo | |
CXX IpMap.lo | |
CXX IpMapConf.lo | |
CXX Layout.lo | |
CXX MMH.lo | |
CXX MatcherUtils.lo | |
CXX MimeTable.lo | |
CXX CompileParseRules.o | |
CXX RawHashTable.lo | |
CXX RbTree.lo | |
CXX Regex.lo | |
CXX Regression.lo | |
CXX TextBuffer.lo | |
CXX Tokenizer.lo | |
CXX Vec.lo | |
CXX Version.lo | |
CC fastlz.lo | |
CXX ink_args.lo | |
CXX ink_assert.lo | |
CXX ink_auth_api.lo | |
CXX ink_base64.lo | |
CXX ink_cap.lo | |
CXX ink_code.lo | |
CXX ink_defs.lo | |
CXX ink_error.lo | |
CXX ink_file.lo | |
CXX ink_hash_table.lo | |
CXX ink_hrtime.lo | |
CXX ink_inet.lo | |
CXX ink_memory.lo | |
CXX ink_mutex.lo | |
CXX ink_queue.lo | |
CXX ink_queue_ext.lo | |
CXX ink_queue_utils.lo | |
CXX ink_rand.lo | |
CXX ink_res_init.lo | |
CXX ink_res_mkquery.lo | |
CXX ink_resource.lo | |
CXX ink_rwlock.lo | |
CXX ink_sock.lo | |
CXX ink_sprintf.lo | |
CXX ink_stack_trace.lo | |
CXX ink_string++.lo | |
CXX ink_string.lo | |
CXX ink_sys_control.lo | |
CXX ink_syslog.lo | |
CXX ink_thread.lo | |
CXX ink_time.lo | |
CXX llqueue.lo | |
CXX lockfile.lo | |
CXX signals.lo | |
CXX X509HostnameValidator.lo | |
CC mkdfa.o | |
CXXLD CompileParseRules | |
CCLD mkdfa | |
./CompileParseRules | |
CXX ParseRules.lo | |
CXXLD libtsutil.la | |
Undefined symbols for architecture x86_64: | |
"std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const", referenced from: | |
ATSConsistentHash::insert(ATSConsistentHashNode*, float, ATSHash64*) in ConsistentHash.o | |
"std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_dispose()", referenced from: | |
ATSConsistentHash::insert(ATSConsistentHashNode*, float, ATSHash64*) in ConsistentHash.o | |
"std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::swap(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)", referenced from: | |
ATSConsistentHash::insert(ATSConsistentHashNode*, float, ATSHash64*) in ConsistentHash.o | |
"std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::basic_ostringstream(std::_Ios_Openmode)", referenced from: | |
ATSConsistentHash::insert(ATSConsistentHashNode*, float, ATSHash64*) in ConsistentHash.o | |
"std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()", referenced from: | |
ATSConsistentHash::insert(ATSConsistentHashNode*, float, ATSHash64*) in ConsistentHash.o | |
"std::ios_base::Init::Init()", referenced from: | |
__GLOBAL__sub_I_Arena.cc in Arena.o | |
__GLOBAL__sub_I_Bitops.cc in Bitops.o | |
__GLOBAL__sub_I_ConsistentHash.cc in ConsistentHash.o | |
__GLOBAL__sub_I_HostLookup.cc in HostLookup.o | |
__GLOBAL__sub_I_Layout.cc in Layout.o | |
__GLOBAL__sub_I_MatcherUtils.cc in MatcherUtils.o | |
__GLOBAL__sub_I_MimeTable.cc in MimeTable.o | |
... | |
"std::ios_base::Init::~Init()", referenced from: | |
__GLOBAL__sub_I_Arena.cc in Arena.o | |
__GLOBAL__sub_I_Bitops.cc in Bitops.o | |
__GLOBAL__sub_I_ConsistentHash.cc in ConsistentHash.o | |
__GLOBAL__sub_I_HostLookup.cc in HostLookup.o | |
__GLOBAL__sub_I_Layout.cc in Layout.o | |
__GLOBAL__sub_I_MatcherUtils.cc in MatcherUtils.o | |
__GLOBAL__sub_I_MimeTable.cc in MimeTable.o | |
... | |
"std::_Rb_tree_decrement(std::_Rb_tree_node_base*)", referenced from: | |
ATSConsistentHash::insert(ATSConsistentHashNode*, float, ATSHash64*) in ConsistentHash.o | |
std::_Rb_tree<char const*, std::pair<char const* const, Resource*>, std::_Select1st<std::pair<char const* const, Resource*> >, std::less<char const*>, std::allocator<std::pair<char const* const, Resource*> > >::_M_get_insert_unique_pos(char const* const&) in ink_resource.o | |
std::_Rb_tree<char const*, std::pair<char const* const, Resource*>, std::_Select1st<std::pair<char const* const, Resource*> >, std::less<char const*>, std::allocator<std::pair<char const* const, Resource*> > >::_M_get_insert_hint_unique_pos(std::_Rb_tree_const_iterator<std::pair<char const* const, Resource*> >, char const* const&) in ink_resource.o | |
"std::_Rb_tree_increment(std::_Rb_tree_node_base const*)", referenced from: | |
ResourceTracker::dump(__sFILE*) in ink_resource.o | |
"std::_Rb_tree_increment(std::_Rb_tree_node_base*)", referenced from: | |
ATSConsistentHash::lookup(char const*, std::_Rb_tree_iterator<std::pair<unsigned long long const, ATSConsistentHashNode*> >*, bool*, ATSHash64*) in ConsistentHash.o | |
ATSConsistentHash::lookup_available(char const*, std::_Rb_tree_iterator<std::pair<unsigned long long const, ATSConsistentHashNode*> >*, bool*, ATSHash64*) in ConsistentHash.o | |
std::_Rb_tree<char const*, std::pair<char const* const, Resource*>, std::_Select1st<std::pair<char const* const, Resource*> >, std::less<char const*>, std::allocator<std::pair<char const* const, Resource*> > >::_M_get_insert_hint_unique_pos(std::_Rb_tree_const_iterator<std::pair<char const* const, Resource*> >, char const* const&) in ink_resource.o | |
"std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from: | |
ATSConsistentHash::insert(ATSConsistentHashNode*, float, ATSHash64*) in ConsistentHash.o | |
ResourceTracker::lookup(char const*) in ink_resource.o | |
"std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)", referenced from: | |
operator<<(std::basic_ostream<char, std::char_traits<char> >&, ATSConsistentHashNode&) in ConsistentHash.o | |
"vtable for __cxxabiv1::__class_type_info", referenced from: | |
typeinfo for ats::CryptoContext in Arena.o | |
typeinfo for RawHashTable in Arena.o | |
typeinfo for ats::CryptoContext in Bitops.o | |
typeinfo for RawHashTable in Bitops.o | |
typeinfo for ATSHashBase in Hash.o | |
typeinfo for ats::CryptoContext in HostLookup.o | |
typeinfo for RawHashTable in HostLookup.o | |
... | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for __cxxabiv1::__si_class_type_info", referenced from: | |
typeinfo for ATSHash in Hash.o | |
typeinfo for ATSHash32 in Hash.o | |
typeinfo for ATSHash64 in Hash.o | |
typeinfo for ATSHash32FNV1a in HashFNV.o | |
typeinfo for ATSHash64FNV1a in HashFNV.o | |
typeinfo for ATSHashMD5 in HashMD5.o | |
typeinfo for ATSHash64Sip24 in HashSip.o | |
... | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"vtable for __cxxabiv1::__vmi_class_type_info", referenced from: | |
typeinfo for IpMap::Node in IpMap.o | |
typeinfo for ts::detail::Ip4Node in IpMap.o | |
typeinfo for ts::detail::Ip6Node in IpMap.o | |
NOTE: a missing vtable usually means the first non-inline virtual member function has no definition. | |
"operator delete[](void*)", referenced from: | |
DynArray<int>::resize(long) [clone .part.16] in HostLookup.o | |
DynArray<charIndexIterInternal>::~DynArray() [clone .isra.7] [clone .constprop.18] in HostLookup.o | |
HostBranch::~HostBranch() [clone .isra.13] in HostLookup.o | |
HostLookup::~HostLookup() [clone .isra.15] in HostLookup.o | |
DynArray<charIndexIterInternal>::resize(long) in HostLookup.o | |
Tokenizer::~Tokenizer() [clone .isra.1] in Tokenizer.o | |
"operator delete(void*)", referenced from: | |
RawHashTable::~RawHashTable() in Arena.o | |
RawHashTable::~RawHashTable() in Bitops.o | |
std::_Rb_tree<unsigned long long, std::pair<unsigned long long const, ATSConsistentHashNode*>, std::_Select1st<std::pair<unsigned long long const, ATSConsistentHashNode*> >, std::less<unsigned long long>, std::allocator<std::pair<unsigned long long const, ATSConsistentHashNode*> > >::_M_erase(std::_Rb_tree_node<std::pair<unsigned long long const, ATSConsistentHashNode*> >*) in ConsistentHash.o | |
Diags::activate_taglist(char const*, DiagsTagType) in Diags.o | |
Diags::deactivate_all(DiagsTagType) in Diags.o | |
ATSHashBase::~ATSHashBase() in Hash.o | |
ATSHash32FNV1a::~ATSHash32FNV1a() in HashFNV.o | |
... | |
"operator new[](unsigned long)", referenced from: | |
DynArray<int>::resize(long) [clone .part.16] in HostLookup.o | |
HostLookup::AllocateSpace(int) in HostLookup.o | |
DynArray<charIndexIterInternal>::resize(long) in HostLookup.o | |
Tokenizer::Tokenizer(char const*) in Tokenizer.o | |
"operator new(unsigned long)", referenced from: | |
ATSConsistentHash::insert(ATSConsistentHashNode*, float, ATSHash64*) in ConsistentHash.o | |
Diags::activate_taglist(char const*, DiagsTagType) in Diags.o | |
charIndex::charIndex() in HostLookup.o | |
HostLookup::HostLookup(char const*) in HostLookup.o | |
charIndex::Insert(char const*, HostBranch*) in HostLookup.o | |
HostLookup::InsertBranch(HostBranch*, char const*) in HostLookup.o | |
HostLookup::TableNewLevel(HostBranch*, char const*) in HostLookup.o | |
... | |
"___cxa_pure_virtual", referenced from: | |
vtable for ats::CryptoContext in Arena.o | |
vtable for ats::CryptoContext in Bitops.o | |
vtable for ATSHashBase in Hash.o | |
vtable for ATSHash in Hash.o | |
vtable for ATSHash32 in Hash.o | |
vtable for ATSHash64 in Hash.o | |
vtable for ats::CryptoContext in HostLookup.o | |
... | |
"___cxa_throw_bad_array_new_length", referenced from: | |
DynArray<int>::resize(long) [clone .part.16] in HostLookup.o | |
HostLookup::AllocateSpace(int) in HostLookup.o | |
DynArray<charIndexIterInternal>::resize(long) in HostLookup.o | |
"___gxx_personality_v0", referenced from: | |
Dwarf Exception Unwind Info (__eh_frame) in Arena.o | |
Dwarf Exception Unwind Info (__eh_frame) in Bitops.o | |
Dwarf Exception Unwind Info (__eh_frame) in ConsistentHash.o | |
Dwarf Exception Unwind Info (__eh_frame) in Diags.o | |
Dwarf Exception Unwind Info (__eh_frame) in EventNotify.o | |
Dwarf Exception Unwind Info (__eh_frame) in HashMD5.o | |
Dwarf Exception Unwind Info (__eh_frame) in HostLookup.o | |
... | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: error: ld returned 1 exit status | |
make[3]: *** [libtsutil.la] Error 1 | |
make[2]: *** [all] Error 2 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 19883e74c1c6b8e757dd1b1863de4c4236042ca6 | |
Last commit: 6 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10.3-x86_64 | |
Xcode: 6.3.2 | |
CLT: 6.3.2.0.1.1431401888 | |
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_20 | |
HOMEBREW_CC: gcc-5 | |
HOMEBREW_CXX: g++-5 | |
CFLAGS: -Wno-deprecated-declarations | |
CXXFLAGS: -Wno-deprecated-declarations | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local/opt/openssl:/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/pcre/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/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/openssl/bin:/usr/local/opt/pcre/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/gcc/bin |
This file contains 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
gcc-5 called with: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_combining.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_combining.c | |
superenv removed: -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -m64 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_combining.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_combining.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_dissemination.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_dissemination.c | |
superenv removed: -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -m64 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_dissemination.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_dissemination.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_centralized.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_centralized.c | |
superenv removed: -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -m64 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_centralized.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_centralized.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_tournament.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_tournament.c | |
superenv removed: -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -m64 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_tournament.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_tournament.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_mcs.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_mcs.c | |
superenv removed: -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -m64 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_mcs.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_barrier_mcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_epoch.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_epoch.c | |
superenv removed: -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -m64 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_epoch.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_epoch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_ht.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_ht.c | |
superenv removed: -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -m64 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_ht.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_ht.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hp.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hp.c | |
superenv removed: -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -m64 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hp.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hs.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hs.c | |
superenv removed: -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -m64 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hs.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_hs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_rhs.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_rhs.c | |
superenv removed: -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -m64 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_rhs.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_rhs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -fstrict-aliasing -O2 -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -m64 -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_array.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_array.c | |
superenv removed: -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -m64 | |
superenv added: -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
superenv executed: gcc-5 -pipe -w -Os -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE -std=gnu99 -fstrict-aliasing -pipe -Wno-parentheses -Wno-deprecated-declarations -fPIC -I/private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/include -D__x86_64__ -c -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_array.o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/ck_array.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -Wl,-install_name,/usr/local/Cellar/trafficserver/HEAD/lib/libck.0.dylib -m64 -shared -fPIC -m64 -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/libck.so ck_barrier_centralized.o ck_barrier_combining.o ck_barrier_dissemination.o ck_barrier_tournament.o ck_barrier_mcs.o ck_epoch.o ck_ht.o ck_hp.o ck_hs.o ck_rhs.o ck_array.o | |
superenv removed: -m64 -m64 | |
superenv added: -pipe -w -Os -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: gcc-5 -pipe -w -Os -Wl,-install_name,/usr/local/Cellar/trafficserver/HEAD/lib/libck.0.dylib -shared -fPIC -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/libck.so ck_barrier_centralized.o ck_barrier_combining.o ck_barrier_dissemination.o ck_barrier_tournament.o ck_barrier_mcs.o ck_epoch.o ck_ht.o ck_hp.o ck_hs.o ck_rhs.o ck_array.o -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 | |
ld called with: -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -w -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/libck.so -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. -install_name /usr/local/Cellar/trafficserver/HEAD/lib/libck.0.dylib ck_barrier_centralized.o ck_barrier_combining.o ck_barrier_dissemination.o ck_barrier_tournament.o ck_barrier_mcs.o ck_epoch.o ck_ht.o ck_hp.o ck_hs.o ck_rhs.o ck_array.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -dylib -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -w -o /private/tmp/trafficserver20150521-33519-1w29zuw/lib/ck/src/libck.so -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. -install_name /usr/local/Cellar/trafficserver/HEAD/lib/libck.0.dylib ck_barrier_centralized.o ck_barrier_combining.o ck_barrier_dissemination.o ck_barrier_tournament.o ck_barrier_mcs.o ck_epoch.o ck_ht.o ck_hp.o ck_hs.o ck_rhs.o ck_array.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Lock.o -MD -MP -MF .deps/Lock.Tpo -c -o Lock.o Lock.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Lock.o -MD -MP -MF .deps/Lock.Tpo -c -o Lock.o Lock.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT EventSystem.o -MD -MP -MF .deps/EventSystem.Tpo -c -o EventSystem.o EventSystem.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT EventSystem.o -MD -MP -MF .deps/EventSystem.Tpo -c -o EventSystem.o EventSystem.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT IOBuffer.o -MD -MP -MF .deps/IOBuffer.Tpo -c -o IOBuffer.o IOBuffer.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT IOBuffer.o -MD -MP -MF .deps/IOBuffer.Tpo -c -o IOBuffer.o IOBuffer.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT PQ-List.o -MD -MP -MF .deps/PQ-List.Tpo -c -o PQ-List.o PQ-List.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT PQ-List.o -MD -MP -MF .deps/PQ-List.Tpo -c -o PQ-List.o PQ-List.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Processor.o -MD -MP -MF .deps/Processor.Tpo -c -o Processor.o Processor.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Processor.o -MD -MP -MF .deps/Processor.Tpo -c -o Processor.o Processor.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ProtectedQueue.o -MD -MP -MF .deps/ProtectedQueue.Tpo -c -o ProtectedQueue.o ProtectedQueue.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ProtectedQueue.o -MD -MP -MF .deps/ProtectedQueue.Tpo -c -o ProtectedQueue.o ProtectedQueue.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ProxyAllocator.o -MD -MP -MF .deps/ProxyAllocator.Tpo -c -o ProxyAllocator.o ProxyAllocator.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ProxyAllocator.o -MD -MP -MF .deps/ProxyAllocator.Tpo -c -o ProxyAllocator.o ProxyAllocator.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SocketManager.o -MD -MP -MF .deps/SocketManager.Tpo -c -o SocketManager.o SocketManager.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SocketManager.o -MD -MP -MF .deps/SocketManager.Tpo -c -o SocketManager.o SocketManager.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Tasks.o -MD -MP -MF .deps/Tasks.Tpo -c -o Tasks.o Tasks.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Tasks.o -MD -MP -MF .deps/Tasks.Tpo -c -o Tasks.o Tasks.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Thread.o -MD -MP -MF .deps/Thread.Tpo -c -o Thread.o Thread.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Thread.o -MD -MP -MF .deps/Thread.Tpo -c -o Thread.o Thread.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixEThread.o -MD -MP -MF .deps/UnixEThread.Tpo -c -o UnixEThread.o UnixEThread.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixEThread.o -MD -MP -MF .deps/UnixEThread.Tpo -c -o UnixEThread.o UnixEThread.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixEvent.o -MD -MP -MF .deps/UnixEvent.Tpo -c -o UnixEvent.o UnixEvent.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixEvent.o -MD -MP -MF .deps/UnixEvent.Tpo -c -o UnixEvent.o UnixEvent.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixEventProcessor.o -MD -MP -MF .deps/UnixEventProcessor.Tpo -c -o UnixEventProcessor.o UnixEventProcessor.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixEventProcessor.o -MD -MP -MF .deps/UnixEventProcessor.Tpo -c -o UnixEventProcessor.o UnixEventProcessor.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Net.o -MD -MP -MF .deps/Net.Tpo -c -o Net.o Net.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Net.o -MD -MP -MF .deps/Net.Tpo -c -o Net.o Net.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Connection.o -MD -MP -MF .deps/Connection.Tpo -c -o Connection.o Connection.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Connection.o -MD -MP -MF .deps/Connection.Tpo -c -o Connection.o Connection.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT NetVConnection.o -MD -MP -MF .deps/NetVConnection.Tpo -c -o NetVConnection.o NetVConnection.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT NetVConnection.o -MD -MP -MF .deps/NetVConnection.Tpo -c -o NetVConnection.o NetVConnection.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Socks.o -MD -MP -MF .deps/Socks.Tpo -c -o Socks.o Socks.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Socks.o -MD -MP -MF .deps/Socks.Tpo -c -o Socks.o Socks.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLCertLookup.o -MD -MP -MF .deps/SSLCertLookup.Tpo -c -o SSLCertLookup.o SSLCertLookup.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLCertLookup.o -MD -MP -MF .deps/SSLCertLookup.Tpo -c -o SSLCertLookup.o SSLCertLookup.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLSessionCache.o -MD -MP -MF .deps/SSLSessionCache.Tpo -c -o SSLSessionCache.o SSLSessionCache.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLSessionCache.o -MD -MP -MF .deps/SSLSessionCache.Tpo -c -o SSLSessionCache.o SSLSessionCache.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLConfig.o -MD -MP -MF .deps/SSLConfig.Tpo -c -o SSLConfig.o SSLConfig.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLConfig.o -MD -MP -MF .deps/SSLConfig.Tpo -c -o SSLConfig.o SSLConfig.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLInternal.o -MD -MP -MF .deps/SSLInternal.Tpo -c -o SSLInternal.o SSLInternal.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLInternal.o -MD -MP -MF .deps/SSLInternal.Tpo -c -o SSLInternal.o SSLInternal.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLNetAccept.o -MD -MP -MF .deps/SSLNetAccept.Tpo -c -o SSLNetAccept.o SSLNetAccept.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLNetAccept.o -MD -MP -MF .deps/SSLNetAccept.Tpo -c -o SSLNetAccept.o SSLNetAccept.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLNetProcessor.o -MD -MP -MF .deps/SSLNetProcessor.Tpo -c -o SSLNetProcessor.o SSLNetProcessor.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLNetProcessor.o -MD -MP -MF .deps/SSLNetProcessor.Tpo -c -o SSLNetProcessor.o SSLNetProcessor.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLNetVConnection.o -MD -MP -MF .deps/SSLNetVConnection.Tpo -c -o SSLNetVConnection.o SSLNetVConnection.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLNetVConnection.o -MD -MP -MF .deps/SSLNetVConnection.Tpo -c -o SSLNetVConnection.o SSLNetVConnection.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLNextProtocolAccept.o -MD -MP -MF .deps/SSLNextProtocolAccept.Tpo -c -o SSLNextProtocolAccept.o SSLNextProtocolAccept.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLNextProtocolAccept.o -MD -MP -MF .deps/SSLNextProtocolAccept.Tpo -c -o SSLNextProtocolAccept.o SSLNextProtocolAccept.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLNextProtocolSet.o -MD -MP -MF .deps/SSLNextProtocolSet.Tpo -c -o SSLNextProtocolSet.o SSLNextProtocolSet.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLNextProtocolSet.o -MD -MP -MF .deps/SSLNextProtocolSet.Tpo -c -o SSLNextProtocolSet.o SSLNextProtocolSet.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLUtils.o -MD -MP -MF .deps/SSLUtils.Tpo -c -o SSLUtils.o SSLUtils.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLUtils.o -MD -MP -MF .deps/SSLUtils.Tpo -c -o SSLUtils.o SSLUtils.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLClientUtils.o -MD -MP -MF .deps/SSLClientUtils.Tpo -c -o SSLClientUtils.o SSLClientUtils.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SSLClientUtils.o -MD -MP -MF .deps/SSLClientUtils.Tpo -c -o SSLClientUtils.o SSLClientUtils.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT OCSPStapling.o -MD -MP -MF .deps/OCSPStapling.Tpo -c -o OCSPStapling.o OCSPStapling.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT OCSPStapling.o -MD -MP -MF .deps/OCSPStapling.Tpo -c -o OCSPStapling.o OCSPStapling.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UDPIOEvent.o -MD -MP -MF .deps/UDPIOEvent.Tpo -c -o UDPIOEvent.o UDPIOEvent.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UDPIOEvent.o -MD -MP -MF .deps/UDPIOEvent.Tpo -c -o UDPIOEvent.o UDPIOEvent.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixConnection.o -MD -MP -MF .deps/UnixConnection.Tpo -c -o UnixConnection.o UnixConnection.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixConnection.o -MD -MP -MF .deps/UnixConnection.Tpo -c -o UnixConnection.o UnixConnection.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixNet.o -MD -MP -MF .deps/UnixNet.Tpo -c -o UnixNet.o UnixNet.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixNet.o -MD -MP -MF .deps/UnixNet.Tpo -c -o UnixNet.o UnixNet.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixNetAccept.o -MD -MP -MF .deps/UnixNetAccept.Tpo -c -o UnixNetAccept.o UnixNetAccept.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixNetAccept.o -MD -MP -MF .deps/UnixNetAccept.Tpo -c -o UnixNetAccept.o UnixNetAccept.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixNetPages.o -MD -MP -MF .deps/UnixNetPages.Tpo -c -o UnixNetPages.o UnixNetPages.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixNetPages.o -MD -MP -MF .deps/UnixNetPages.Tpo -c -o UnixNetPages.o UnixNetPages.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixNetProcessor.o -MD -MP -MF .deps/UnixNetProcessor.Tpo -c -o UnixNetProcessor.o UnixNetProcessor.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixNetProcessor.o -MD -MP -MF .deps/UnixNetProcessor.Tpo -c -o UnixNetProcessor.o UnixNetProcessor.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixNetVConnection.o -MD -MP -MF .deps/UnixNetVConnection.Tpo -c -o UnixNetVConnection.o UnixNetVConnection.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixNetVConnection.o -MD -MP -MF .deps/UnixNetVConnection.Tpo -c -o UnixNetVConnection.o UnixNetVConnection.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixUDPConnection.o -MD -MP -MF .deps/UnixUDPConnection.Tpo -c -o UnixUDPConnection.o UnixUDPConnection.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixUDPConnection.o -MD -MP -MF .deps/UnixUDPConnection.Tpo -c -o UnixUDPConnection.o UnixUDPConnection.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixUDPNet.o -MD -MP -MF .deps/UnixUDPNet.Tpo -c -o UnixUDPNet.o UnixUDPNet.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT UnixUDPNet.o -MD -MP -MF .deps/UnixUDPNet.Tpo -c -o UnixUDPNet.o UnixUDPNet.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT NetVCTest.o -MD -MP -MF .deps/NetVCTest.Tpo -c -o NetVCTest.o NetVCTest.cc | |
superenv removed: -I../../iocore/net -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/shared -I../../mgmt -I../../mgmt/utils -I../../proxy/api/ts -I../../proxy/http -I/usr/local/opt/openssl/include -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT NetVCTest.o -MD -MP -MF .deps/NetVCTest.Tpo -c -o NetVCTest.o NetVCTest.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT AIO.o -MD -MP -MF .deps/AIO.Tpo -c -o AIO.o AIO.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT AIO.o -MD -MP -MF .deps/AIO.Tpo -c -o AIO.o AIO.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../lib -I../../lib/records -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/http -I../../proxy/hdrs -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc | |
superenv removed: -I../../iocore/dns -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../lib -I../../lib/records -I../../proxy -I../../proxy/http -I../../proxy/hdrs -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/http -I../../proxy/hdrs -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT DNS.o -MD -MP -MF .deps/DNS.Tpo -c -o DNS.o DNS.cc | |
superenv removed: -I../../iocore/dns -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../lib -I../../lib/records -I../../proxy -I../../proxy/http -I../../proxy/hdrs -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT DNS.o -MD -MP -MF .deps/DNS.Tpo -c -o DNS.o DNS.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/http -I../../proxy/hdrs -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT DNSConnection.o -MD -MP -MF .deps/DNSConnection.Tpo -c -o DNSConnection.o DNSConnection.cc | |
superenv removed: -I../../iocore/dns -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../lib -I../../lib/records -I../../proxy -I../../proxy/http -I../../proxy/hdrs -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT DNSConnection.o -MD -MP -MF .deps/DNSConnection.Tpo -c -o DNSConnection.o DNSConnection.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/http -I../../proxy/hdrs -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SplitDNS.o -MD -MP -MF .deps/SplitDNS.Tpo -c -o SplitDNS.o SplitDNS.cc | |
superenv removed: -I../../iocore/dns -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../lib -I../../lib/records -I../../proxy -I../../proxy/http -I../../proxy/hdrs -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT SplitDNS.o -MD -MP -MF .deps/SplitDNS.Tpo -c -o SplitDNS.o SplitDNS.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc | |
superenv removed: -I../../iocore/hostdb -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT MultiCache.o -MD -MP -MF .deps/MultiCache.Tpo -c -o MultiCache.o MultiCache.cc | |
superenv removed: -I../../iocore/hostdb -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT MultiCache.o -MD -MP -MF .deps/MultiCache.Tpo -c -o MultiCache.o MultiCache.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT HostDB.o -MD -MP -MF .deps/HostDB.Tpo -c -o HostDB.o HostDB.cc | |
superenv removed: -I../../iocore/hostdb -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT HostDB.o -MD -MP -MF .deps/HostDB.Tpo -c -o HostDB.o HostDB.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -I../../iocore/eventsystem -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Machine.o -MD -MP -MF .deps/Machine.Tpo -c -o Machine.o Machine.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../iocore/eventsystem -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Machine.o -MD -MP -MF .deps/Machine.Tpo -c -o Machine.o Machine.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -I../../iocore/eventsystem -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT OneWayMultiTunnel.o -MD -MP -MF .deps/OneWayMultiTunnel.Tpo -c -o OneWayMultiTunnel.o OneWayMultiTunnel.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../iocore/eventsystem -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT OneWayMultiTunnel.o -MD -MP -MF .deps/OneWayMultiTunnel.Tpo -c -o OneWayMultiTunnel.o OneWayMultiTunnel.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../lib/ts -I../../iocore/eventsystem -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT OneWayTunnel.o -MD -MP -MF .deps/OneWayTunnel.Tpo -c -o OneWayTunnel.o OneWayTunnel.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../lib -I../../lib/records -I../../iocore/eventsystem -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT OneWayTunnel.o -MD -MP -MF .deps/OneWayTunnel.Tpo -c -o OneWayTunnel.o OneWayTunnel.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheDir.o -MD -MP -MF .deps/CacheDir.Tpo -c -o CacheDir.o CacheDir.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheDir.o -MD -MP -MF .deps/CacheDir.Tpo -c -o CacheDir.o CacheDir.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheHosting.o -MD -MP -MF .deps/CacheHosting.Tpo -c -o CacheHosting.o CacheHosting.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheHosting.o -MD -MP -MF .deps/CacheHosting.Tpo -c -o CacheHosting.o CacheHosting.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Cache.o -MD -MP -MF .deps/Cache.Tpo -c -o Cache.o Cache.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Cache.o -MD -MP -MF .deps/Cache.Tpo -c -o Cache.o Cache.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheDisk.o -MD -MP -MF .deps/CacheDisk.Tpo -c -o CacheDisk.o CacheDisk.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheDisk.o -MD -MP -MF .deps/CacheDisk.Tpo -c -o CacheDisk.o CacheDisk.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheHttp.o -MD -MP -MF .deps/CacheHttp.Tpo -c -o CacheHttp.o CacheHttp.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheHttp.o -MD -MP -MF .deps/CacheHttp.Tpo -c -o CacheHttp.o CacheHttp.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheLink.o -MD -MP -MF .deps/CacheLink.Tpo -c -o CacheLink.o CacheLink.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheLink.o -MD -MP -MF .deps/CacheLink.Tpo -c -o CacheLink.o CacheLink.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CachePages.o -MD -MP -MF .deps/CachePages.Tpo -c -o CachePages.o CachePages.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CachePages.o -MD -MP -MF .deps/CachePages.Tpo -c -o CachePages.o CachePages.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CachePagesInternal.o -MD -MP -MF .deps/CachePagesInternal.Tpo -c -o CachePagesInternal.o CachePagesInternal.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CachePagesInternal.o -MD -MP -MF .deps/CachePagesInternal.Tpo -c -o CachePagesInternal.o CachePagesInternal.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheRead.o -MD -MP -MF .deps/CacheRead.Tpo -c -o CacheRead.o CacheRead.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheRead.o -MD -MP -MF .deps/CacheRead.Tpo -c -o CacheRead.o CacheRead.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheVol.o -MD -MP -MF .deps/CacheVol.Tpo -c -o CacheVol.o CacheVol.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheVol.o -MD -MP -MF .deps/CacheVol.Tpo -c -o CacheVol.o CacheVol.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheWrite.o -MD -MP -MF .deps/CacheWrite.Tpo -c -o CacheWrite.o CacheWrite.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheWrite.o -MD -MP -MF .deps/CacheWrite.Tpo -c -o CacheWrite.o CacheWrite.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT RamCacheCLFUS.o -MD -MP -MF .deps/RamCacheCLFUS.Tpo -c -o RamCacheCLFUS.o RamCacheCLFUS.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT RamCacheCLFUS.o -MD -MP -MF .deps/RamCacheCLFUS.Tpo -c -o RamCacheCLFUS.o RamCacheCLFUS.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT RamCacheLRU.o -MD -MP -MF .deps/RamCacheLRU.Tpo -c -o RamCacheLRU.o RamCacheLRU.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT RamCacheLRU.o -MD -MP -MF .deps/RamCacheLRU.Tpo -c -o RamCacheLRU.o RamCacheLRU.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Store.o -MD -MP -MF .deps/Store.Tpo -c -o Store.o Store.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Store.o -MD -MP -MF .deps/Store.Tpo -c -o Store.o Store.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheTest.o -MD -MP -MF .deps/CacheTest.Tpo -c -o CacheTest.o CacheTest.cc | |
superenv removed: -I../../iocore/cache -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/api/ts -I../../proxy -I../../proxy/hdrs -I../../proxy/http -I../../proxy/shared -I../../proxy/http/remap -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CacheTest.o -MD -MP -MF .deps/CacheTest.Tpo -c -o CacheTest.o CacheTest.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterAPI.o -MD -MP -MF .deps/ClusterAPI.Tpo -c -o ClusterAPI.o ClusterAPI.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterAPI.o -MD -MP -MF .deps/ClusterAPI.Tpo -c -o ClusterAPI.o ClusterAPI.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterHandler.o -MD -MP -MF .deps/ClusterHandler.Tpo -c -o ClusterHandler.o ClusterHandler.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterHandler.o -MD -MP -MF .deps/ClusterHandler.Tpo -c -o ClusterHandler.o ClusterHandler.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterConfig.o -MD -MP -MF .deps/ClusterConfig.Tpo -c -o ClusterConfig.o ClusterConfig.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterConfig.o -MD -MP -MF .deps/ClusterConfig.Tpo -c -o ClusterConfig.o ClusterConfig.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterCache.o -MD -MP -MF .deps/ClusterCache.Tpo -c -o ClusterCache.o ClusterCache.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterCache.o -MD -MP -MF .deps/ClusterCache.Tpo -c -o ClusterCache.o ClusterCache.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterHandlerBase.o -MD -MP -MF .deps/ClusterHandlerBase.Tpo -c -o ClusterHandlerBase.o ClusterHandlerBase.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterHandlerBase.o -MD -MP -MF .deps/ClusterHandlerBase.Tpo -c -o ClusterHandlerBase.o ClusterHandlerBase.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterHash.o -MD -MP -MF .deps/ClusterHash.Tpo -c -o ClusterHash.o ClusterHash.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterHash.o -MD -MP -MF .deps/ClusterHash.Tpo -c -o ClusterHash.o ClusterHash.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterLib.o -MD -MP -MF .deps/ClusterLib.Tpo -c -o ClusterLib.o ClusterLib.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterLib.o -MD -MP -MF .deps/ClusterLib.Tpo -c -o ClusterLib.o ClusterLib.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterLoadMonitor.o -MD -MP -MF .deps/ClusterLoadMonitor.Tpo -c -o ClusterLoadMonitor.o ClusterLoadMonitor.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterLoadMonitor.o -MD -MP -MF .deps/ClusterLoadMonitor.Tpo -c -o ClusterLoadMonitor.o ClusterLoadMonitor.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterMachine.o -MD -MP -MF .deps/ClusterMachine.Tpo -c -o ClusterMachine.o ClusterMachine.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterMachine.o -MD -MP -MF .deps/ClusterMachine.Tpo -c -o ClusterMachine.o ClusterMachine.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterProcessor.o -MD -MP -MF .deps/ClusterProcessor.Tpo -c -o ClusterProcessor.o ClusterProcessor.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterProcessor.o -MD -MP -MF .deps/ClusterProcessor.Tpo -c -o ClusterProcessor.o ClusterProcessor.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterRPC.o -MD -MP -MF .deps/ClusterRPC.Tpo -c -o ClusterRPC.o ClusterRPC.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterRPC.o -MD -MP -MF .deps/ClusterRPC.Tpo -c -o ClusterRPC.o ClusterRPC.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterVConnection.o -MD -MP -MF .deps/ClusterVConnection.Tpo -c -o ClusterVConnection.o ClusterVConnection.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ClusterVConnection.o -MD -MP -MF .deps/ClusterVConnection.Tpo -c -o ClusterVConnection.o ClusterVConnection.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib -I../../lib/records -I../../lib/ts -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc | |
superenv removed: -I../../iocore/cluster -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem -I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb -I../../iocore/cache -I../../iocore/utils -I../../iocore/dns -I../../lib -I../../lib/records -I../../proxy/http -I../../proxy/hdrs -I../../proxy/api/ts -I../../proxy -I../../mgmt -I../../mgmt/utils -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Inline.o -MD -MP -MF .deps/Inline.Tpo -c -o Inline.o Inline.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Arena.lo -MD -MP -MF .deps/Arena.Tpo -c Arena.cc -fno-common -DPIC -o .libs/Arena.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Arena.lo -MD -MP -MF .deps/Arena.Tpo -c Arena.cc -fno-common -DPIC -o .libs/Arena.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Bitops.lo -MD -MP -MF .deps/Bitops.Tpo -c Bitops.cc -fno-common -DPIC -o .libs/Bitops.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Bitops.lo -MD -MP -MF .deps/Bitops.Tpo -c Bitops.cc -fno-common -DPIC -o .libs/Bitops.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ConsistentHash.lo -MD -MP -MF .deps/ConsistentHash.Tpo -c ConsistentHash.cc -fno-common -DPIC -o .libs/ConsistentHash.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ConsistentHash.lo -MD -MP -MF .deps/ConsistentHash.Tpo -c ConsistentHash.cc -fno-common -DPIC -o .libs/ConsistentHash.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Diags.lo -MD -MP -MF .deps/Diags.Tpo -c Diags.cc -fno-common -DPIC -o .libs/Diags.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Diags.lo -MD -MP -MF .deps/Diags.Tpo -c Diags.cc -fno-common -DPIC -o .libs/Diags.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT EventNotify.lo -MD -MP -MF .deps/EventNotify.Tpo -c EventNotify.cc -fno-common -DPIC -o .libs/EventNotify.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT EventNotify.lo -MD -MP -MF .deps/EventNotify.Tpo -c EventNotify.cc -fno-common -DPIC -o .libs/EventNotify.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT HashFNV.lo -MD -MP -MF .deps/HashFNV.Tpo -c HashFNV.cc -fno-common -DPIC -o .libs/HashFNV.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT HashFNV.lo -MD -MP -MF .deps/HashFNV.Tpo -c HashFNV.cc -fno-common -DPIC -o .libs/HashFNV.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Hash.lo -MD -MP -MF .deps/Hash.Tpo -c Hash.cc -fno-common -DPIC -o .libs/Hash.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Hash.lo -MD -MP -MF .deps/Hash.Tpo -c Hash.cc -fno-common -DPIC -o .libs/Hash.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT HashMD5.lo -MD -MP -MF .deps/HashMD5.Tpo -c HashMD5.cc -fno-common -DPIC -o .libs/HashMD5.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT HashMD5.lo -MD -MP -MF .deps/HashMD5.Tpo -c HashMD5.cc -fno-common -DPIC -o .libs/HashMD5.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT HashSip.lo -MD -MP -MF .deps/HashSip.Tpo -c HashSip.cc -fno-common -DPIC -o .libs/HashSip.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT HashSip.lo -MD -MP -MF .deps/HashSip.Tpo -c HashSip.cc -fno-common -DPIC -o .libs/HashSip.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT HostLookup.lo -MD -MP -MF .deps/HostLookup.Tpo -c HostLookup.cc -fno-common -DPIC -o .libs/HostLookup.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT HostLookup.lo -MD -MP -MF .deps/HostLookup.Tpo -c HostLookup.cc -fno-common -DPIC -o .libs/HostLookup.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT IpMap.lo -MD -MP -MF .deps/IpMap.Tpo -c IpMap.cc -fno-common -DPIC -o .libs/IpMap.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT IpMap.lo -MD -MP -MF .deps/IpMap.Tpo -c IpMap.cc -fno-common -DPIC -o .libs/IpMap.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT IpMapConf.lo -MD -MP -MF .deps/IpMapConf.Tpo -c IpMapConf.cc -fno-common -DPIC -o .libs/IpMapConf.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT IpMapConf.lo -MD -MP -MF .deps/IpMapConf.Tpo -c IpMapConf.cc -fno-common -DPIC -o .libs/IpMapConf.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Layout.lo -MD -MP -MF .deps/Layout.Tpo -c Layout.cc -fno-common -DPIC -o .libs/Layout.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Layout.lo -MD -MP -MF .deps/Layout.Tpo -c Layout.cc -fno-common -DPIC -o .libs/Layout.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT MMH.lo -MD -MP -MF .deps/MMH.Tpo -c MMH.cc -fno-common -DPIC -o .libs/MMH.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT MMH.lo -MD -MP -MF .deps/MMH.Tpo -c MMH.cc -fno-common -DPIC -o .libs/MMH.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CompileParseRules.o -MD -MP -MF .deps/CompileParseRules.Tpo -c -o CompileParseRules.o CompileParseRules.cc | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT CompileParseRules.o -MD -MP -MF .deps/CompileParseRules.Tpo -c -o CompileParseRules.o CompileParseRules.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT MatcherUtils.lo -MD -MP -MF .deps/MatcherUtils.Tpo -c MatcherUtils.cc -fno-common -DPIC -o .libs/MatcherUtils.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT MatcherUtils.lo -MD -MP -MF .deps/MatcherUtils.Tpo -c MatcherUtils.cc -fno-common -DPIC -o .libs/MatcherUtils.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT MimeTable.lo -MD -MP -MF .deps/MimeTable.Tpo -c MimeTable.cc -fno-common -DPIC -o .libs/MimeTable.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT MimeTable.lo -MD -MP -MF .deps/MimeTable.Tpo -c MimeTable.cc -fno-common -DPIC -o .libs/MimeTable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT RawHashTable.lo -MD -MP -MF .deps/RawHashTable.Tpo -c RawHashTable.cc -fno-common -DPIC -o .libs/RawHashTable.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT RawHashTable.lo -MD -MP -MF .deps/RawHashTable.Tpo -c RawHashTable.cc -fno-common -DPIC -o .libs/RawHashTable.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT RbTree.lo -MD -MP -MF .deps/RbTree.Tpo -c RbTree.cc -fno-common -DPIC -o .libs/RbTree.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT RbTree.lo -MD -MP -MF .deps/RbTree.Tpo -c RbTree.cc -fno-common -DPIC -o .libs/RbTree.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Regex.lo -MD -MP -MF .deps/Regex.Tpo -c Regex.cc -fno-common -DPIC -o .libs/Regex.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Regex.lo -MD -MP -MF .deps/Regex.Tpo -c Regex.cc -fno-common -DPIC -o .libs/Regex.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Regression.lo -MD -MP -MF .deps/Regression.Tpo -c Regression.cc -fno-common -DPIC -o .libs/Regression.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Regression.lo -MD -MP -MF .deps/Regression.Tpo -c Regression.cc -fno-common -DPIC -o .libs/Regression.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT TextBuffer.lo -MD -MP -MF .deps/TextBuffer.Tpo -c TextBuffer.cc -fno-common -DPIC -o .libs/TextBuffer.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT TextBuffer.lo -MD -MP -MF .deps/TextBuffer.Tpo -c TextBuffer.cc -fno-common -DPIC -o .libs/TextBuffer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Tokenizer.lo -MD -MP -MF .deps/Tokenizer.Tpo -c Tokenizer.cc -fno-common -DPIC -o .libs/Tokenizer.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Tokenizer.lo -MD -MP -MF .deps/Tokenizer.Tpo -c Tokenizer.cc -fno-common -DPIC -o .libs/Tokenizer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Vec.lo -MD -MP -MF .deps/Vec.Tpo -c Vec.cc -fno-common -DPIC -o .libs/Vec.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Vec.lo -MD -MP -MF .deps/Vec.Tpo -c Vec.cc -fno-common -DPIC -o .libs/Vec.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Version.lo -MD -MP -MF .deps/Version.Tpo -c Version.cc -fno-common -DPIC -o .libs/Version.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT Version.lo -MD -MP -MF .deps/Version.Tpo -c Version.cc -fno-common -DPIC -o .libs/Version.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT fastlz.lo -MD -MP -MF .deps/fastlz.Tpo -c fastlz.c -fno-common -DPIC -o .libs/fastlz.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT fastlz.lo -MD -MP -MF .deps/fastlz.Tpo -c fastlz.c -fno-common -DPIC -o .libs/fastlz.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_args.lo -MD -MP -MF .deps/ink_args.Tpo -c ink_args.cc -fno-common -DPIC -o .libs/ink_args.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_args.lo -MD -MP -MF .deps/ink_args.Tpo -c ink_args.cc -fno-common -DPIC -o .libs/ink_args.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_assert.lo -MD -MP -MF .deps/ink_assert.Tpo -c ink_assert.cc -fno-common -DPIC -o .libs/ink_assert.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_assert.lo -MD -MP -MF .deps/ink_assert.Tpo -c ink_assert.cc -fno-common -DPIC -o .libs/ink_assert.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_auth_api.lo -MD -MP -MF .deps/ink_auth_api.Tpo -c ink_auth_api.cc -fno-common -DPIC -o .libs/ink_auth_api.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_auth_api.lo -MD -MP -MF .deps/ink_auth_api.Tpo -c ink_auth_api.cc -fno-common -DPIC -o .libs/ink_auth_api.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_base64.lo -MD -MP -MF .deps/ink_base64.Tpo -c ink_base64.cc -fno-common -DPIC -o .libs/ink_base64.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_base64.lo -MD -MP -MF .deps/ink_base64.Tpo -c ink_base64.cc -fno-common -DPIC -o .libs/ink_base64.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_cap.lo -MD -MP -MF .deps/ink_cap.Tpo -c ink_cap.cc -fno-common -DPIC -o .libs/ink_cap.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_cap.lo -MD -MP -MF .deps/ink_cap.Tpo -c ink_cap.cc -fno-common -DPIC -o .libs/ink_cap.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_code.lo -MD -MP -MF .deps/ink_code.Tpo -c ink_code.cc -fno-common -DPIC -o .libs/ink_code.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_code.lo -MD -MP -MF .deps/ink_code.Tpo -c ink_code.cc -fno-common -DPIC -o .libs/ink_code.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_defs.lo -MD -MP -MF .deps/ink_defs.Tpo -c ink_defs.cc -fno-common -DPIC -o .libs/ink_defs.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_defs.lo -MD -MP -MF .deps/ink_defs.Tpo -c ink_defs.cc -fno-common -DPIC -o .libs/ink_defs.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_error.lo -MD -MP -MF .deps/ink_error.Tpo -c ink_error.cc -fno-common -DPIC -o .libs/ink_error.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_error.lo -MD -MP -MF .deps/ink_error.Tpo -c ink_error.cc -fno-common -DPIC -o .libs/ink_error.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_file.lo -MD -MP -MF .deps/ink_file.Tpo -c ink_file.cc -fno-common -DPIC -o .libs/ink_file.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_file.lo -MD -MP -MF .deps/ink_file.Tpo -c ink_file.cc -fno-common -DPIC -o .libs/ink_file.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_hash_table.lo -MD -MP -MF .deps/ink_hash_table.Tpo -c ink_hash_table.cc -fno-common -DPIC -o .libs/ink_hash_table.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_hash_table.lo -MD -MP -MF .deps/ink_hash_table.Tpo -c ink_hash_table.cc -fno-common -DPIC -o .libs/ink_hash_table.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_hrtime.lo -MD -MP -MF .deps/ink_hrtime.Tpo -c ink_hrtime.cc -fno-common -DPIC -o .libs/ink_hrtime.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_hrtime.lo -MD -MP -MF .deps/ink_hrtime.Tpo -c ink_hrtime.cc -fno-common -DPIC -o .libs/ink_hrtime.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_inet.lo -MD -MP -MF .deps/ink_inet.Tpo -c ink_inet.cc -fno-common -DPIC -o .libs/ink_inet.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_inet.lo -MD -MP -MF .deps/ink_inet.Tpo -c ink_inet.cc -fno-common -DPIC -o .libs/ink_inet.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_memory.lo -MD -MP -MF .deps/ink_memory.Tpo -c ink_memory.cc -fno-common -DPIC -o .libs/ink_memory.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_memory.lo -MD -MP -MF .deps/ink_memory.Tpo -c ink_memory.cc -fno-common -DPIC -o .libs/ink_memory.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_mutex.lo -MD -MP -MF .deps/ink_mutex.Tpo -c ink_mutex.cc -fno-common -DPIC -o .libs/ink_mutex.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_mutex.lo -MD -MP -MF .deps/ink_mutex.Tpo -c ink_mutex.cc -fno-common -DPIC -o .libs/ink_mutex.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_queue.lo -MD -MP -MF .deps/ink_queue.Tpo -c ink_queue.cc -fno-common -DPIC -o .libs/ink_queue.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_queue.lo -MD -MP -MF .deps/ink_queue.Tpo -c ink_queue.cc -fno-common -DPIC -o .libs/ink_queue.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_queue_ext.lo -MD -MP -MF .deps/ink_queue_ext.Tpo -c ink_queue_ext.cc -fno-common -DPIC -o .libs/ink_queue_ext.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_queue_ext.lo -MD -MP -MF .deps/ink_queue_ext.Tpo -c ink_queue_ext.cc -fno-common -DPIC -o .libs/ink_queue_ext.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_queue_utils.lo -MD -MP -MF .deps/ink_queue_utils.Tpo -c ink_queue_utils.cc -fno-common -DPIC -o .libs/ink_queue_utils.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_queue_utils.lo -MD -MP -MF .deps/ink_queue_utils.Tpo -c ink_queue_utils.cc -fno-common -DPIC -o .libs/ink_queue_utils.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_rand.lo -MD -MP -MF .deps/ink_rand.Tpo -c ink_rand.cc -fno-common -DPIC -o .libs/ink_rand.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_rand.lo -MD -MP -MF .deps/ink_rand.Tpo -c ink_rand.cc -fno-common -DPIC -o .libs/ink_rand.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_res_init.lo -MD -MP -MF .deps/ink_res_init.Tpo -c ink_res_init.cc -fno-common -DPIC -o .libs/ink_res_init.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_res_init.lo -MD -MP -MF .deps/ink_res_init.Tpo -c ink_res_init.cc -fno-common -DPIC -o .libs/ink_res_init.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_res_mkquery.lo -MD -MP -MF .deps/ink_res_mkquery.Tpo -c ink_res_mkquery.cc -fno-common -DPIC -o .libs/ink_res_mkquery.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_res_mkquery.lo -MD -MP -MF .deps/ink_res_mkquery.Tpo -c ink_res_mkquery.cc -fno-common -DPIC -o .libs/ink_res_mkquery.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_resource.lo -MD -MP -MF .deps/ink_resource.Tpo -c ink_resource.cc -fno-common -DPIC -o .libs/ink_resource.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_resource.lo -MD -MP -MF .deps/ink_resource.Tpo -c ink_resource.cc -fno-common -DPIC -o .libs/ink_resource.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_rwlock.lo -MD -MP -MF .deps/ink_rwlock.Tpo -c ink_rwlock.cc -fno-common -DPIC -o .libs/ink_rwlock.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_rwlock.lo -MD -MP -MF .deps/ink_rwlock.Tpo -c ink_rwlock.cc -fno-common -DPIC -o .libs/ink_rwlock.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_sock.lo -MD -MP -MF .deps/ink_sock.Tpo -c ink_sock.cc -fno-common -DPIC -o .libs/ink_sock.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_sock.lo -MD -MP -MF .deps/ink_sock.Tpo -c ink_sock.cc -fno-common -DPIC -o .libs/ink_sock.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_sprintf.lo -MD -MP -MF .deps/ink_sprintf.Tpo -c ink_sprintf.cc -fno-common -DPIC -o .libs/ink_sprintf.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_sprintf.lo -MD -MP -MF .deps/ink_sprintf.Tpo -c ink_sprintf.cc -fno-common -DPIC -o .libs/ink_sprintf.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_stack_trace.lo -MD -MP -MF .deps/ink_stack_trace.Tpo -c ink_stack_trace.cc -fno-common -DPIC -o .libs/ink_stack_trace.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_stack_trace.lo -MD -MP -MF .deps/ink_stack_trace.Tpo -c ink_stack_trace.cc -fno-common -DPIC -o .libs/ink_stack_trace.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_string++.lo -MD -MP -MF .deps/ink_string++.Tpo -c ink_string++.cc -fno-common -DPIC -o .libs/ink_string++.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_string++.lo -MD -MP -MF .deps/ink_string++.Tpo -c ink_string++.cc -fno-common -DPIC -o .libs/ink_string++.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_string.lo -MD -MP -MF .deps/ink_string.Tpo -c ink_string.cc -fno-common -DPIC -o .libs/ink_string.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_string.lo -MD -MP -MF .deps/ink_string.Tpo -c ink_string.cc -fno-common -DPIC -o .libs/ink_string.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_sys_control.lo -MD -MP -MF .deps/ink_sys_control.Tpo -c ink_sys_control.cc -fno-common -DPIC -o .libs/ink_sys_control.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_sys_control.lo -MD -MP -MF .deps/ink_sys_control.Tpo -c ink_sys_control.cc -fno-common -DPIC -o .libs/ink_sys_control.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_syslog.lo -MD -MP -MF .deps/ink_syslog.Tpo -c ink_syslog.cc -fno-common -DPIC -o .libs/ink_syslog.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_syslog.lo -MD -MP -MF .deps/ink_syslog.Tpo -c ink_syslog.cc -fno-common -DPIC -o .libs/ink_syslog.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_thread.lo -MD -MP -MF .deps/ink_thread.Tpo -c ink_thread.cc -fno-common -DPIC -o .libs/ink_thread.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_thread.lo -MD -MP -MF .deps/ink_thread.Tpo -c ink_thread.cc -fno-common -DPIC -o .libs/ink_thread.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_time.lo -MD -MP -MF .deps/ink_time.Tpo -c ink_time.cc -fno-common -DPIC -o .libs/ink_time.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ink_time.lo -MD -MP -MF .deps/ink_time.Tpo -c ink_time.cc -fno-common -DPIC -o .libs/ink_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 | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT llqueue.lo -MD -MP -MF .deps/llqueue.Tpo -c llqueue.cc -fno-common -DPIC -o .libs/llqueue.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT llqueue.lo -MD -MP -MF .deps/llqueue.Tpo -c llqueue.cc -fno-common -DPIC -o .libs/llqueue.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT lockfile.lo -MD -MP -MF .deps/lockfile.Tpo -c lockfile.cc -fno-common -DPIC -o .libs/lockfile.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT lockfile.lo -MD -MP -MF .deps/lockfile.Tpo -c lockfile.cc -fno-common -DPIC -o .libs/lockfile.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT signals.lo -MD -MP -MF .deps/signals.Tpo -c signals.cc -fno-common -DPIC -o .libs/signals.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT signals.lo -MD -MP -MF .deps/signals.Tpo -c signals.cc -fno-common -DPIC -o .libs/signals.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
gcc-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT mkdfa.o -MD -MP -MF .deps/mkdfa.Tpo -c -o mkdfa.o mkdfa.c | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT mkdfa.o -MD -MP -MF .deps/mkdfa.Tpo -c -o mkdfa.o mkdfa.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT X509HostnameValidator.lo -MD -MP -MF .deps/X509HostnameValidator.Tpo -c X509HostnameValidator.cc -fno-common -DPIC -o .libs/X509HostnameValidator.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT X509HostnameValidator.lo -MD -MP -MF .deps/X509HostnameValidator.Tpo -c X509HostnameValidator.cc -fno-common -DPIC -o .libs/X509HostnameValidator.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -Wno-deprecated-declarations -mcx16 -o CompileParseRules CompileParseRules.o -Wl,-bind_at_load -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -Wno-deprecated-declarations -mcx16 -o CompileParseRules CompileParseRules.o -Wl,-bind_at_load -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/pcre/8.37/lib -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -w -o CompileParseRules -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. CompileParseRules.o -bind_at_load -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -w -o CompileParseRules -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. CompileParseRules.o -bind_at_load -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -Wno-deprecated-declarations -mcx16 -o mkdfa mkdfa.o -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -lpcre -llzma -lz -lxml2 | |
superenv added: -pipe -w -Os -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -w -Os -Wno-deprecated-declarations -mcx16 -o mkdfa mkdfa.o -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/pcre/8.37/lib -lpcre -llzma -lz -lxml2 -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -w -o mkdfa -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. mkdfa.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -w -o mkdfa -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. mkdfa.o -lpcre -llzma -lz -lxml2 -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
g++-5 called with: -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/usr/local/include -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/include/libxml2 -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ParseRules.lo -MD -MP -MF .deps/ParseRules.Tpo -c ParseRules.cc -fno-common -DPIC -o .libs/ParseRules.o | |
superenv removed: -I/usr/local/include -I/usr/include/libxml2 | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -DHAVE_CONFIG_H -I. -I../../lib -Ddarwin -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/usr/local/opt/openssl/include -DOPENSSL_NO_SSL_INTERN -I/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -I/usr/local/Cellar/pcre/8.37/include -Wno-deprecated-declarations -mcx16 -MT ParseRules.lo -MD -MP -MF .deps/ParseRules.Tpo -c ParseRules.cc -fno-common -DPIC -o .libs/ParseRules.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include | |
g++-5 called with: -dynamiclib -o .libs/libtsutil.6.dylib .libs/Arena.o .libs/Bitops.o .libs/ConsistentHash.o .libs/Diags.o .libs/EventNotify.o .libs/Hash.o .libs/HashFNV.o .libs/HashMD5.o .libs/HashSip.o .libs/HostLookup.o .libs/IpMap.o .libs/IpMapConf.o .libs/Layout.o .libs/MMH.o .libs/MatcherUtils.o .libs/MimeTable.o .libs/ParseRules.o .libs/RawHashTable.o .libs/RbTree.o .libs/Regex.o .libs/Regression.o .libs/TextBuffer.o .libs/Tokenizer.o .libs/Vec.o .libs/Version.o .libs/fastlz.o .libs/ink_args.o .libs/ink_assert.o .libs/ink_auth_api.o .libs/ink_base64.o .libs/ink_cap.o .libs/ink_code.o .libs/ink_defs.o .libs/ink_error.o .libs/ink_file.o .libs/ink_hash_table.o .libs/ink_hrtime.o .libs/ink_inet.o .libs/ink_memory.o .libs/ink_mutex.o .libs/ink_queue.o .libs/ink_queue_ext.o .libs/ink_queue_utils.o .libs/ink_rand.o .libs/ink_res_init.o .libs/ink_res_mkquery.o .libs/ink_resource.o .libs/ink_rwlock.o .libs/ink_sock.o .libs/ink_sprintf.o .libs/ink_stack_trace.o .libs/ink_string++.o .libs/ink_string.o .libs/ink_sys_control.o .libs/ink_syslog.o .libs/ink_thread.o .libs/ink_time.o .libs/llqueue.o .libs/lockfile.o .libs/signals.o .libs/X509HostnameValidator.o -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -lssl -lcrypto -ltcl -lresolv -lc -lpcre -llzma -lz -lxml2 -mcx16 -install_name /usr/local/Cellar/trafficserver/HEAD/lib/libtsutil.6.dylib -compatibility_version 7 -current_version 7.0 -Wl,-single_module | |
superenv added: -pipe -w -Os -std=c++11 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -w -Os -std=c++11 -dynamiclib -o .libs/libtsutil.6.dylib .libs/Arena.o .libs/Bitops.o .libs/ConsistentHash.o .libs/Diags.o .libs/EventNotify.o .libs/Hash.o .libs/HashFNV.o .libs/HashMD5.o .libs/HashSip.o .libs/HostLookup.o .libs/IpMap.o .libs/IpMapConf.o .libs/Layout.o .libs/MMH.o .libs/MatcherUtils.o .libs/MimeTable.o .libs/ParseRules.o .libs/RawHashTable.o .libs/RbTree.o .libs/Regex.o .libs/Regression.o .libs/TextBuffer.o .libs/Tokenizer.o .libs/Vec.o .libs/Version.o .libs/fastlz.o .libs/ink_args.o .libs/ink_assert.o .libs/ink_auth_api.o .libs/ink_base64.o .libs/ink_cap.o .libs/ink_code.o .libs/ink_defs.o .libs/ink_error.o .libs/ink_file.o .libs/ink_hash_table.o .libs/ink_hrtime.o .libs/ink_inet.o .libs/ink_memory.o .libs/ink_mutex.o .libs/ink_queue.o .libs/ink_queue_ext.o .libs/ink_queue_utils.o .libs/ink_rand.o .libs/ink_res_init.o .libs/ink_res_mkquery.o .libs/ink_resource.o .libs/ink_rwlock.o .libs/ink_sock.o .libs/ink_sprintf.o .libs/ink_stack_trace.o .libs/ink_string++.o .libs/ink_string.o .libs/ink_sys_control.o .libs/ink_syslog.o .libs/ink_thread.o .libs/ink_time.o .libs/llqueue.o .libs/lockfile.o .libs/signals.o .libs/X509HostnameValidator.o -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/pcre/8.37/lib -lssl -lcrypto -ltcl -lresolv -lc -lpcre -llzma -lz -lxml2 -mcx16 -install_name /usr/local/Cellar/trafficserver/HEAD/lib/libtsutil.6.dylib -compatibility_version 7 -current_version 7.0 -Wl,-single_module -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 | |
ld called with: -dynamic -dylib -dylib_compatibility_version 7 -dylib_current_version 7.0 -arch x86_64 -dylib_install_name /usr/local/Cellar/trafficserver/HEAD/lib/libtsutil.6.dylib -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -w -o .libs/libtsutil.6.dylib -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. .libs/Arena.o .libs/Bitops.o .libs/ConsistentHash.o .libs/Diags.o .libs/EventNotify.o .libs/Hash.o .libs/HashFNV.o .libs/HashMD5.o .libs/HashSip.o .libs/HostLookup.o .libs/IpMap.o .libs/IpMapConf.o .libs/Layout.o .libs/MMH.o .libs/MatcherUtils.o .libs/MimeTable.o .libs/ParseRules.o .libs/RawHashTable.o .libs/RbTree.o .libs/Regex.o .libs/Regression.o .libs/TextBuffer.o .libs/Tokenizer.o .libs/Vec.o .libs/Version.o .libs/fastlz.o .libs/ink_args.o .libs/ink_assert.o .libs/ink_auth_api.o .libs/ink_base64.o .libs/ink_cap.o .libs/ink_code.o .libs/ink_defs.o .libs/ink_error.o .libs/ink_file.o .libs/ink_hash_table.o .libs/ink_hrtime.o .libs/ink_inet.o .libs/ink_memory.o .libs/ink_mutex.o .libs/ink_queue.o .libs/ink_queue_ext.o .libs/ink_queue_utils.o .libs/ink_rand.o .libs/ink_res_init.o .libs/ink_res_mkquery.o .libs/ink_resource.o .libs/ink_rwlock.o .libs/ink_sock.o .libs/ink_sprintf.o .libs/ink_stack_trace.o .libs/ink_string++.o .libs/ink_string.o .libs/ink_sys_control.o .libs/ink_syslog.o .libs/ink_thread.o .libs/ink_time.o .libs/llqueue.o .libs/lockfile.o .libs/signals.o .libs/X509HostnameValidator.o -lssl -lcrypto -ltcl -lresolv -lc -lpcre -llzma -lz -lxml2 -single_module -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -dynamic -dylib -dylib_compatibility_version 7 -dylib_current_version 7.0 -arch x86_64 -dylib_install_name /usr/local/Cellar/trafficserver/HEAD/lib/libtsutil.6.dylib -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -w -o .libs/libtsutil.6.dylib -L/usr/local/opt/openssl/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/opt/openssl/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0 -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin14.3.0/5.1.0/../../.. .libs/Arena.o .libs/Bitops.o .libs/ConsistentHash.o .libs/Diags.o .libs/EventNotify.o .libs/Hash.o .libs/HashFNV.o .libs/HashMD5.o .libs/HashSip.o .libs/HostLookup.o .libs/IpMap.o .libs/IpMapConf.o .libs/Layout.o .libs/MMH.o .libs/MatcherUtils.o .libs/MimeTable.o .libs/ParseRules.o .libs/RawHashTable.o .libs/RbTree.o .libs/Regex.o .libs/Regression.o .libs/TextBuffer.o .libs/Tokenizer.o .libs/Vec.o .libs/Version.o .libs/fastlz.o .libs/ink_args.o .libs/ink_assert.o .libs/ink_auth_api.o .libs/ink_base64.o .libs/ink_cap.o .libs/ink_code.o .libs/ink_defs.o .libs/ink_error.o .libs/ink_file.o .libs/ink_hash_table.o .libs/ink_hrtime.o .libs/ink_inet.o .libs/ink_memory.o .libs/ink_mutex.o .libs/ink_queue.o .libs/ink_queue_ext.o .libs/ink_queue_utils.o .libs/ink_rand.o .libs/ink_res_init.o .libs/ink_res_mkquery.o .libs/ink_resource.o .libs/ink_rwlock.o .libs/ink_sock.o .libs/ink_sprintf.o .libs/ink_stack_trace.o .libs/ink_string++.o .libs/ink_string.o .libs/ink_sys_control.o .libs/ink_syslog.o .libs/ink_thread.o .libs/ink_time.o .libs/llqueue.o .libs/lockfile.o .libs/signals.o .libs/X509HostnameValidator.o -lssl -lcrypto -ltcl -lresolv -lc -lpcre -llzma -lz -lxml2 -single_module -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
This file has been truncated, but you can view the full file.
This file contains 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 Apache Traffic Server configure 6.0.0, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/trafficserver/HEAD --mandir=/usr/local/Cellar/trafficserver/HEAD/share/man --with-openssl=/usr/local/opt/openssl --with-user=cat --with-group=admin | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Hell | |
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 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 324 tasks, 1424 threads, 4 processors | |
Load average: 1.95, Mach factor: 2.04 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/autoconf/bin | |
PATH: /usr/local/opt/automake/bin | |
PATH: /usr/local/opt/libtool/bin | |
PATH: /usr/local/opt/openssl/bin | |
PATH: /usr/local/opt/pcre/bin | |
PATH: /usr/local/opt/git/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/opt/gcc/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3183: checking for a BSD-compatible install | |
configure:3251: result: /usr/bin/install -c | |
configure:3262: checking whether build environment is sane | |
configure:3317: result: yes | |
configure:3468: checking for a thread-safe mkdir -p | |
configure:3507: result: build/aux/install-sh -c -d | |
configure:3514: checking for gawk | |
configure:3544: result: no | |
configure:3514: checking for mawk | |
configure:3544: result: no | |
configure:3514: checking for nawk | |
configure:3544: result: no | |
configure:3514: checking for awk | |
configure:3530: found /usr/bin/awk | |
configure:3541: result: awk | |
configure:3552: checking whether make sets $(MAKE) | |
configure:3574: result: yes | |
configure:3603: checking whether make supports nested variables | |
configure:3620: result: yes | |
configure:3709: checking whether UID '501' is supported by ustar format | |
configure:3712: result: yes | |
configure:3719: checking whether GID '20' is supported by ustar format | |
configure:3722: result: yes | |
configure:3730: checking how to create a ustar tar archive | |
configure:3741: tar --version | |
bsdtar 2.8.3 - libarchive 2.8.3 | |
configure:3744: $? = 0 | |
configure:3784: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
configure:3787: $? = 0 | |
configure:3791: tar -xf - <conftest.tar | |
configure:3794: $? = 0 | |
configure:3796: cat conftest.dir/file | |
GrepMe | |
configure:3799: $? = 0 | |
configure:3812: result: gnutar | |
configure:3878: checking whether make supports nested variables | |
configure:3895: result: yes | |
configure:4119: checking for chosen layout | |
configure:4121: result: TrafficServer | |
configure:4268: checking build system type | |
configure:4282: result: x86_64-apple-darwin14.3.0 | |
configure:4302: checking host system type | |
configure:4315: result: x86_64-apple-darwin14.3.0 | |
configure:4397: checking whether to enable debugging | |
configure:4407: result: no | |
configure:4411: checking whether to code coverage | |
configure:4421: result: | |
configure:4428: checking whether to enable -Werror | |
configure:4438: result: no | |
configure:4447: checking whether to enable fast SDK APIs | |
configure:4457: result: no | |
configure:4476: checking whether to enable diags | |
configure:4486: result: yes | |
configure:4505: checking whether to enable regression tests | |
configure:4515: result: yes | |
configure:4541: checking whether to build a static traffic_server binary | |
configure:4613: result: no | |
configure:4638: checking whether to commit cov defects to remote host | |
configure:4648: result: localhost | |
configure:4655: checking whether to enable WCCP v2 support | |
configure:4665: result: no | |
configure:4691: checking whether to enable interim cache support | |
configure:4701: result: no | |
configure:4725: checking whether to enable profiler | |
configure:4736: result: no | |
configure:4744: checking whether to enable eventfd() | |
configure:4754: result: yes | |
configure:4760: checking whether to use POSIX capabilities | |
configure:4770: result: auto | |
configure:4776: checking whether to use hwloc library | |
configure:4786: result: yes | |
configure:4792: checking whether to enable ccache | |
configure:4802: result: no | |
configure:4808: checking whether to enable TPROXY based transparency | |
configure:4818: result: auto | |
configure:4826: checking whether to disable freelist | |
configure:4836: result: yes | |
configure:4858: checking whether to enable reclaimable freelist | |
configure:4867: result: no | |
configure:4888: checking whether to enable spdy | |
configure:4897: result: no | |
configure:4978: checking whether to enable experimental plugins | |
configure:4988: result: no | |
configure:5004: checking whether to install example plugins | |
configure:5014: result: no | |
configure:5031: checking whether to install testing tools | |
configure:5041: result: no | |
configure:5055: checking whether to build c++ api | |
configure:5065: result: no | |
configure:5080: checking whether to disable LuaJIT | |
configure:5090: result: yes | |
configure:5105: checking whether to allow 32-bit builds | |
configure:5115: result: no | |
configure:5899: checking for C compiler version | |
configure:5908: gcc-5 --version >&5 | |
gcc-5 (Homebrew gcc 5.1.0) 5.1.0 | |
Copyright (C) 2015 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:5919: $? = 0 | |
configure:5908: gcc-5 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=/usr/local/opt/gcc/bin/gcc-5 | |
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/5.1.0/libexec/gcc/x86_64-apple-darwin14.3.0/5.1.0/lto-wrapper | |
Target: x86_64-apple-darwin14.3.0 | |
Configured with: ../configure --build=x86_64-apple-darwin14.3.0 --prefix=/usr/local/Cellar/gcc/5.1.0 --libdir=/usr/local/Cellar/gcc/5.1.0/lib/gcc/5 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 5.1.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --enable-multilib | |
Thread model: posix | |
gcc version 5.1.0 (Homebrew gcc 5.1.0) | |
configure:5919: $? = 0 | |
configure:5908: gcc-5 -V >&5 | |
gcc-5: error: unrecognized command line option '-V' | |
configure:5919: $? = 1 | |
configure:5908: gcc-5 -qversion >&5 | |
gcc-5: error: unrecognized command line option '-qversion' | |
configure:5919: $? = 1 | |
configure:5939: checking whether the C compiler works | |
configure:5961: gcc-5 -Wno-deprecated-declarations conftest.c >&5 | |
configure:5965: $? = 0 | |
configure:6013: result: yes | |
configure:6016: checking for C compiler default output file name | |
configure:6018: result: a.out | |
configure:6024: checking for suffix of executables | |
configure:6031: gcc-5 -o conftest -Wno-deprecated-declarations conftest.c >&5 | |
configure:6035: $? = 0 | |
configure:6057: result: | |
configure:6079: checking whether we are cross compiling | |
configure:6087: gcc-5 -o conftest -Wno-deprecated-declarations conftest.c >&5 | |
configure:6091: $? = 0 | |
configure:6098: ./conftest | |
configure:6102: $? = 0 | |
configure:6117: result: no | |
configure:6122: checking for suffix of object files | |
configure:6144: gcc-5 -c -Wno-deprecated-declarations conftest.c >&5 | |
configure:6148: $? = 0 | |
configure:6169: result: o | |
configure:6173: checking whether we are using the GNU C compiler | |
configure:6192: gcc-5 -c -Wno-deprecated-declarations conftest.c >&5 | |
configure:6192: $? = 0 | |
configure:6201: result: yes | |
configure:6210: checking whether gcc-5 accepts -g | |
configure:6230: gcc-5 -c -g conftest.c >&5 | |
configure:6230: $? = 0 | |
configure:6271: result: yes | |
configure:6288: checking for gcc-5 option to accept ISO C89 | |
configure:6351: gcc-5 -c -Wno-deprecated-declarations conftest.c >&5 | |
configure:6351: $? = 0 | |
configure:6364: result: none needed | |
configure:6389: checking whether gcc-5 understands -c and -o together | |
configure:6411: gcc-5 -c conftest.c -o conftest2.o | |
configure:6414: $? = 0 | |
configure:6411: gcc-5 -c conftest.c -o conftest2.o | |
configure:6414: $? = 0 | |
configure:6426: result: yes | |
configure:6454: checking for style of include used by make | |
configure:6482: result: GNU | |
configure:6508: checking dependency style of gcc-5 | |
configure:6619: result: gcc3 | |
configure:6746: checking for C++ compiler version | |
configure:6755: g++-5 --version >&5 | |
gcc-5 (Homebrew gcc 5.1.0) 5.1.0 | |
Copyright (C) 2015 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:6766: $? = 0 | |
configure:6755: g++-5 -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=/usr/local/opt/gcc/bin/gcc-5 | |
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/5.1.0/libexec/gcc/x86_64-apple-darwin14.3.0/5.1.0/lto-wrapper | |
Target: x86_64-apple-darwin14.3.0 | |
Configured with: ../configure --build=x86_64-apple-darwin14.3.0 --prefix=/usr/local/Cellar/gcc/5.1.0 --libdir=/usr/local/Cellar/gcc/5.1.0/lib/gcc/5 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 5.1.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --enable-multilib | |
Thread model: posix | |
gcc version 5.1.0 (Homebrew gcc 5.1.0) | |
configure:6766: $? = 0 | |
configure:6755: g++-5 -V >&5 | |
gcc-5: error: unrecognized command line option '-V' | |
configure:6766: $? = 1 | |
configure:6755: g++-5 -qversion >&5 | |
gcc-5: error: unrecognized command line option '-qversion' | |
configure:6766: $? = 1 | |
configure:6770: checking whether we are using the GNU C++ compiler | |
configure:6789: g++-5 -c -Wno-deprecated-declarations conftest.cpp >&5 | |
configure:6789: $? = 0 | |
configure:6798: result: yes | |
configure:6807: checking whether g++-5 accepts -g | |
configure:6827: g++-5 -c -g conftest.cpp >&5 | |
configure:6827: $? = 0 | |
configure:6868: result: yes | |
configure:6893: checking dependency style of g++-5 | |
configure:7004: result: gcc3 | |
configure:7026: checking how to run the C preprocessor | |
configure:7057: gcc-5 -E conftest.c | |
configure:7057: $? = 0 | |
configure:7071: gcc-5 -E conftest.c | |
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:7071: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache Traffic Server" | |
| #define PACKAGE_TARNAME "trafficserver" | |
| #define PACKAGE_VERSION "6.0.0" | |
| #define PACKAGE_STRING "Apache Traffic Server 6.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://trafficserver.apache.org" | |
| #define PACKAGE "trafficserver" | |
| #define VERSION "6.0.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7096: result: gcc-5 -E | |
configure:7116: gcc-5 -E conftest.c | |
configure:7116: $? = 0 | |
configure:7130: gcc-5 -E conftest.c | |
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:7130: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache Traffic Server" | |
| #define PACKAGE_TARNAME "trafficserver" | |
| #define PACKAGE_VERSION "6.0.0" | |
| #define PACKAGE_STRING "Apache Traffic Server 6.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://trafficserver.apache.org" | |
| #define PACKAGE "trafficserver" | |
| #define VERSION "6.0.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7163: checking how to run the C++ preprocessor | |
configure:7190: g++-5 -E conftest.cpp | |
configure:7190: $? = 0 | |
configure:7204: g++-5 -E conftest.cpp | |
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:7204: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache Traffic Server" | |
| #define PACKAGE_TARNAME "trafficserver" | |
| #define PACKAGE_VERSION "6.0.0" | |
| #define PACKAGE_STRING "Apache Traffic Server 6.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://trafficserver.apache.org" | |
| #define PACKAGE "trafficserver" | |
| #define VERSION "6.0.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7229: result: g++-5 -E | |
configure:7249: g++-5 -E conftest.cpp | |
configure:7249: $? = 0 | |
configure:7263: g++-5 -E conftest.cpp | |
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:7263: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache Traffic Server" | |
| #define PACKAGE_TARNAME "trafficserver" | |
| #define PACKAGE_VERSION "6.0.0" | |
| #define PACKAGE_STRING "Apache Traffic Server 6.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://trafficserver.apache.org" | |
| #define PACKAGE "trafficserver" | |
| #define VERSION "6.0.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:7300: checking dependency style of gcc-5 | |
configure:7409: result: gcc3 | |
configure:7426: checking for C compiler vendor | |
configure:7471: gcc-5 -c -Wno-deprecated-declarations conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:17:9: error: 'thisisanerror' undeclared (first use in this function) | |
thisisanerror; | |
^ | |
conftest.c:17:9: note: each undeclared identifier is reported only once for each function it appears in | |
configure:7471: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache Traffic Server" | |
| #define PACKAGE_TARNAME "trafficserver" | |
| #define PACKAGE_VERSION "6.0.0" | |
| #define PACKAGE_STRING "Apache Traffic Server 6.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://trafficserver.apache.org" | |
| #define PACKAGE "trafficserver" | |
| #define VERSION "6.0.0" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | |
| thisisanerror; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7471: gcc-5 -c -Wno-deprecated-declarations conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:17:9: error: 'thisisanerror' undeclared (first use in this function) | |
thisisanerror; | |
^ | |
conftest.c:17:9: note: each undeclared identifier is reported only once for each function it appears in | |
configure:7471: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache Traffic Server" | |
| #define PACKAGE_TARNAME "trafficserver" | |
| #define PACKAGE_VERSION "6.0.0" | |
| #define PACKAGE_STRING "Apache Traffic Server 6.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://trafficserver.apache.org" | |
| #define PACKAGE "trafficserver" | |
| #define VERSION "6.0.0" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | |
| thisisanerror; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7471: gcc-5 -c -Wno-deprecated-declarations conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:17:9: error: 'thisisanerror' undeclared (first use in this function) | |
thisisanerror; | |
^ | |
conftest.c:17:9: note: each undeclared identifier is reported only once for each function it appears in | |
configure:7471: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache Traffic Server" | |
| #define PACKAGE_TARNAME "trafficserver" | |
| #define PACKAGE_VERSION "6.0.0" | |
| #define PACKAGE_STRING "Apache Traffic Server 6.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://trafficserver.apache.org" | |
| #define PACKAGE "trafficserver" | |
| #define VERSION "6.0.0" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | |
| thisisanerror; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7471: gcc-5 -c -Wno-deprecated-declarations conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:17:9: error: 'thisisanerror' undeclared (first use in this function) | |
thisisanerror; | |
^ | |
conftest.c:17:9: note: each undeclared identifier is reported only once for each function it appears in | |
configure:7471: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache Traffic Server" | |
| #define PACKAGE_TARNAME "trafficserver" | |
| #define PACKAGE_VERSION "6.0.0" | |
| #define PACKAGE_STRING "Apache Traffic Server 6.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://trafficserver.apache.org" | |
| #define PACKAGE "trafficserver" | |
| #define VERSION "6.0.0" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #if !(defined(__clang__)) | |
| thisisanerror; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7471: gcc-5 -c -Wno-deprecated-declarations conftest.c >&5 | |
configure:7471: $? = 0 | |
configure:7479: result: gnu | |
configure:7502: checking whether g++-5 supports C++11 features by default | |
configure:7513: g++-5 -c -Wno-deprecated-declarations conftest.cpp >&5 | |
configure:7513: $? = 0 | |
configure:7520: result: yes | |
configure:7589: checking for std::shared_ptr | |
configure:7607: g++-5 -c -Wno-deprecated-declarations conftest.cpp >&5 | |
configure:7607: $? = 0 | |
configure:7615: result: yes | |
configure:7869: checking for ar | |
configure:7885: found /usr/bin/ar | |
configure:7896: result: ar | |
configure:7922: checking the archiver (ar) interface | |
configure:7938: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:7938: $? = 0 | |
configure:7940: ar cru libconftest.a conftest.o >&5 | |
configure:7943: $? = 0 | |
configure:7971: result: ar | |
configure:7996: checking for gawk | |
configure:8023: result: awk | |
configure:8034: checking for a sed that does not truncate output | |
configure:8098: result: /usr/local/Library/ENV/4.3/sed | |
configure:8103: checking whether ln -s works | |
configure:8107: result: yes | |
configure:8161: checking how to print strings | |
configure:8188: result: printf | |
configure:8209: checking for a sed that does not truncate output | |
configure:8273: result: /usr/local/Library/ENV/4.3/sed | |
configure:8291: checking for grep that handles long lines and -e | |
configure:8349: result: /usr/bin/grep | |
configure:8354: checking for egrep | |
configure:8416: result: /usr/bin/grep -E | |
configure:8421: checking for fgrep | |
configure:8483: result: /usr/bin/grep -F | |
configure:8518: checking for ld used by gcc-5 | |
configure:8585: result: /usr/local/Library/ENV/4.3/ld | |
configure:8592: checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld | |
configure:8607: result: no | |
configure:8619: checking for BSD- or MS-compatible name lister (nm) | |
configure:8673: result: /usr/bin/nm | |
configure:8803: checking the name lister (/usr/bin/nm) interface | |
configure:8810: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:8813: /usr/bin/nm "conftest.o" | |
configure:8816: output | |
0000000000000000 S _some_variable | |
configure:8823: result: BSD nm | |
configure:8827: checking the maximum length of command line arguments | |
configure:8958: result: 196608 | |
configure:9006: checking how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format | |
configure:9046: result: func_convert_file_noop | |
configure:9053: checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format | |
configure:9073: result: func_convert_file_noop | |
configure:9080: checking for /usr/local/Library/ENV/4.3/ld option to reload object files | |
configure:9087: result: -r | |
configure:9161: checking for objdump | |
configure:9191: result: no | |
configure:9220: checking how to recognize dependent libraries | |
configure:9420: result: pass_all | |
configure:9505: checking for dlltool | |
configure:9535: result: no | |
configure:9565: checking how to associate runtime and link libraries | |
configure:9592: result: printf %s\n | |
configure:9716: checking for archiver @FILE support | |
configure:9733: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:9733: $? = 0 | |
configure:9736: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:9739: $? = 1 | |
configure:9759: result: no | |
configure:9817: checking for strip | |
configure:9833: found /usr/bin/strip | |
configure:9844: result: strip | |
configure:9916: checking for ranlib | |
configure:9932: found /usr/bin/ranlib | |
configure:9943: result: ranlib | |
configure:10045: checking command to parse /usr/bin/nm output from gcc-5 object | |
configure:10198: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:10201: $? = 0 | |
configure:10205: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:10208: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:10198: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:10201: $? = 0 | |
configure:10205: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:10208: $? = 0 | |
configure:10274: gcc-5 -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c conftstm.o >&5 | |
configure:10277: $? = 0 | |
configure:10315: result: ok | |
configure:10362: checking for sysroot | |
configure:10392: result: no | |
configure:10399: checking for a working dd | |
configure:10437: result: /bin/dd | |
configure:10441: checking how to truncate binary pipes | |
configure:10456: result: /bin/dd bs=4096 count=1 | |
configure:10785: checking for mt | |
configure:10815: result: no | |
configure:10835: checking if : is a manifest tool | |
configure:10841: : '-?' | |
configure:10849: result: no | |
configure:10905: checking for dsymutil | |
configure:10921: found /usr/bin/dsymutil | |
configure:10932: result: dsymutil | |
configure:10997: checking for nmedit | |
configure:11013: found /usr/bin/nmedit | |
configure:11024: result: nmedit | |
configure:11089: checking for lipo | |
configure:11105: found /usr/bin/lipo | |
configure:11116: result: lipo | |
configure:11181: checking for otool | |
configure:11197: found /usr/bin/otool | |
configure:11208: result: otool | |
configure:11273: checking for otool64 | |
configure:11303: result: no | |
configure:11348: checking for -single_module linker flag | |
gcc-5 -Wno-deprecated-declarations -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:11381: result: yes | |
configure:11384: checking for -exported_symbols_list linker flag | |
configure:11404: gcc-5 -o conftest -Wno-deprecated-declarations -Ddarwin -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:11404: $? = 0 | |
configure:11414: result: yes | |
configure:11417: checking for -force_load linker flag | |
gcc-5 -Wno-deprecated-declarations -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
gcc-5 -Wno-deprecated-declarations -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:11449: result: yes | |
configure:11522: checking for ANSI C header files | |
configure:11542: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11542: $? = 0 | |
configure:11615: gcc-5 -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11615: $? = 0 | |
configure:11615: ./conftest | |
configure:11615: $? = 0 | |
configure:11626: result: yes | |
configure:11639: checking for sys/types.h | |
configure:11639: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11639: $? = 0 | |
configure:11639: result: yes | |
configure:11639: checking for sys/stat.h | |
configure:11639: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11639: $? = 0 | |
configure:11639: result: yes | |
configure:11639: checking for stdlib.h | |
configure:11639: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11639: $? = 0 | |
configure:11639: result: yes | |
configure:11639: checking for string.h | |
configure:11639: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11639: $? = 0 | |
configure:11639: result: yes | |
configure:11639: checking for memory.h | |
configure:11639: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11639: $? = 0 | |
configure:11639: result: yes | |
configure:11639: checking for strings.h | |
configure:11639: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11639: $? = 0 | |
configure:11639: result: yes | |
configure:11639: checking for inttypes.h | |
configure:11639: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11639: $? = 0 | |
configure:11639: result: yes | |
configure:11639: checking for stdint.h | |
configure:11639: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11639: $? = 0 | |
configure:11639: result: yes | |
configure:11639: checking for unistd.h | |
configure:11639: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11639: $? = 0 | |
configure:11639: result: yes | |
configure:11653: checking for dlfcn.h | |
configure:11653: gcc-5 -c -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:11653: $? = 0 | |
configure:11653: result: yes | |
configure:11889: checking for objdir | |
configure:11904: result: .libs | |
configure:12168: checking if gcc-5 supports -fno-rtti -fno-exceptions | |
configure:12186: gcc-5 -c -Wno-deprecated-declarations -Ddarwin -fno-rtti -fno-exceptions conftest.c >&5 | |
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C | |
configure:12190: $? = 0 | |
configure:12203: result: no | |
configure:12561: checking for gcc-5 option to produce PIC | |
configure:12568: result: -fno-common -DPIC | |
configure:12576: checking if gcc-5 PIC flag -fno-common -DPIC works | |
configure:12594: gcc-5 -c -Wno-deprecated-declarations -Ddarwin -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:12598: $? = 0 | |
configure:12611: result: yes | |
configure:12640: checking if gcc-5 static flag -static works | |
configure:12668: result: no | |
configure:12683: checking if gcc-5 supports -c -o file.o | |
configure:12704: gcc-5 -c -Wno-deprecated-declarations -Ddarwin -o out/conftest2.o conftest.c >&5 | |
configure:12708: $? = 0 | |
configure:12730: result: yes | |
configure:12738: checking if gcc-5 supports -c -o file.o | |
configure:12785: result: yes | |
configure:12818: checking whether the gcc-5 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries | |
configure:14077: result: yes | |
configure:14317: checking dynamic linker characteristics | |
configure:15135: result: darwin14.3.0 dyld | |
configure:15257: checking how to hardcode library paths into programs | |
configure:15282: result: immediate | |
configure:15830: checking whether stripping libraries is possible | |
configure:15844: result: yes | |
configure:15870: checking if libtool supports shared libraries | |
configure:15872: result: yes | |
configure:15875: checking whether to build shared libraries | |
configure:15900: result: yes | |
configure:15903: checking whether to build static libraries | |
configure:15907: result: no | |
configure:15930: checking how to run the C++ preprocessor | |
configure:15996: result: g++-5 -E | |
configure:16016: g++-5 -E -Ddarwin conftest.cpp | |
configure:16016: $? = 0 | |
configure:16030: g++-5 -E -Ddarwin conftest.cpp | |
conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:16030: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache Traffic Server" | |
| #define PACKAGE_TARNAME "trafficserver" | |
| #define PACKAGE_VERSION "6.0.0" | |
| #define PACKAGE_STRING "Apache Traffic Server 6.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://trafficserver.apache.org" | |
| #define PACKAGE "trafficserver" | |
| #define VERSION "6.0.0" | |
| #define HAVE_STD_SHARED_PTR 1 | |
| #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 HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:16192: checking for ld used by g++-5 | |
configure:16259: result: /usr/local/Library/ENV/4.3/ld | |
configure:16266: checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld | |
configure:16281: result: no | |
configure:16336: checking whether the g++-5 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries | |
configure:17409: result: yes | |
configure:17445: g++-5 -c -Wno-deprecated-declarations -Ddarwin conftest.cpp >&5 | |
configure:17448: $? = 0 | |
configure:17929: checking for g++-5 option to produce PIC | |
configure:17936: result: -fno-common -DPIC | |
configure:17944: checking if g++-5 PIC flag -fno-common -DPIC works | |
configure:17962: g++-5 -c -Wno-deprecated-declarations -Ddarwin -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:17966: $? = 0 | |
configure:17979: result: yes | |
configure:18002: checking if g++-5 static flag -static works | |
configure:18030: result: no | |
configure:18042: checking if g++-5 supports -c -o file.o | |
configure:18063: g++-5 -c -Wno-deprecated-declarations -Ddarwin -o out/conftest2.o conftest.cpp >&5 | |
configure:18067: $? = 0 | |
configure:18089: result: yes | |
configure:18094: checking if g++-5 supports -c -o file.o | |
configure:18141: result: yes | |
configure:18171: checking whether the g++-5 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries | |
configure:18211: result: yes | |
configure:18352: checking dynamic linker characteristics | |
configure:19097: result: darwin14.3.0 dyld | |
configure:19162: checking how to hardcode library paths into programs | |
configure:19187: result: immediate | |
configure:19250: checking for rm | |
configure:19277: result: rm -f | |
configure:19287: checking for cpp | |
configure:19303: found /usr/local/Library/ENV/4.3/cpp | |
configure:19314: result: cpp | |
configure:19365: checking for ar | |
configure:19392: result: ar | |
configure:19414: checking for library containing strerror | |
configure:19445: gcc-5 -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
configure:19445: $? = 0 | |
configure:19462: result: none required | |
configure:19506: checking for a Python interpreter with version >= 2.4 | |
configure:19523: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) | |
configure:19526: $? = 0 | |
configure:19532: result: python | |
configure:19540: checking for python | |
configure:19558: found /usr/bin/python | |
configure:19570: result: /usr/bin/python | |
configure:19590: checking for python version | |
configure:19597: result: 2.7 | |
configure:19609: checking for python platform | |
configure:19616: result: darwin | |
configure:19642: checking for python script directory | |
configure:19677: result: ${prefix}/lib/python2.7/site-packages | |
configure:19686: checking for python extension module directory | |
configure:19721: result: ${exec_prefix}/lib/python2.7/site-packages | |
configure:19752: checking for sphinx-build | |
configure:19780: result: false | |
configure:19794: checking whether to build man pages | |
configure:19819: result: no | |
configure:19831: checking for bison | |
configure:19847: found /usr/bin/bison | |
configure:19858: result: bison | |
configure:19895: checking for flex | |
configure:19911: found /usr/bin/flex | |
configure:19922: result: flex | |
configure:19960: flex conftest.l | |
configure:19964: $? = 0 | |
configure:19966: checking lex output file root | |
configure:19980: result: lex.yy | |
configure:19985: checking lex library | |
configure:19999: gcc-5 -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_yywrap", referenced from: | |
_yylex in ccNpF3Ks.o | |
_main in ccNpF3Ks.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: error: ld returned 1 exit status | |
configure:19999: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache Traffic Server" | |
| #define PACKAGE_TARNAME "trafficserver" | |
| #define PACKAGE_VERSION "6.0.0" | |
| #define PACKAGE_STRING "Apache Traffic Server 6.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://trafficserver.apache.org" | |
| #define PACKAGE "trafficserver" | |
| #define VERSION "6.0.0" | |
| #define HAVE_STD_SHARED_PTR 1 | |
| #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 HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| #line 3 "lex.yy.c" | |
| | |
| #define YY_INT_ALIGNED short int | |
| | |
| /* A lexical scanner generated by flex */ | |
| | |
| #define FLEX_SCANNER | |
| #define YY_FLEX_MAJOR_VERSION 2 | |
| #define YY_FLEX_MINOR_VERSION 5 | |
| #define YY_FLEX_SUBMINOR_VERSION 35 | |
| #if YY_FLEX_SUBMINOR_VERSION > 0 | |
| #define FLEX_BETA | |
| #endif | |
| | |
| /* First, we deal with platform-specific or compiler-specific issues. */ | |
| | |
| /* begin standard C headers. */ | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <errno.h> | |
| #include <stdlib.h> | |
| | |
| /* end standard C headers. */ | |
| | |
| /* flex integer type definitions */ | |
| | |
| #ifndef FLEXINT_H | |
| #define FLEXINT_H | |
| | |
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ | |
| | |
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | |
| | |
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | |
| * if you want the limit (max/min) macros for int types. | |
| */ | |
| #ifndef __STDC_LIMIT_MACROS | |
| #define __STDC_LIMIT_MACROS 1 | |
| #endif | |
| | |
| #include <inttypes.h> | |
| typedef int8_t flex_int8_t; | |
| typedef uint8_t flex_uint8_t; | |
| typedef int16_t flex_int16_t; | |
| typedef uint16_t flex_uint16_t; | |
| typedef int32_t flex_int32_t; | |
| typedef uint32_t flex_uint32_t; | |
| typedef uint64_t flex_uint64_t; | |
| #else | |
| typedef signed char flex_int8_t; | |
| typedef short int flex_int16_t; | |
| typedef int flex_int32_t; | |
| typedef unsigned char flex_uint8_t; | |
| typedef unsigned short int flex_uint16_t; | |
| typedef unsigned int flex_uint32_t; | |
| #endif /* ! C99 */ | |
| | |
| /* Limits of integral types. */ | |
| #ifndef INT8_MIN | |
| #define INT8_MIN (-128) | |
| #endif | |
| #ifndef INT16_MIN | |
| #define INT16_MIN (-32767-1) | |
| #endif | |
| #ifndef INT32_MIN | |
| #define INT32_MIN (-2147483647-1) | |
| #endif | |
| #ifndef INT8_MAX | |
| #define INT8_MAX (127) | |
| #endif | |
| #ifndef INT16_MAX | |
| #define INT16_MAX (32767) | |
| #endif | |
| #ifndef INT32_MAX | |
| #define INT32_MAX (2147483647) | |
| #endif | |
| #ifndef UINT8_MAX | |
| #define UINT8_MAX (255U) | |
| #endif | |
| #ifndef UINT16_MAX | |
| #define UINT16_MAX (65535U) | |
| #endif | |
| #ifndef UINT32_MAX | |
| #define UINT32_MAX (4294967295U) | |
| #endif | |
| | |
| #endif /* ! FLEXINT_H */ | |
| | |
| #ifdef __cplusplus | |
| | |
| /* The "const" storage-class-modifier is valid. */ | |
| #define YY_USE_CONST | |
| | |
| #else /* ! __cplusplus */ | |
| | |
| /* C99 requires __STDC__ to be defined as 1. */ | |
| #if defined (__STDC__) | |
| | |
| #define YY_USE_CONST | |
| | |
| #endif /* defined (__STDC__) */ | |
| #endif /* ! __cplusplus */ | |
| | |
| #ifdef YY_USE_CONST | |
| #define yyconst const | |
| #else | |
| #define yyconst | |
| #endif | |
| | |
| /* Returned upon end-of-file. */ | |
| #define YY_NULL 0 | |
| | |
| /* Promotes a possibly negative, possibly signed char to an unsigned | |
| * integer for use as an array index. If the signed char is negative, | |
| * we want to instead treat it as an 8-bit unsigned char, hence the | |
| * double cast. | |
| */ | |
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) | |
| | |
| /* Enter a start condition. This macro really ought to take a parameter, | |
| * but we do it the disgusting crufty way forced on us by the ()-less | |
| * definition of BEGIN. | |
| */ | |
| #define BEGIN (yy_start) = 1 + 2 * | |
| | |
| /* Translate the current start state into a value that can be later handed | |
| * to BEGIN to return to the state. The YYSTATE alias is for lex | |
| * compatibility. | |
| */ | |
| #define YY_START (((yy_start) - 1) / 2) | |
| #define YYSTATE YY_START | |
| | |
| /* Action number for EOF rule of a given start state. */ | |
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | |
| | |
| /* Special action meaning "start processing a new file". */ | |
| #define YY_NEW_FILE yyrestart(yyin ) | |
| | |
| #define YY_END_OF_BUFFER_CHAR 0 | |
| | |
| /* Size of default input buffer. */ | |
| #ifndef YY_BUF_SIZE | |
| #define YY_BUF_SIZE 16384 | |
| #endif | |
| | |
| /* The state buf must be large enough to hold one state per character in the main buffer. | |
| */ | |
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | |
| | |
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE | |
| #define YY_TYPEDEF_YY_BUFFER_STATE | |
| typedef struct yy_buffer_state *YY_BUFFER_STATE; | |
| #endif | |
| | |
| #ifndef YY_TYPEDEF_YY_SIZE_T | |
| #define YY_TYPEDEF_YY_SIZE_T | |
| typedef size_t yy_size_t; | |
| #endif | |
| | |
| extern yy_size_t yyleng; | |
| | |
| extern FILE *yyin, *yyout; | |
| | |
| #define EOB_ACT_CONTINUE_SCAN 0 | |
| #define EOB_ACT_END_OF_FILE 1 | |
| #define EOB_ACT_LAST_MATCH 2 | |
| | |
| #define YY_LESS_LINENO(n) | |
| | |
| /* Return all but the first "n" matched characters back to the input stream. */ | |
| #define yyless(n) \ | |
| do \ | |
| { \ | |
| /* Undo effects of setting up yytext. */ \ | |
| int yyless_macro_arg = (n); \ | |
| YY_LESS_LINENO(yyless_macro_arg);\ | |
| *yy_cp = (yy_hold_char); \ | |
| YY_RESTORE_YY_MORE_OFFSET \ | |
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | |
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | |
| } \ | |
| while ( 0 ) | |
| | |
| #define unput(c) yyunput( c, (yytext_ptr) ) | |
| | |
| #ifndef YY_STRUCT_YY_BUFFER_STATE | |
| #define YY_STRUCT_YY_BUFFER_STATE | |
| struct yy_buffer_state | |
| { | |
| FILE *yy_input_file; | |
| | |
| char *yy_ch_buf; /* input buffer */ | |
| char *yy_buf_pos; /* current position in input buffer */ | |
| | |
| /* Size of input buffer in bytes, not including room for EOB | |
| * characters. | |
| */ | |
| yy_size_t yy_buf_size; | |
| | |
| /* Number of characters read into yy_ch_buf, not including EOB | |
| * characters. | |
| */ | |
| yy_size_t yy_n_chars; | |
| | |
| /* Whether we "own" the buffer - i.e., we know we created it, | |
| * and can realloc() it to grow it, and should free() it to | |
| * delete it. | |
| */ | |
| int yy_is_our_buffer; | |
| | |
| /* Whether this is an "interactive" input source; if so, and | |
| * if we're using stdio for input, then we want to use getc() | |
| * instead of fread(), to make sure we stop fetching input after | |
| * each newline. | |
| */ | |
| int yy_is_interactive; | |
| | |
| /* Whether we're considered to be at the beginning of a line. | |
| * If so, '^' rules will be active on the next match, otherwise | |
| * not. | |
| */ | |
| int yy_at_bol; | |
| | |
| int yy_bs_lineno; /**< The line count. */ | |
| int yy_bs_column; /**< The column count. */ | |
| | |
| /* Whether to try to fill the input buffer when we reach the | |
| * end of it. | |
| */ | |
| int yy_fill_buffer; | |
| | |
| int yy_buffer_status; | |
| | |
| #define YY_BUFFER_NEW 0 | |
| #define YY_BUFFER_NORMAL 1 | |
| /* When an EOF's been seen but there's still some text to process | |
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we | |
| * shouldn't try reading from the input source any more. We might | |
| * still have a bunch of tokens to match, though, because of | |
| * possible backing-up. | |
| * | |
| * When we actually see the EOF, we change the status to "new" | |
| * (via yyrestart()), so that the user can continue scanning by | |
| * just pointing yyin at a new input file. | |
| */ | |
| #define YY_BUFFER_EOF_PENDING 2 | |
| | |
| }; | |
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | |
| | |
| /* Stack of input buffers. */ | |
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | |
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | |
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | |
| | |
| /* We provide macros for accessing buffer states in case in the | |
| * future we want to put the buffer states in a more general | |
| * "scanner state". | |
| * | |
| * Returns the top of the stack, or NULL. | |
| */ | |
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | |
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | |
| : NULL) | |
| | |
| /* Same as previous macro, but useful when we know that the buffer stack is not | |
| * NULL or when we need an lvalue. For internal use only. | |
| */ | |
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | |
| | |
| /* yy_hold_char holds the character lost when yytext is formed. */ | |
| static char yy_hold_char; | |
| static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ | |
| yy_size_t yyleng; | |
| | |
| /* Points to current character in buffer. */ | |
| static char *yy_c_buf_p = (char *) 0; | |
| static int yy_init = 0; /* whether we need to initialize */ | |
| static int yy_start = 0; /* start state number */ | |
| | |
| /* Flag which is used to allow yywrap()'s to do buffer switches | |
| * instead of setting up a fresh yyin. A bit of a hack ... | |
| */ | |
| static int yy_did_buffer_switch_on_eof; | |
| | |
| void yyrestart (FILE *input_file ); | |
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | |
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | |
| void yy_delete_buffer (YY_BUFFER_STATE b ); | |
| void yy_flush_buffer (YY_BUFFER_STATE b ); | |
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | |
| void yypop_buffer_state (void ); | |
| | |
| static void yyensure_buffer_stack (void ); | |
| static void yy_load_buffer_state (void ); | |
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | |
| | |
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | |
| | |
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | |
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | |
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); | |
| | |
| void *yyalloc (yy_size_t ); | |
| void *yyrealloc (void *,yy_size_t ); | |
| void yyfree (void * ); | |
| | |
| #define yy_new_buffer yy_create_buffer | |
| | |
| #define yy_set_interactive(is_interactive) \ | |
| { \ | |
| if ( ! YY_CURRENT_BUFFER ){ \ | |
| yyensure_buffer_stack (); \ | |
| YY_CURRENT_BUFFER_LVALUE = \ | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); \ | |
| } \ | |
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | |
| } | |
| | |
| #define yy_set_bol(at_bol) \ | |
| { \ | |
| if ( ! YY_CURRENT_BUFFER ){\ | |
| yyensure_buffer_stack (); \ | |
| YY_CURRENT_BUFFER_LVALUE = \ | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); \ | |
| } \ | |
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | |
| } | |
| | |
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | |
| | |
| /* Begin user sect3 */ | |
| | |
| typedef unsigned char YY_CHAR; | |
| | |
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | |
| | |
| typedef int yy_state_type; | |
| | |
| extern int yylineno; | |
| | |
| int yylineno = 1; | |
| | |
| extern char *yytext; | |
| #define yytext_ptr yytext | |
| | |
| static yy_state_type yy_get_previous_state (void ); | |
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | |
| static int yy_get_next_buffer (void ); | |
| static void yy_fatal_error (yyconst char msg[] ); | |
| | |
| /* Done after the current pattern has been matched and before the | |
| * corresponding action - sets up yytext. | |
| */ | |
| #define YY_DO_BEFORE_ACTION \ | |
| (yytext_ptr) = yy_bp; \ | |
| (yytext_ptr) -= (yy_more_len); \ | |
| yyleng = (yy_size_t) (yy_cp - (yytext_ptr)); \ | |
| (yy_hold_char) = *yy_cp; \ | |
| *yy_cp = '\0'; \ | |
| (yy_c_buf_p) = yy_cp; | |
| | |
| #define YY_NUM_RULES 8 | |
| #define YY_END_OF_BUFFER 9 | |
| /* This struct is not used in this scanner, | |
| but its presence is necessary. */ | |
| struct yy_trans_info | |
| { | |
| flex_int32_t yy_verify; | |
| flex_int32_t yy_nxt; | |
| }; | |
| static yyconst flex_int16_t yy_acclist[23] = | |
| { 0, | |
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | |
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | |
| 7, 8 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_accept[14] = | |
| { 0, | |
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | |
| 20, 23, 23 | |
| } ; | |
| | |
| static yyconst flex_int32_t yy_ec[256] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | |
| | |
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1 | |
| } ; | |
| | |
| static yyconst flex_int32_t yy_meta[9] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_base[13] = | |
| { 0, | |
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | |
| 10, 10 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_def[13] = | |
| { 0, | |
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | |
| 12, 0 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_nxt[19] = | |
| { 0, | |
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | |
| 12, 12, 12, 12, 12, 12, 12, 12 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_chk[19] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | |
| 12, 12, 12, 12, 12, 12, 12, 12 | |
| } ; | |
| | |
| extern int yy_flex_debug; | |
| int yy_flex_debug = 0; | |
| | |
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | |
| static char *yy_full_match; | |
| static int yy_lp; | |
| #define REJECT \ | |
| { \ | |
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | |
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | |
| ++(yy_lp); \ | |
| goto find_rule; \ | |
| } | |
| | |
| static int yy_more_flag = 0; | |
| static int yy_more_len = 0; | |
| #define yymore() ((yy_more_flag) = 1) | |
| #define YY_MORE_ADJ (yy_more_len) | |
| #define YY_RESTORE_YY_MORE_OFFSET | |
| char *yytext; | |
| #line 1 "conftest.l" | |
| #line 469 "lex.yy.c" | |
| | |
| #define INITIAL 0 | |
| | |
| #ifndef YY_NO_UNISTD_H | |
| /* Special case for "unistd.h", since it is non-ANSI. We include it way | |
| * down here because we want the user's section 1 to have been scanned first. | |
| * The user has a chance to override it with an option. | |
| */ | |
| #include <unistd.h> | |
| #endif | |
| | |
| #ifndef YY_EXTRA_TYPE | |
| #define YY_EXTRA_TYPE void * | |
| #endif | |
| | |
| static int yy_init_globals (void ); | |
| | |
| /* Accessor methods to globals. | |
| These are made visible to non-reentrant scanners for convenience. */ | |
| | |
| int yylex_destroy (void ); | |
| | |
| int yyget_debug (void ); | |
| | |
| void yyset_debug (int debug_flag ); | |
| | |
| YY_EXTRA_TYPE yyget_extra (void ); | |
| | |
| void yyset_extra (YY_EXTRA_TYPE user_defined ); | |
| | |
| FILE *yyget_in (void ); | |
| | |
| void yyset_in (FILE * in_str ); | |
| | |
| FILE *yyget_out (void ); | |
| | |
| void yyset_out (FILE * out_str ); | |
| | |
| yy_size_t yyget_leng (void ); | |
| | |
| char *yyget_text (void ); | |
| | |
| int yyget_lineno (void ); | |
| | |
| void yyset_lineno (int line_number ); | |
| | |
| /* Macros after this point can all be overridden by user definitions in | |
| * section 1. | |
| */ | |
| | |
| #ifndef YY_SKIP_YYWRAP | |
| #ifdef __cplusplus | |
| extern "C" int yywrap (void ); | |
| #else | |
| extern int yywrap (void ); | |
| #endif | |
| #endif | |
| | |
| static void yyunput (int c,char *buf_ptr ); | |
| | |
| #ifndef yytext_ptr | |
| static void yy_flex_strncpy (char *,yyconst char *,int ); | |
| #endif | |
| | |
| #ifdef YY_NEED_STRLEN | |
| static int yy_flex_strlen (yyconst char * ); | |
| #endif | |
| | |
| #ifndef YY_NO_INPUT | |
| | |
| #ifdef __cplusplus | |
| static int yyinput (void ); | |
| #else | |
| static int input (void ); | |
| #endif | |
| | |
| #endif | |
| | |
| /* Amount of stuff to slurp up with each read. */ | |
| #ifndef YY_READ_BUF_SIZE | |
| #define YY_READ_BUF_SIZE 8192 | |
| #endif | |
| | |
| /* Copy whatever the last rule matched to the standard output. */ | |
| #ifndef ECHO | |
| /* This used to be an fputs(), but since the string might contain NUL's, | |
| * we now use fwrite(). | |
| */ | |
| #define ECHO fwrite( yytext, yyleng, 1, yyout ) | |
| #endif | |
| | |
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | |
| * is returned in "result". | |
| */ | |
| #ifndef YY_INPUT | |
| #define YY_INPUT(buf,result,max_size) \ | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | |
| { \ | |
| int c = '*'; \ | |
| yy_size_t n; \ | |
| for ( n = 0; n < max_size && \ | |
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | |
| buf[n] = (char) c; \ | |
| if ( c == '\n' ) \ | |
| buf[n++] = (char) c; \ | |
| if ( c == EOF && ferror( yyin ) ) \ | |
| YY_FATAL_ERROR( "input in flex scanner failed" ); \ | |
| result = n; \ | |
| } \ | |
| else \ | |
| { \ | |
| errno=0; \ | |
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | |
| { \ | |
| if( errno != EINTR) \ | |
| { \ | |
| YY_FATAL_ERROR( "input in flex scanner failed" ); \ | |
| break; \ | |
| } \ | |
| errno=0; \ | |
| clearerr(yyin); \ | |
| } \ | |
| }\ | |
| \ | |
| | |
| #endif | |
| | |
| /* No semi-colon after return; correct usage is to write "yyterminate();" - | |
| * we don't want an extra ';' after the "return" because that will cause | |
| * some compilers to complain about unreachable statements. | |
| */ | |
| #ifndef yyterminate | |
| #define yyterminate() return YY_NULL | |
| #endif | |
| | |
| /* Number of entries by which start-condition stack grows. */ | |
| #ifndef YY_START_STACK_INCR | |
| #define YY_START_STACK_INCR 25 | |
| #endif | |
| | |
| /* Report a fatal error. */ | |
| #ifndef YY_FATAL_ERROR | |
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | |
| #endif | |
| | |
| /* end tables serialization structures and prototypes */ | |
| | |
| /* Default declaration of generated scanner - a define so the user can | |
| * easily add parameters. | |
| */ | |
| #ifndef YY_DECL | |
| #define YY_DECL_IS_OURS 1 | |
| | |
| extern int yylex (void); | |
| | |
| #define YY_DECL int yylex (void) | |
| #endif /* !YY_DECL */ | |
| | |
| /* Code executed at the beginning of each rule, after yytext and yyleng | |
| * have been set up. | |
| */ | |
| #ifndef YY_USER_ACTION | |
| #define YY_USER_ACTION | |
| #endif | |
| | |
| /* Code executed at the end of each rule. */ | |
| #ifndef YY_BREAK | |
| #define YY_BREAK break; | |
| #endif | |
| | |
| #define YY_RULE_SETUP \ | |
| YY_USER_ACTION | |
| | |
| /** The main scanner function which does all the work. | |
| */ | |
| YY_DECL | |
| { | |
| register yy_state_type yy_current_state; | |
| register char *yy_cp, *yy_bp; | |
| register int yy_act; | |
| | |
| #line 1 "conftest.l" | |
| | |
| #line 653 "lex.yy.c" | |
| | |
| if ( !(yy_init) ) | |
| { | |
| (yy_init) = 1; | |
| | |
| #ifdef YY_USER_INIT | |
| YY_USER_INIT; | |
| #endif | |
| | |
| /* Create the reject buffer large enough to save one state per allowed character. */ | |
| if ( ! (yy_state_buf) ) | |
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | |
| if ( ! (yy_state_buf) ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | |
| | |
| if ( ! (yy_start) ) | |
| (yy_start) = 1; /* first start state */ | |
| | |
| if ( ! yyin ) | |
| yyin = stdin; | |
| | |
| if ( ! yyout ) | |
| yyout = stdout; | |
| | |
| if ( ! YY_CURRENT_BUFFER ) { | |
| yyensure_buffer_stack (); | |
| YY_CURRENT_BUFFER_LVALUE = | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); | |
| } | |
| | |
| yy_load_buffer_state( ); | |
| } | |
| | |
| while ( 1 ) /* loops until end-of-file is reached */ | |
| { | |
| (yy_more_len) = 0; | |
| if ( (yy_more_flag) ) | |
| { | |
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); | |
| (yy_more_flag) = 0; | |
| } | |
| yy_cp = (yy_c_buf_p); | |
| | |
| /* Support of yytext. */ | |
| *yy_cp = (yy_hold_char); | |
| | |
| /* yy_bp points to the position in yy_ch_buf of the start of | |
| * the current run. | |
| */ | |
| yy_bp = yy_cp; | |
| | |
| yy_current_state = (yy_start); | |
| | |
| (yy_state_ptr) = (yy_state_buf); | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| yy_match: | |
| do | |
| { | |
| register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[(unsigned int) yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | |
| *(yy_state_ptr)++ = yy_current_state; | |
| ++yy_cp; | |
| } | |
| while ( yy_base[yy_current_state] != 10 ); | |
| | |
| yy_find_action: | |
| yy_current_state = *--(yy_state_ptr); | |
| (yy_lp) = yy_accept[yy_current_state]; | |
| goto find_rule; /* Shut up GCC warning -Wall */ | |
| find_rule: /* we branch to this label when backing up */ | |
| for ( ; ; ) /* until we find what rule we matched */ | |
| { | |
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | |
| { | |
| yy_act = yy_acclist[(yy_lp)]; | |
| { | |
| (yy_full_match) = yy_cp; | |
| break; | |
| } | |
| } | |
| --yy_cp; | |
| yy_current_state = *--(yy_state_ptr); | |
| (yy_lp) = yy_accept[yy_current_state]; | |
| } | |
| | |
| YY_DO_BEFORE_ACTION; | |
| | |
| do_action: /* This label is used only to access EOF actions. */ | |
| | |
| switch ( yy_act ) | |
| { /* beginning of action switch */ | |
| case 1: | |
| YY_RULE_SETUP | |
| #line 2 "conftest.l" | |
| { ECHO; } | |
| YY_BREAK | |
| case 2: | |
| YY_RULE_SETUP | |
| #line 3 "conftest.l" | |
| { REJECT; } | |
| YY_BREAK | |
| case 3: | |
| YY_RULE_SETUP | |
| #line 4 "conftest.l" | |
| { yymore (); } | |
| YY_BREAK | |
| case 4: | |
| YY_RULE_SETUP | |
| #line 5 "conftest.l" | |
| { yyless (1); } | |
| YY_BREAK | |
| case 5: | |
| YY_RULE_SETUP | |
| #line 6 "conftest.l" | |
| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | |
| yyless ((input () != 0)); } | |
| YY_BREAK | |
| case 6: | |
| YY_RULE_SETUP | |
| #line 8 "conftest.l" | |
| { unput (yytext[0]); } | |
| YY_BREAK | |
| case 7: | |
| YY_RULE_SETUP | |
| #line 9 "conftest.l" | |
| { BEGIN INITIAL; } | |
| YY_BREAK | |
| case 8: | |
| YY_RULE_SETUP | |
| #line 10 "conftest.l" | |
| ECHO; | |
| YY_BREAK | |
| #line 793 "lex.yy.c" | |
| case YY_STATE_EOF(INITIAL): | |
| yyterminate(); | |
| | |
| case YY_END_OF_BUFFER: | |
| { | |
| /* Amount of text matched not including the EOB char. */ | |
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | |
| | |
| /* Undo the effects of YY_DO_BEFORE_ACTION. */ | |
| *yy_cp = (yy_hold_char); | |
| YY_RESTORE_YY_MORE_OFFSET | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | |
| { | |
| /* We're scanning a new file or input source. It's | |
| * possible that this happened because the user | |
| * just pointed yyin at a new source and called | |
| * yylex(). If so, then we have to assure | |
| * consistency between YY_CURRENT_BUFFER and our | |
| * globals. Here is the right place to do so, because | |
| * this is the first action (other than possibly a | |
| * back-up) that will match for the new input source. | |
| */ | |
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | |
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | |
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | |
| } | |
| | |
| /* Note that here we test for yy_c_buf_p "<=" to the position | |
| * of the first EOB in the buffer, since yy_c_buf_p will | |
| * already have been incremented past the NUL character | |
| * (since all states make transitions on EOB to the | |
| * end-of-buffer state). Contrast this with the test | |
| * in input(). | |
| */ | |
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | |
| { /* This was really a NUL. */ | |
| yy_state_type yy_next_state; | |
| | |
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| /* Okay, we're now positioned to make the NUL | |
| * transition. We couldn't have | |
| * yy_get_previous_state() go ahead and do it | |
| * for us because it doesn't know how to deal | |
| * with the possibility of jamming (and we don't | |
| * want to build jamming into it because then it | |
| * will run more slowly). | |
| */ | |
| | |
| yy_next_state = yy_try_NUL_trans( yy_current_state ); | |
| | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| | |
| if ( yy_next_state ) | |
| { | |
| /* Consume the NUL. */ | |
| yy_cp = ++(yy_c_buf_p); | |
| yy_current_state = yy_next_state; | |
| goto yy_match; | |
| } | |
| | |
| else | |
| { | |
| yy_cp = (yy_c_buf_p); | |
| goto yy_find_action; | |
| } | |
| } | |
| | |
| else switch ( yy_get_next_buffer( ) ) | |
| { | |
| case EOB_ACT_END_OF_FILE: | |
| { | |
| (yy_did_buffer_switch_on_eof) = 0; | |
| | |
| if ( yywrap( ) ) | |
| { | |
| /* Note: because we've taken care in | |
| * yy_get_next_buffer() to have set up | |
| * yytext, we can now set up | |
| * yy_c_buf_p so that if some total | |
| * hoser (like flex itself) wants to | |
| * call the scanner after we return the | |
| * YY_NULL, it'll still work - another | |
| * YY_NULL will get returned. | |
| */ | |
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | |
| | |
| yy_act = YY_STATE_EOF(YY_START); | |
| goto do_action; | |
| } | |
| | |
| else | |
| { | |
| if ( ! (yy_did_buffer_switch_on_eof) ) | |
| YY_NEW_FILE; | |
| } | |
| break; | |
| } | |
| | |
| case EOB_ACT_CONTINUE_SCAN: | |
| (yy_c_buf_p) = | |
| (yytext_ptr) + yy_amount_of_matched_text; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| yy_cp = (yy_c_buf_p); | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| goto yy_match; | |
| | |
| case EOB_ACT_LAST_MATCH: | |
| (yy_c_buf_p) = | |
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| yy_cp = (yy_c_buf_p); | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| goto yy_find_action; | |
| } | |
| break; | |
| } | |
| | |
| default: | |
| YY_FATAL_ERROR( | |
| "fatal flex scanner internal error--no action found" ); | |
| } /* end of action switch */ | |
| } /* end of scanning one token */ | |
| } /* end of yylex */ | |
| | |
| /* yy_get_next_buffer - try to read in a new buffer | |
| * | |
| * Returns a code representing an action: | |
| * EOB_ACT_LAST_MATCH - | |
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | |
| * EOB_ACT_END_OF_FILE - end of file | |
| */ | |
| static int yy_get_next_buffer (void) | |
| { | |
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | |
| register char *source = (yytext_ptr); | |
| register int number_to_move, i; | |
| int ret_val; | |
| | |
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | |
| YY_FATAL_ERROR( | |
| "fatal flex scanner internal error--end of buffer missed" ); | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | |
| { /* Don't try to fill the buffer, so this is an EOF. */ | |
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | |
| { | |
| /* We matched a single character, the EOB, so | |
| * treat this as a final EOF. | |
| */ | |
| return EOB_ACT_END_OF_FILE; | |
| } | |
| | |
| else | |
| { | |
| /* We matched some text prior to the EOB, first | |
| * process it. | |
| */ | |
| return EOB_ACT_LAST_MATCH; | |
| } | |
| } | |
| | |
| /* Try to read more data. */ | |
| | |
| /* First move last chars to start of buffer. */ | |
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; | |
| | |
| for ( i = 0; i < number_to_move; ++i ) | |
| *(dest++) = *(source++); | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | |
| /* don't do the read, it's not guaranteed to return an EOF, | |
| * just force an EOF | |
| */ | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | |
| | |
| else | |
| { | |
| yy_size_t num_to_read = | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | |
| | |
| while ( num_to_read <= 0 ) | |
| { /* Not enough room in the buffer - grow it. */ | |
| | |
| YY_FATAL_ERROR( | |
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | |
| | |
| } | |
| | |
| if ( num_to_read > YY_READ_BUF_SIZE ) | |
| num_to_read = YY_READ_BUF_SIZE; | |
| | |
| /* Read in more data. */ | |
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | |
| (yy_n_chars), num_to_read ); | |
| | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | |
| } | |
| | |
| if ( (yy_n_chars) == 0 ) | |
| { | |
| if ( number_to_move == YY_MORE_ADJ ) | |
| { | |
| ret_val = EOB_ACT_END_OF_FILE; | |
| yyrestart(yyin ); | |
| } | |
| | |
| else | |
| { | |
| ret_val = EOB_ACT_LAST_MATCH; | |
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | |
| YY_BUFFER_EOF_PENDING; | |
| } | |
| } | |
| | |
| else | |
| ret_val = EOB_ACT_CONTINUE_SCAN; | |
| | |
| if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | |
| /* Extend the array by 50%, plus the number we really need. */ | |
| yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); | |
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | |
| } | |
| | |
| (yy_n_chars) += number_to_move; | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | |
| | |
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | |
| | |
| return ret_val; | |
| } | |
| | |
| /* yy_get_previous_state - get the state just before the EOB char was reached */ | |
| | |
| static yy_state_type yy_get_previous_state (void) | |
| { | |
| register yy_state_type yy_current_state; | |
| register char *yy_cp; | |
| | |
| yy_current_state = (yy_start); | |
| | |
| (yy_state_ptr) = (yy_state_buf); | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | |
| { | |
| register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[(unsigned int) yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | |
| *(yy_state_ptr)++ = yy_current_state; | |
| } | |
| | |
| return yy_current_state; | |
| } | |
| | |
| /* yy_try_NUL_trans - try to make a transition on the NUL character | |
| * | |
| * synopsis | |
| * next_state = yy_try_NUL_trans( current_state ); | |
| */ | |
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | |
| { | |
| register int yy_is_jam; | |
| | |
| register YY_CHAR yy_c = 1; | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[(unsigned int) yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | |
| yy_is_jam = (yy_current_state == 12); | |
| if ( ! yy_is_jam ) | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| return yy_is_jam ? 0 : yy_current_state; | |
| } | |
| | |
| static void yyunput (int c, register char * yy_bp ) | |
| { | |
| register char *yy_cp; | |
| | |
| yy_cp = (yy_c_buf_p); | |
| | |
| /* undo effects of setting up yytext */ | |
| *yy_cp = (yy_hold_char); | |
| | |
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | |
| { /* need to shift things up to make room */ | |
| /* +2 for EOB chars. */ | |
| register yy_size_t number_to_move = (yy_n_chars) + 2; | |
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | |
| register char *source = | |
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | |
| | |
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | |
| *--dest = *--source; | |
| | |
| yy_cp += (int) (dest - source); | |
| yy_bp += (int) (dest - source); | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | |
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | |
| | |
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | |
| YY_FATAL_ERROR( "flex scanner push-back overflow" ); | |
| } | |
| | |
| *--yy_cp = (char) c; | |
| | |
| (yytext_ptr) = yy_bp; | |
| (yy_hold_char) = *yy_cp; | |
| (yy_c_buf_p) = yy_cp; | |
| } | |
| | |
| #ifndef YY_NO_INPUT | |
| #ifdef __cplusplus | |
| static int yyinput (void) | |
| #else | |
| static int input (void) | |
| #endif | |
| | |
| { | |
| int c; | |
| | |
| *(yy_c_buf_p) = (yy_hold_char); | |
| | |
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | |
| { | |
| /* yy_c_buf_p now points to the character we want to return. | |
| * If this occurs *before* the EOB characters, then it's a | |
| * valid NUL; if not, then we've hit the end of the buffer. | |
| */ | |
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | |
| /* This was really a NUL. */ | |
| *(yy_c_buf_p) = '\0'; | |
| | |
| else | |
| { /* need more input */ | |
| yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); | |
| ++(yy_c_buf_p); | |
| | |
| switch ( yy_get_next_buffer( ) ) | |
| { | |
| case EOB_ACT_LAST_MATCH: | |
| /* This happens because yy_g_n_b() | |
| * sees that we've accumulated a | |
| * token and flags that we need to | |
| * try matching the token before | |
| * proceeding. But for input(), | |
| * there's no matching to consider. | |
| * So convert the EOB_ACT_LAST_MATCH | |
| * to EOB_ACT_END_OF_FILE. | |
| */ | |
| | |
| /* Reset buffer status. */ | |
| yyrestart(yyin ); | |
| | |
| /*FALLTHROUGH*/ | |
| | |
| case EOB_ACT_END_OF_FILE: | |
| { | |
| if ( yywrap( ) ) | |
| return 0; | |
| | |
| if ( ! (yy_did_buffer_switch_on_eof) ) | |
| YY_NEW_FILE; | |
| #ifdef __cplusplus | |
| return yyinput(); | |
| #else | |
| return input(); | |
| #endif | |
| } | |
| | |
| case EOB_ACT_CONTINUE_SCAN: | |
| (yy_c_buf_p) = (yytext_ptr) + offset; | |
| break; | |
| } | |
| } | |
| } | |
| | |
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | |
| *(yy_c_buf_p) = '\0'; /* preserve yytext */ | |
| (yy_hold_char) = *++(yy_c_buf_p); | |
| | |
| return c; | |
| } | |
| #endif /* ifndef YY_NO_INPUT */ | |
| | |
| /** Immediately switch to a different input stream. | |
| * @param input_file A readable stream. | |
| * | |
| * @note This function does not reset the start condition to @c INITIAL . | |
| */ | |
| void yyrestart (FILE * input_file ) | |
| { | |
| | |
| if ( ! YY_CURRENT_BUFFER ){ | |
| yyensure_buffer_stack (); | |
| YY_CURRENT_BUFFER_LVALUE = | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); | |
| } | |
| | |
| yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | |
| yy_load_buffer_state( ); | |
| } | |
| | |
| /** Switch to a different input buffer. | |
| * @param new_buffer The new input buffer. | |
| * | |
| */ | |
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | |
| { | |
| | |
| /* TODO. We should be able to replace this entire function body | |
| * with | |
| * yypop_buffer_state(); | |
| * yypush_buffer_state(new_buffer); | |
| */ | |
| yyensure_buffer_stack (); | |
| if ( YY_CURRENT_BUFFER == new_buffer ) | |
| return; | |
| | |
| if ( YY_CURRENT_BUFFER ) | |
| { | |
| /* Flush out information for old buffer. */ | |
| *(yy_c_buf_p) = (yy_hold_char); | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | |
| } | |
| | |
| YY_CURRENT_BUFFER_LVALUE = new_buffer; | |
| yy_load_buffer_state( ); | |
| | |
| /* We don't actually know whether we did this switch during | |
| * EOF (yywrap()) processing, but the only time this flag | |
| * is looked at is after yywrap() is called, so it's safe | |
| * to go ahead and always set it. | |
| */ | |
| (yy_did_buffer_switch_on_eof) = 1; | |
| } | |
| | |
| static void yy_load_buffer_state (void) | |
| { | |
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | |
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | |
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | |
| (yy_hold_char) = *(yy_c_buf_p); | |
| } | |
| | |
| /** Allocate and initialize an input buffer state. | |
| * @param file A readable stream. | |
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | |
| * | |
| * @return the allocated buffer state. | |
| */ | |
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | |
| { | |
| YY_BUFFER_STATE b; | |
| | |
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | |
| if ( ! b ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | |
| | |
| b->yy_buf_size = size; | |
| | |
| /* yy_ch_buf has to be 2 characters longer than the size given because | |
| * we need to put in 2 end-of-buffer characters. | |
| */ | |
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | |
| if ( ! b->yy_ch_buf ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | |
| | |
| b->yy_is_our_buffer = 1; | |
| | |
| yy_init_buffer(b,file ); | |
| | |
| return b; | |
| } | |
| | |
| /** Destroy the buffer. | |
| * @param b a buffer created with yy_create_buffer() | |
| * | |
| */ | |
| void yy_delete_buffer (YY_BUFFER_STATE b ) | |
| { | |
| | |
| if ( ! b ) | |
| return; | |
| | |
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | |
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | |
| | |
| if ( b->yy_is_our_buffer ) | |
| yyfree((void *) b->yy_ch_buf ); | |
| | |
| yyfree((void *) b ); | |
| } | |
| | |
| #ifndef __cplusplus | |
| extern int isatty (int ); | |
| #endif /* __cplusplus */ | |
| | |
| /* Initializes or reinitializes a buffer. | |
| * This function is sometimes called more than once on the same buffer, | |
| * such as during a yyrestart() or at EOF. | |
| */ | |
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | |
| | |
| { | |
| int oerrno = errno; | |
| | |
| yy_flush_buffer(b ); | |
| | |
| b->yy_input_file = file; | |
| b->yy_fill_buffer = 1; | |
| | |
| /* If b is the current buffer, then yy_init_buffer was _probably_ | |
| * called from yyrestart() or through yy_get_next_buffer. | |
| * In that case, we don't want to reset the lineno or column. | |
| */ | |
| if (b != YY_CURRENT_BUFFER){ | |
| b->yy_bs_lineno = 1; | |
| b->yy_bs_column = 0; | |
| } | |
| | |
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | |
| | |
| errno = oerrno; | |
| } | |
| | |
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | |
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | |
| * | |
| */ | |
| void yy_flush_buffer (YY_BUFFER_STATE b ) | |
| { | |
| if ( ! b ) | |
| return; | |
| | |
| b->yy_n_chars = 0; | |
| | |
| /* We always need two end-of-buffer characters. The first causes | |
| * a transition to the end-of-buffer state. The second causes | |
| * a jam in that state. | |
| */ | |
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | |
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | |
| | |
| b->yy_buf_pos = &b->yy_ch_buf[0]; | |
| | |
| b->yy_at_bol = 1; | |
| b->yy_buffer_status = YY_BUFFER_NEW; | |
| | |
| if ( b == YY_CURRENT_BUFFER ) | |
| yy_load_buffer_state( ); | |
| } | |
| | |
| /** Pushes the new state onto the stack. The new state becomes | |
| * the current state. This function will allocate the stack | |
| * if necessary. | |
| * @param new_buffer The new state. | |
| * | |
| */ | |
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | |
| { | |
| if (new_buffer == NULL) | |
| return; | |
| | |
| yyensure_buffer_stack(); | |
| | |
| /* This block is copied from yy_switch_to_buffer. */ | |
| if ( YY_CURRENT_BUFFER ) | |
| { | |
| /* Flush out information for old buffer. */ | |
| *(yy_c_buf_p) = (yy_hold_char); | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | |
| } | |
| | |
| /* Only push if top exists. Otherwise, replace top. */ | |
| if (YY_CURRENT_BUFFER) | |
| (yy_buffer_stack_top)++; | |
| YY_CURRENT_BUFFER_LVALUE = new_buffer; | |
| | |
| /* copied from yy_switch_to_buffer. */ | |
| yy_load_buffer_state( ); | |
| (yy_did_buffer_switch_on_eof) = 1; | |
| } | |
| | |
| /** Removes and deletes the top of the stack, if present. | |
| * The next element becomes the new top. | |
| * | |
| */ | |
| void yypop_buffer_state (void) | |
| { | |
| if (!YY_CURRENT_BUFFER) | |
| return; | |
| | |
| yy_delete_buffer(YY_CURRENT_BUFFER ); | |
| YY_CURRENT_BUFFER_LVALUE = NULL; | |
| if ((yy_buffer_stack_top) > 0) | |
| --(yy_buffer_stack_top); | |
| | |
| if (YY_CURRENT_BUFFER) { | |
| yy_load_buffer_state( ); | |
| (yy_did_buffer_switch_on_eof) = 1; | |
| } | |
| } | |
| | |
| /* Allocates the stack if it does not exist. | |
| * Guarantees space for at least one push. | |
| */ | |
| static void yyensure_buffer_stack (void) | |
| { | |
| yy_size_t num_to_alloc; | |
| | |
| if (!(yy_buffer_stack)) { | |
| | |
| /* First allocation is just for 2 elements, since we don't know if this | |
| * scanner will even need a stack. We use 2 instead of 1 to avoid an | |
| * immediate realloc on the next call. | |
| */ | |
| num_to_alloc = 1; | |
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | |
| (num_to_alloc * sizeof(struct yy_buffer_state*) | |
| ); | |
| if ( ! (yy_buffer_stack) ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | |
| | |
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | |
| | |
| (yy_buffer_stack_max) = num_to_alloc; | |
| (yy_buffer_stack_top) = 0; | |
| return; | |
| } | |
| | |
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | |
| | |
| /* Increase the buffer to prepare for a possible push. */ | |
| int grow_size = 8 /* arbitrary grow size */; | |
| | |
| num_to_alloc = (yy_buffer_stack_max) + grow_size; | |
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | |
| ((yy_buffer_stack), | |
| num_to_alloc * sizeof(struct yy_buffer_state*) | |
| ); | |
| if ( ! (yy_buffer_stack) ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | |
| | |
| /* zero only the new slots.*/ | |
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | |
| (yy_buffer_stack_max) = num_to_alloc; | |
| } | |
| } | |
| | |
| /** Setup the input buffer state to scan directly from a user-specified character buffer. | |
| * @param base the character buffer | |
| * @param size the size in bytes of the character buffer | |
| * | |
| * @return the newly allocated buffer state object. | |
| */ | |
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | |
| { | |
| YY_BUFFER_STATE b; | |
| | |
| if ( size < 2 || | |
| base[size-2] != YY_END_OF_BUFFER_CHAR || | |
| base[size-1] != YY_END_OF_BUFFER_CHAR ) | |
| /* They forgot to leave room for the EOB's. */ | |
| return 0; | |
| | |
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | |
| if ( ! b ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | |
| | |
| b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ | |
| b->yy_buf_pos = b->yy_ch_buf = base; | |
| b->yy_is_our_buffer = 0; | |
| b->yy_input_file = 0; | |
| b->yy_n_chars = b->yy_buf_size; | |
| b->yy_is_interactive = 0; | |
| b->yy_at_bol = 1; | |
| b->yy_fill_buffer = 0; | |
| b->yy_buffer_status = YY_BUFFER_NEW; | |
| | |
| yy_switch_to_buffer(b ); | |
| | |
| return b; | |
| } | |
| | |
| /** Setup the input buffer state to scan a string. The next call to yylex() will | |
| * scan from a @e copy of @a str. | |
| * @param yystr a NUL-terminated string to scan | |
| * | |
| * @return the newly allocated buffer state object. | |
| * @note If you want to scan bytes that may contain NUL values, then use | |
| * yy_scan_bytes() instead. | |
| */ | |
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) | |
| { | |
| | |
| return yy_scan_bytes(yystr,strlen(yystr) ); | |
| } | |
| | |
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | |
| * scan from a @e copy of @a bytes. | |
| * @param bytes the byte buffer to scan | |
| * @param len the number of bytes in the buffer pointed to by @a bytes. | |
| * | |
| * @return the newly allocated buffer state object. | |
| */ | |
| YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) | |
| { | |
| YY_BUFFER_STATE b; | |
| char *buf; | |
| yy_size_t n, i; | |
| | |
| /* Get memory for full buffer, including space for trailing EOB's. */ | |
| n = _yybytes_len + 2; | |
| buf = (char *) yyalloc(n ); | |
| if ( ! buf ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | |
| | |
| for ( i = 0; i < _yybytes_len; ++i ) | |
| buf[i] = yybytes[i]; | |
| | |
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | |
| | |
| b = yy_scan_buffer(buf,n ); | |
| if ( ! b ) | |
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | |
| | |
| /* It's okay to grow etc. this buffer, and we should throw it | |
| * away when we're done. | |
| */ | |
| b->yy_is_our_buffer = 1; | |
| | |
| return b; | |
| } | |
| | |
| #ifndef YY_EXIT_FAILURE | |
| #define YY_EXIT_FAILURE 2 | |
| #endif | |
| | |
| static void yy_fatal_error (yyconst char* msg ) | |
| { | |
| (void) fprintf( stderr, "%s\n", msg ); | |
| exit( YY_EXIT_FAILURE ); | |
| } | |
| | |
| /* Redefine yyless() so it works in section 3 code. */ | |
| | |
| #undef yyless | |
| #define yyless(n) \ | |
| do \ | |
| { \ | |
| /* Undo effects of setting up yytext. */ \ | |
| int yyless_macro_arg = (n); \ | |
| YY_LESS_LINENO(yyless_macro_arg);\ | |
| yytext[yyleng] = (yy_hold_char); \ | |
| (yy_c_buf_p) = yytext + yyless_macro_arg; \ | |
| (yy_hold_char) = *(yy_c_buf_p); \ | |
| *(yy_c_buf_p) = '\0'; \ | |
| yyleng = yyless_macro_arg; \ | |
| } \ | |
| while ( 0 ) | |
| | |
| /* Accessor methods (get/set functions) to struct members. */ | |
| | |
| /** Get the current line number. | |
| * | |
| */ | |
| int yyget_lineno (void) | |
| { | |
| | |
| return yylineno; | |
| } | |
| | |
| /** Get the input stream. | |
| * | |
| */ | |
| FILE *yyget_in (void) | |
| { | |
| return yyin; | |
| } | |
| | |
| /** Get the output stream. | |
| * | |
| */ | |
| FILE *yyget_out (void) | |
| { | |
| return yyout; | |
| } | |
| | |
| /** Get the length of the current token. | |
| * | |
| */ | |
| yy_size_t yyget_leng (void) | |
| { | |
| return yyleng; | |
| } | |
| | |
| /** Get the current token. | |
| * | |
| */ | |
| | |
| char *yyget_text (void) | |
| { | |
| return yytext; | |
| } | |
| | |
| /** Set the current line number. | |
| * @param line_number | |
| * | |
| */ | |
| void yyset_lineno (int line_number ) | |
| { | |
| | |
| yylineno = line_number; | |
| } | |
| | |
| /** Set the input stream. This does not discard the current | |
| * input buffer. | |
| * @param in_str A readable stream. | |
| * | |
| * @see yy_switch_to_buffer | |
| */ | |
| void yyset_in (FILE * in_str ) | |
| { | |
| yyin = in_str ; | |
| } | |
| | |
| void yyset_out (FILE * out_str ) | |
| { | |
| yyout = out_str ; | |
| } | |
| | |
| int yyget_debug (void) | |
| { | |
| return yy_flex_debug; | |
| } | |
| | |
| void yyset_debug (int bdebug ) | |
| { | |
| yy_flex_debug = bdebug ; | |
| } | |
| | |
| static int yy_init_globals (void) | |
| { | |
| /* Initialization is the same as for the non-reentrant scanner. | |
| * This function is called from yylex_destroy(), so don't allocate here. | |
| */ | |
| | |
| (yy_buffer_stack) = 0; | |
| (yy_buffer_stack_top) = 0; | |
| (yy_buffer_stack_max) = 0; | |
| (yy_c_buf_p) = (char *) 0; | |
| (yy_init) = 0; | |
| (yy_start) = 0; | |
| | |
| (yy_state_buf) = 0; | |
| (yy_state_ptr) = 0; | |
| (yy_full_match) = 0; | |
| (yy_lp) = 0; | |
| | |
| /* Defined in main.c */ | |
| #ifdef YY_STDINIT | |
| yyin = stdin; | |
| yyout = stdout; | |
| #else | |
| yyin = (FILE *) 0; | |
| yyout = (FILE *) 0; | |
| #endif | |
| | |
| /* For future reference: Set errno on error, since we are called by | |
| * yylex_init() | |
| */ | |
| return 0; | |
| } | |
| | |
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | |
| int yylex_destroy (void) | |
| { | |
| | |
| /* Pop the buffer stack, destroying each element. */ | |
| while(YY_CURRENT_BUFFER){ | |
| yy_delete_buffer(YY_CURRENT_BUFFER ); | |
| YY_CURRENT_BUFFER_LVALUE = NULL; | |
| yypop_buffer_state(); | |
| } | |
| | |
| /* Destroy the stack itself. */ | |
| yyfree((yy_buffer_stack) ); | |
| (yy_buffer_stack) = NULL; | |
| | |
| yyfree ( (yy_state_buf) ); | |
| (yy_state_buf) = NULL; | |
| | |
| /* Reset the globals. This is important in a non-reentrant scanner so the next time | |
| * yylex() is called, initialization will occur. */ | |
| yy_init_globals( ); | |
| | |
| return 0; | |
| } | |
| | |
| /* | |
| * Internal utility routines. | |
| */ | |
| | |
| #ifndef yytext_ptr | |
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | |
| { | |
| register int i; | |
| for ( i = 0; i < n; ++i ) | |
| s1[i] = s2[i]; | |
| } | |
| #endif | |
| | |
| #ifdef YY_NEED_STRLEN | |
| static int yy_flex_strlen (yyconst char * s ) | |
| { | |
| register int n; | |
| for ( n = 0; s[n]; ++n ) | |
| ; | |
| | |
| return n; | |
| } | |
| #endif | |
| | |
| void *yyalloc (yy_size_t size ) | |
| { | |
| return (void *) malloc( size ); | |
| } | |
| | |
| void *yyrealloc (void * ptr, yy_size_t size ) | |
| { | |
| /* The cast to (char *) in the following accommodates both | |
| * implementations that use char* generic pointers, and those | |
| * that use void* generic pointers. It works with the latter | |
| * because both ANSI C and C++ allow castless assignment from | |
| * any pointer type to void*, and deal with argument conversions | |
| * as though doing an assignment. | |
| */ | |
| return (void *) realloc( (char *) ptr, size ); | |
| } | |
| | |
| void yyfree (void * ptr ) | |
| { | |
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | |
| } | |
| | |
| #define YYTABLES_NAME "yytables" | |
| | |
| #line 10 "conftest.l" | |
| | |
| | |
| #ifdef YYTEXT_POINTER | |
| extern char *yytext; | |
| #endif | |
| int | |
| main (void) | |
| { | |
| return ! yylex () + ! yywrap (); | |
| } | |
configure:19999: gcc-5 -o conftest -Wno-deprecated-declarations -Ddarwin conftest.c -lfl >&5 | |
ld: library not found for -lfl | |
collect2: error: ld returned 1 exit status | |
configure:19999: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "Apache Traffic Server" | |
| #define PACKAGE_TARNAME "trafficserver" | |
| #define PACKAGE_VERSION "6.0.0" | |
| #define PACKAGE_STRING "Apache Traffic Server 6.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://trafficserver.apache.org" | |
| #define PACKAGE "trafficserver" | |
| #define VERSION "6.0.0" | |
| #define HAVE_STD_SHARED_PTR 1 | |
| #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 HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| | |
| #line 3 "lex.yy.c" | |
| | |
| #define YY_INT_ALIGNED short int | |
| | |
| /* A lexical scanner generated by flex */ | |
| | |
| #define FLEX_SCANNER | |
| #define YY_FLEX_MAJOR_VERSION 2 | |
| #define YY_FLEX_MINOR_VERSION 5 | |
| #define YY_FLEX_SUBMINOR_VERSION 35 | |
| #if YY_FLEX_SUBMINOR_VERSION > 0 | |
| #define FLEX_BETA | |
| #endif | |
| | |
| /* First, we deal with platform-specific or compiler-specific issues. */ | |
| | |
| /* begin standard C headers. */ | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <errno.h> | |
| #include <stdlib.h> | |
| | |
| /* end standard C headers. */ | |
| | |
| /* flex integer type definitions */ | |
| | |
| #ifndef FLEXINT_H | |
| #define FLEXINT_H | |
| | |
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ | |
| | |
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | |
| | |
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | |
| * if you want the limit (max/min) macros for int types. | |
| */ | |
| #ifndef __STDC_LIMIT_MACROS | |
| #define __STDC_LIMIT_MACROS 1 | |
| #endif | |
| | |
| #include <inttypes.h> | |
| typedef int8_t flex_int8_t; | |
| typedef uint8_t flex_uint8_t; | |
| typedef int16_t flex_int16_t; | |
| typedef uint16_t flex_uint16_t; | |
| typedef int32_t flex_int32_t; | |
| typedef uint32_t flex_uint32_t; | |
| typedef uint64_t flex_uint64_t; | |
| #else | |
| typedef signed char flex_int8_t; | |
| typedef short int flex_int16_t; | |
| typedef int flex_int32_t; | |
| typedef unsigned char flex_uint8_t; | |
| typedef unsigned short int flex_uint16_t; | |
| typedef unsigned int flex_uint32_t; | |
| #endif /* ! C99 */ | |
| | |
| /* Limits of integral types. */ | |
| #ifndef INT8_MIN | |
| #define INT8_MIN (-128) | |
| #endif | |
| #ifndef INT16_MIN | |
| #define INT16_MIN (-32767-1) | |
| #endif | |
| #ifndef INT32_MIN | |
| #define INT32_MIN (-2147483647-1) | |
| #endif | |
| #ifndef INT8_MAX | |
| #define INT8_MAX (127) | |
| #endif | |
| #ifndef INT16_MAX | |
| #define INT16_MAX (32767) | |
| #endif | |
| #ifndef INT32_MAX | |
| #define INT32_MAX (2147483647) | |
| #endif | |
| #ifndef UINT8_MAX | |
| #define UINT8_MAX (255U) | |
| #endif | |
| #ifndef UINT16_MAX | |
| #define UINT16_MAX (65535U) | |
| #endif | |
| #ifndef UINT32_MAX | |
| #define UINT32_MAX (4294967295U) | |
| #endif | |
| | |
| #endif /* ! FLEXINT_H */ | |
| | |
| #ifdef __cplusplus | |
| | |
| /* The "const" storage-class-modifier is valid. */ | |
| #define YY_USE_CONST | |
| | |
| #else /* ! __cplusplus */ | |
| | |
| /* C99 requires __STDC__ to be defined as 1. */ | |
| #if defined (__STDC__) | |
| | |
| #define YY_USE_CONST | |
| | |
| #endif /* defined (__STDC__) */ | |
| #endif /* ! __cplusplus */ | |
| | |
| #ifdef YY_USE_CONST | |
| #define yyconst const | |
| #else | |
| #define yyconst | |
| #endif | |
| | |
| /* Returned upon end-of-file. */ | |
| #define YY_NULL 0 | |
| | |
| /* Promotes a possibly negative, possibly signed char to an unsigned | |
| * integer for use as an array index. If the signed char is negative, | |
| * we want to instead treat it as an 8-bit unsigned char, hence the | |
| * double cast. | |
| */ | |
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) | |
| | |
| /* Enter a start condition. This macro really ought to take a parameter, | |
| * but we do it the disgusting crufty way forced on us by the ()-less | |
| * definition of BEGIN. | |
| */ | |
| #define BEGIN (yy_start) = 1 + 2 * | |
| | |
| /* Translate the current start state into a value that can be later handed | |
| * to BEGIN to return to the state. The YYSTATE alias is for lex | |
| * compatibility. | |
| */ | |
| #define YY_START (((yy_start) - 1) / 2) | |
| #define YYSTATE YY_START | |
| | |
| /* Action number for EOF rule of a given start state. */ | |
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | |
| | |
| /* Special action meaning "start processing a new file". */ | |
| #define YY_NEW_FILE yyrestart(yyin ) | |
| | |
| #define YY_END_OF_BUFFER_CHAR 0 | |
| | |
| /* Size of default input buffer. */ | |
| #ifndef YY_BUF_SIZE | |
| #define YY_BUF_SIZE 16384 | |
| #endif | |
| | |
| /* The state buf must be large enough to hold one state per character in the main buffer. | |
| */ | |
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | |
| | |
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE | |
| #define YY_TYPEDEF_YY_BUFFER_STATE | |
| typedef struct yy_buffer_state *YY_BUFFER_STATE; | |
| #endif | |
| | |
| #ifndef YY_TYPEDEF_YY_SIZE_T | |
| #define YY_TYPEDEF_YY_SIZE_T | |
| typedef size_t yy_size_t; | |
| #endif | |
| | |
| extern yy_size_t yyleng; | |
| | |
| extern FILE *yyin, *yyout; | |
| | |
| #define EOB_ACT_CONTINUE_SCAN 0 | |
| #define EOB_ACT_END_OF_FILE 1 | |
| #define EOB_ACT_LAST_MATCH 2 | |
| | |
| #define YY_LESS_LINENO(n) | |
| | |
| /* Return all but the first "n" matched characters back to the input stream. */ | |
| #define yyless(n) \ | |
| do \ | |
| { \ | |
| /* Undo effects of setting up yytext. */ \ | |
| int yyless_macro_arg = (n); \ | |
| YY_LESS_LINENO(yyless_macro_arg);\ | |
| *yy_cp = (yy_hold_char); \ | |
| YY_RESTORE_YY_MORE_OFFSET \ | |
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | |
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | |
| } \ | |
| while ( 0 ) | |
| | |
| #define unput(c) yyunput( c, (yytext_ptr) ) | |
| | |
| #ifndef YY_STRUCT_YY_BUFFER_STATE | |
| #define YY_STRUCT_YY_BUFFER_STATE | |
| struct yy_buffer_state | |
| { | |
| FILE *yy_input_file; | |
| | |
| char *yy_ch_buf; /* input buffer */ | |
| char *yy_buf_pos; /* current position in input buffer */ | |
| | |
| /* Size of input buffer in bytes, not including room for EOB | |
| * characters. | |
| */ | |
| yy_size_t yy_buf_size; | |
| | |
| /* Number of characters read into yy_ch_buf, not including EOB | |
| * characters. | |
| */ | |
| yy_size_t yy_n_chars; | |
| | |
| /* Whether we "own" the buffer - i.e., we know we created it, | |
| * and can realloc() it to grow it, and should free() it to | |
| * delete it. | |
| */ | |
| int yy_is_our_buffer; | |
| | |
| /* Whether this is an "interactive" input source; if so, and | |
| * if we're using stdio for input, then we want to use getc() | |
| * instead of fread(), to make sure we stop fetching input after | |
| * each newline. | |
| */ | |
| int yy_is_interactive; | |
| | |
| /* Whether we're considered to be at the beginning of a line. | |
| * If so, '^' rules will be active on the next match, otherwise | |
| * not. | |
| */ | |
| int yy_at_bol; | |
| | |
| int yy_bs_lineno; /**< The line count. */ | |
| int yy_bs_column; /**< The column count. */ | |
| | |
| /* Whether to try to fill the input buffer when we reach the | |
| * end of it. | |
| */ | |
| int yy_fill_buffer; | |
| | |
| int yy_buffer_status; | |
| | |
| #define YY_BUFFER_NEW 0 | |
| #define YY_BUFFER_NORMAL 1 | |
| /* When an EOF's been seen but there's still some text to process | |
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we | |
| * shouldn't try reading from the input source any more. We might | |
| * still have a bunch of tokens to match, though, because of | |
| * possible backing-up. | |
| * | |
| * When we actually see the EOF, we change the status to "new" | |
| * (via yyrestart()), so that the user can continue scanning by | |
| * just pointing yyin at a new input file. | |
| */ | |
| #define YY_BUFFER_EOF_PENDING 2 | |
| | |
| }; | |
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | |
| | |
| /* Stack of input buffers. */ | |
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | |
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | |
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | |
| | |
| /* We provide macros for accessing buffer states in case in the | |
| * future we want to put the buffer states in a more general | |
| * "scanner state". | |
| * | |
| * Returns the top of the stack, or NULL. | |
| */ | |
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | |
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | |
| : NULL) | |
| | |
| /* Same as previous macro, but useful when we know that the buffer stack is not | |
| * NULL or when we need an lvalue. For internal use only. | |
| */ | |
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | |
| | |
| /* yy_hold_char holds the character lost when yytext is formed. */ | |
| static char yy_hold_char; | |
| static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ | |
| yy_size_t yyleng; | |
| | |
| /* Points to current character in buffer. */ | |
| static char *yy_c_buf_p = (char *) 0; | |
| static int yy_init = 0; /* whether we need to initialize */ | |
| static int yy_start = 0; /* start state number */ | |
| | |
| /* Flag which is used to allow yywrap()'s to do buffer switches | |
| * instead of setting up a fresh yyin. A bit of a hack ... | |
| */ | |
| static int yy_did_buffer_switch_on_eof; | |
| | |
| void yyrestart (FILE *input_file ); | |
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | |
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | |
| void yy_delete_buffer (YY_BUFFER_STATE b ); | |
| void yy_flush_buffer (YY_BUFFER_STATE b ); | |
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | |
| void yypop_buffer_state (void ); | |
| | |
| static void yyensure_buffer_stack (void ); | |
| static void yy_load_buffer_state (void ); | |
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | |
| | |
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | |
| | |
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | |
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | |
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); | |
| | |
| void *yyalloc (yy_size_t ); | |
| void *yyrealloc (void *,yy_size_t ); | |
| void yyfree (void * ); | |
| | |
| #define yy_new_buffer yy_create_buffer | |
| | |
| #define yy_set_interactive(is_interactive) \ | |
| { \ | |
| if ( ! YY_CURRENT_BUFFER ){ \ | |
| yyensure_buffer_stack (); \ | |
| YY_CURRENT_BUFFER_LVALUE = \ | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); \ | |
| } \ | |
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | |
| } | |
| | |
| #define yy_set_bol(at_bol) \ | |
| { \ | |
| if ( ! YY_CURRENT_BUFFER ){\ | |
| yyensure_buffer_stack (); \ | |
| YY_CURRENT_BUFFER_LVALUE = \ | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); \ | |
| } \ | |
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | |
| } | |
| | |
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | |
| | |
| /* Begin user sect3 */ | |
| | |
| typedef unsigned char YY_CHAR; | |
| | |
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | |
| | |
| typedef int yy_state_type; | |
| | |
| extern int yylineno; | |
| | |
| int yylineno = 1; | |
| | |
| extern char *yytext; | |
| #define yytext_ptr yytext | |
| | |
| static yy_state_type yy_get_previous_state (void ); | |
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | |
| static int yy_get_next_buffer (void ); | |
| static void yy_fatal_error (yyconst char msg[] ); | |
| | |
| /* Done after the current pattern has been matched and before the | |
| * corresponding action - sets up yytext. | |
| */ | |
| #define YY_DO_BEFORE_ACTION \ | |
| (yytext_ptr) = yy_bp; \ | |
| (yytext_ptr) -= (yy_more_len); \ | |
| yyleng = (yy_size_t) (yy_cp - (yytext_ptr)); \ | |
| (yy_hold_char) = *yy_cp; \ | |
| *yy_cp = '\0'; \ | |
| (yy_c_buf_p) = yy_cp; | |
| | |
| #define YY_NUM_RULES 8 | |
| #define YY_END_OF_BUFFER 9 | |
| /* This struct is not used in this scanner, | |
| but its presence is necessary. */ | |
| struct yy_trans_info | |
| { | |
| flex_int32_t yy_verify; | |
| flex_int32_t yy_nxt; | |
| }; | |
| static yyconst flex_int16_t yy_acclist[23] = | |
| { 0, | |
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | |
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | |
| 7, 8 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_accept[14] = | |
| { 0, | |
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | |
| 20, 23, 23 | |
| } ; | |
| | |
| static yyconst flex_int32_t yy_ec[256] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | |
| | |
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1 | |
| } ; | |
| | |
| static yyconst flex_int32_t yy_meta[9] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_base[13] = | |
| { 0, | |
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | |
| 10, 10 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_def[13] = | |
| { 0, | |
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | |
| 12, 0 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_nxt[19] = | |
| { 0, | |
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | |
| 12, 12, 12, 12, 12, 12, 12, 12 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_chk[19] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | |
| 12, 12, 12, 12, 12, 12, 12, 12 | |
| } ; | |
| | |
| extern int yy_flex_debug; | |
| int yy_flex_debug = 0; | |
| | |
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | |
| static char *yy_full_match; | |
| static int yy_lp; | |
| #define REJECT \ | |
| { \ | |
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | |
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | |
| ++(yy_lp); \ | |
| goto find_rule; \ | |
| } | |
| | |
| static int yy_more_flag = 0; | |
| static int yy_more_len = 0; | |
| #define yymore() ((yy_more_flag) = 1) | |
| #define YY_MORE_ADJ (yy_more_len) | |
| #define YY_RESTORE_YY_MORE_OFFSET | |
| char *yytext; | |
| #line 1 "conftest.l" | |
| #line 469 "lex.yy.c" | |
| | |
| #define INITIAL 0 | |
| | |
| #ifndef YY_NO_UNISTD_H | |
| /* Special case for "unistd.h", since it is non-ANSI. We include it way | |
| * down here because we want the user's section 1 to have been scanned first. | |
| * The user has a chance to override it with an option. | |
| */ | |
| #include <unistd.h> | |
| #endif | |
| | |
| #ifndef YY_EXTRA_TYPE | |
| #define YY_EXTRA_TYPE void * | |
| #endif | |
| | |
| static int yy_init_globals (void ); | |
| | |
| /* Accessor methods to globals. | |
| These are made visible to non-reentrant scanners for convenience. */ | |
| | |
| int yylex_destroy (void ); | |
| | |
| int yyget_debug (void ); | |
| | |
| void yyset_debug (int debug_flag ); | |
| | |
| YY_EXTRA_TYPE yyget_extra (void ); | |
| | |
| void yyset_extra (YY_EXTRA_TYPE user_defined ); | |
| | |
| FILE *yyget_in (void ); | |
| | |
| void yyset_in (FILE * in_str ); | |
| | |
| FILE *yyget_out (void ); | |
| | |
| void yyset_out (FILE * out_str ); | |
| | |
| yy_size_t yyget_leng (void ); | |
| | |
| char *yyget_text (void ); | |
| | |
| int yyget_lineno (void ); | |
| | |
| void yyset_lineno (int line_number ); | |
| | |
| /* Macros after this point can all be overridden by user definitions in | |
| * section 1. | |
| */ | |
| | |
| #ifndef YY_SKIP_YYWRAP | |
| #ifdef __cplusplus | |
| extern "C" int yywrap (void ); | |
| #else | |
| extern int yywrap (void ); | |
| #endif | |
| #endif | |
| | |
| static void yyunput (int c,char *buf_ptr ); | |
| | |
| #ifndef yytext_ptr | |
| static void yy_flex_strncpy (char *,yyconst char *,int ); | |
| #endif | |
| | |
| #ifdef YY_NEED_STRLEN | |
| static int yy_flex_strlen (yyconst char * ); | |
| #endif | |
| | |
| #ifndef YY_NO_INPUT | |
| | |
| #ifdef __cplusplus | |
| static int yyinput (void ); | |
| #else | |
| static int input (void ); | |
| #endif | |
| | |
| #endif | |
| | |
| /* Amount of stuff to slurp up with each read. */ | |
| #ifndef YY_READ_BUF_SIZE | |
| #define YY_READ_BUF_SIZE 8192 | |
| #endif | |
| | |
| /* Copy whatever the last rule matched to the standard output. */ | |
| #ifndef ECHO | |
| /* This used to be an fputs(), but since the string might contain NUL's, | |
| * we now use fwrite(). | |
| */ | |
| #define ECHO fwrite( yytext, yyleng, 1, yyout ) | |
| #endif | |
| | |
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | |
| * is returned in "result". | |
| */ | |
| #ifndef YY_INPUT | |
| #define YY_INPUT(buf,result,max_size) \ | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | |
| { \ | |
| int c = '*'; \ | |
| yy_size_t n; \ | |
| for ( n = 0; n < max_size && \ | |
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | |
| buf[n] = (char) c; \ | |
| if ( c == '\n' ) \ | |
| buf[n++] = (char) c; \ | |
| if ( c == EOF && ferror( yyin ) ) \ | |
| YY_FATAL_ERROR( "input in flex scanner failed" ); \ | |
| result = n; \ | |
| } \ | |
| else \ | |
| { \ | |
| errno=0; \ | |
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | |
| { \ | |
| if( errno != EINTR) \ | |
| { \ | |
| YY_FATAL_ERROR( "input in flex scanner failed" ); \ | |
| break; \ | |
| } \ | |
| errno=0; \ | |
| clearerr(yyin); \ | |
| } \ | |
| }\ | |
| \ | |
| | |
| #endif | |
| | |
| /* No semi-colon after return; correct usage is to write "yyterminate();" - | |
| * we don't want an extra ';' after the "return" because that will cause | |
| * some compilers to complain about unreachable statements. | |
| */ | |
| #ifndef yyterminate | |
| #define yyterminate() return YY_NULL | |
| #endif | |
| | |
| /* Number of entries by which start-condition stack grows. */ | |
| #ifndef YY_START_STACK_INCR | |
| #define YY_START_STACK_INCR 25 | |
| #endif | |
| | |
| /* Report a fatal error. */ | |
| #ifndef YY_FATAL_ERROR | |
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | |
| #endif | |
| | |
| /* end tables serialization structures and prototypes */ | |
| | |
| /* Default declaration of generated scanner - a define so the user can | |
| * easily add parameters. | |
| */ | |
| #ifndef YY_DECL | |
| #define YY_DECL_IS_OURS 1 | |
| | |
| extern int yylex (void); | |
| | |
| #define YY_DECL int yylex (void) | |
| #endif /* !YY_DECL */ | |
| | |
| /* Code executed at the beginning of each rule, after yytext and yyleng | |
| * have been set up. | |
| */ | |
| #ifndef YY_USER_ACTION | |
| #define YY_USER_ACTION | |
| #endif | |
| | |
| /* Code executed at the end of each rule. */ | |
| #ifndef YY_BREAK | |
| #define YY_BREAK break; | |
| #endif | |
| | |
| #define YY_RULE_SETUP \ | |
| YY_USER_ACTION | |
| | |
| /** The main scanner function which does all the work. | |
| */ | |
| YY_DECL | |
| { | |
| register yy_state_type yy_current_state; | |
| register char *yy_cp, *yy_bp; | |
| register int yy_act; | |
| | |
| #line 1 "conftest.l" | |
| | |
| #line 653 "lex.yy.c" | |
| | |
| if ( !(yy_init) ) | |
| { | |
| (yy_init) = 1; | |
| | |
| #ifdef YY_USER_INIT | |
| YY_USER_INIT; | |
| #endif | |
| | |
| /* Create the reject buffer large enough to save one state per allowed character. */ | |
| if ( ! (yy_state_buf) ) | |
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | |
| if ( ! (yy_state_buf) ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | |
| | |
| if ( ! (yy_start) ) | |
| (yy_start) = 1; /* first start state */ | |
| | |
| if ( ! yyin ) | |
| yyin = stdin; | |
| | |
| if ( ! yyout ) | |
| yyout = stdout; | |
| | |
| if ( ! YY_CURRENT_BUFFER ) { | |
| yyensure_buffer_stack (); | |
| YY_CURRENT_BUFFER_LVALUE = | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); | |
| } | |
| | |
| yy_load_buffer_state( ); | |
| } | |
| | |
| while ( 1 ) /* loops until end-of-file is reached */ | |
| { | |
| (yy_more_len) = 0; | |
| if ( (yy_more_flag) ) | |
| { | |
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); | |
| (yy_more_flag) = 0; | |
| } | |
| yy_cp = (yy_c_buf_p); | |
| | |
| /* Support of yytext. */ | |
| *yy_cp = (yy_hold_char); | |
| | |
| /* yy_bp points to the position in yy_ch_buf of the start of | |
| * the current run. | |
| */ | |
| yy_bp = yy_cp; | |
| | |
| yy_current_state = (yy_start); | |
| | |
| (yy_state_ptr) = (yy_state_buf); | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| yy_match: | |
| do | |
| { | |
| register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[(unsigned int) yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | |
| *(yy_state_ptr)++ = yy_current_state; | |
| ++yy_cp; | |
| } | |
| while ( yy_base[yy_current_state] != 10 ); | |
| | |
| yy_find_action: | |
| yy_current_state = *--(yy_state_ptr); | |
| (yy_lp) = yy_accept[yy_current_state]; | |
| goto find_rule; /* Shut up GCC warning -Wall */ | |
| find_rule: /* we branch to this label when backing up */ | |
| for ( ; ; ) /* until we find what rule we matched */ | |
| { | |
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | |
| { | |
| yy_act = yy_acclist[(yy_lp)]; | |
| { | |
| (yy_full_match) = yy_cp; | |
| break; | |
| } | |
| } | |
| --yy_cp; | |
| yy_current_state = *--(yy_state_ptr); | |
| (yy_lp) = yy_accept[yy_current_state]; | |
| } | |
| | |
| YY_DO_BEFORE_ACTION; | |
| | |
| do_action: /* This label is used only to access EOF actions. */ | |
| | |
| switch ( yy_act ) | |
| { /* beginning of action switch */ | |
| case 1: | |
| YY_RULE_SETUP | |
| #line 2 "conftest.l" | |
| { ECHO; } | |
| YY_BREAK | |
| case 2: | |
| YY_RULE_SETUP | |
| #line 3 "conftest.l" | |
| { REJECT; } | |
| YY_BREAK | |
| case 3: | |
| YY_RULE_SETUP | |
| #line 4 "conftest.l" | |
| { yymore (); } | |
| YY_BREAK | |
| case 4: | |
| YY_RULE_SETUP | |
| #line 5 "conftest.l" | |
| { yyless (1); } | |
| YY_BREAK | |
| case 5: | |
| YY_RULE_SETUP | |
| #line 6 "conftest.l" | |
| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | |
| yyless ((input () != 0)); } | |
| YY_BREAK | |
| case 6: | |
| YY_RULE_SETUP | |
| #line 8 "conftest.l" | |
| { unput (yytext[0]); } | |
| YY_BREAK | |
| case 7: | |
| YY_RULE_SETUP | |
| #line 9 "conftest.l" | |
| { BEGIN INITIAL; } | |
| YY_BREAK | |
| case 8: | |
| YY_RULE_SETUP | |
| #line 10 "conftest.l" | |
| ECHO; | |
| YY_BREAK | |
| #line 793 "lex.yy.c" | |
| case YY_STATE_EOF(INITIAL): | |
| yyterminate(); | |
| | |
| case YY_END_OF_BUFFER: | |
| { | |
| /* Amount of text matched not including the EOB char. */ | |
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | |
| | |
| /* Undo the effects of YY_DO_BEFORE_ACTION. */ | |
| *yy_cp = (yy_hold_char); | |
| YY_RESTORE_YY_MORE_OFFSET | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | |
| { | |
| /* We're scanning a new file or input source. It's | |
| * possible that this happened because the user | |
| * just pointed yyin at a new source and called | |
| * yylex(). If so, then we have to assure | |
| * consistency between YY_CURRENT_BUFFER and our | |
| * globals. Here is the right place to do so, because | |
| * this is the first action (other than possibly a | |
| * back-up) that will match for the new input source. | |
| */ | |
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | |
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | |
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | |
| } | |
| | |
| /* Note that here we test for yy_c_buf_p "<=" to the position | |
| * of the first EOB in the buffer, since yy_c_buf_p will | |
| * already have been incremented past the NUL character | |
| * (since all states make transitions on EOB to the | |
| * end-of-buffer state). Contrast this with the test | |
| * in input(). | |
| */ | |
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | |
| { /* This was really a NUL. */ | |
| yy_state_type yy_next_state; | |
| | |
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| /* Okay, we're now positioned to make the NUL | |
| * transition. We couldn't have | |
| * yy_get_previous_state() go ahead and do it | |
| * for us because it doesn't know how to deal | |
| * with the possibility of jamming (and we don't | |
| * want to build jamming into it because then it | |
| * will run more slowly). | |
| */ | |
| | |
| yy_next_state = yy_try_NUL_trans( yy_current_state ); | |
| | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| | |
| if ( yy_next_state ) | |
| { | |
| /* Consume the NUL. */ | |
| yy_cp = ++(yy_c_buf_p); | |
| yy_current_state = yy_next_state; | |
| goto yy_match; | |
| } | |
| | |
| else | |
| { | |
| yy_cp = (yy_c_buf_p); | |
| goto yy_find_action; | |
| } | |
| } | |
| | |
| else switch ( yy_get_next_buffer( ) ) | |
| { | |
| case EOB_ACT_END_OF_FILE: | |
| { | |
| (yy_did_buffer_switch_on_eof) = 0; | |
| | |
| if ( yywrap( ) ) | |
| { | |
| /* Note: because we've taken care in | |
| * yy_get_next_buffer() to have set up | |
| * yytext, we can now set up | |
| * yy_c_buf_p so that if some total | |
| * hoser (like flex itself) wants to | |
| * call the scanner after we return the | |
| * YY_NULL, it'll still work - another | |
| * YY_NULL will get returned. | |
| */ | |
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | |
| | |
| yy_act = YY_STATE_EOF(YY_START); | |
| goto do_action; | |
| } | |
| | |
| else | |
| { | |
| if ( ! (yy_did_buffer_switch_on_eof) ) | |
| YY_NEW_FILE; | |
| } | |
| break; | |
| } | |
| | |
| case EOB_ACT_CONTINUE_SCAN: | |
| (yy_c_buf_p) = | |
| (yytext_ptr) + yy_amount_of_matched_text; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| yy_cp = (yy_c_buf_p); | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| goto yy_match; | |
| | |
| case EOB_ACT_LAST_MATCH: | |
| (yy_c_buf_p) = | |
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| yy_cp = (yy_c_buf_p); | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| goto yy_find_action; | |
| } | |
| break; | |
| } | |
| | |
| default: | |
| YY_FATAL_ERROR( | |
| "fatal flex scanner internal error--no action found" ); | |
| } /* end of action switch */ | |
| } /* end of scanning one token */ | |
| } /* end of yylex */ | |
| | |
| /* yy_get_next_buffer - try to read in a new buffer | |
| * | |
| * Returns a code representing an action: | |
| * EOB_ACT_LAST_MATCH - | |
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | |
| * EOB_ACT_END_OF_FILE - end of file | |
| */ | |
| static int yy_get_next_buffer (void) | |
| { | |
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | |
| register char *source = (yytext_ptr); | |
| register int number_to_move, i; | |
| int ret_val; | |
| | |
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | |
| YY_FATAL_ERROR( | |
| "fatal flex scanner internal error--end of buffer missed" ); | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | |
| { /* Don't try to fill the buffer, so this is an EOF. */ | |
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | |
| { | |
| /* We matched a single character, the EOB, so | |
| * treat this as a final EOF. | |
| */ | |
| return EOB_ACT_END_OF_FILE; | |
| } | |
| | |
| else | |
| { | |
| /* We matched some text prior to the EOB, first | |
| * process it. | |
| */ | |
| return EOB_ACT_LAST_MATCH; | |
| } | |
| } | |
| | |
| /* Try to read more data. */ | |
| | |
| /* First move last chars to start of buffer. */ | |
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; | |
| | |
| for ( i = 0; i < number_to_move; ++i ) | |
| *(dest++) = *(source++); | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | |
| /* don't do the read, it's not guaranteed to return an EOF, | |
| * just force an EOF | |
| */ | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | |
| | |
| else | |
| { | |
| yy_size_t num_to_read = | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | |
| | |
| while ( num_to_read <= 0 ) | |
| { /* Not enough room in the buffer - grow it. */ | |
| | |
| YY_FATAL_ERROR( | |
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | |
| | |
| } | |
| | |
| if ( num_to_read > YY_READ_BUF_SIZE ) | |
| num_to_read = YY_READ_BUF_SIZE; | |
| | |
| /* Read in more data. */ | |
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | |
| (yy_n_chars), num_to_read ); | |
| | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | |
| } | |
| | |
| if ( (yy_n_chars) == 0 ) | |
| { | |
| if ( number_to_move == YY_MORE_ADJ ) | |
| { | |
| ret_val = EOB_ACT_END_OF_FILE; | |
| yyrestart(yyin ); | |
| } | |
| | |
| else | |
| { | |
| ret_val = EOB_ACT_LAST_MATCH; | |
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | |
| YY_BUFFER_EOF_PENDING; | |
| } | |
| } | |
| | |
| else | |
| ret_val = EOB_ACT_CONTINUE_SCAN; | |
| | |
| if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | |
| /* Extend the array by 50%, plus the number we really need. */ | |
| yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); | |
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | |
| } | |
| | |
| (yy_n_chars) += number_to_move; | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | |
| | |
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | |
| | |
| return ret_val; | |
| } | |
| | |
| /* yy_get_previous_state - get the state just before the EOB char was reached */ | |
| | |
| static yy_state_type yy_get_previous_state (void) | |
| { | |
| register yy_state_type yy_current_state; | |
| register char *yy_cp; | |
| | |
| yy_current_state = (yy_start); | |
| | |
| (yy_state_ptr) = (yy_state_buf); | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | |
| { | |
| register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[(unsigned int) yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | |
| *(yy_state_ptr)++ = yy_current_state; | |
| } | |
| | |
| return yy_current_state; | |
| } | |
| | |
| /* yy_try_NUL_trans - try to make a transition on the NUL character | |
| * | |
| * synopsis | |
| * next_state = yy_try_NUL_trans( current_state ); | |
| */ | |
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | |
| { | |
| register int yy_is_jam; | |
| | |
| register YY_CHAR yy_c = 1; | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[(unsigned int) yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | |
| yy_is_jam = (yy_current_state == 12); | |
| if ( ! yy_is_jam ) | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| return yy_is_jam ? 0 : yy_current_state; | |
| } | |
| | |
| static void yyunput (int c, register char * yy_bp ) | |
| { | |
| register char *yy_cp; | |
| | |
| yy_cp = (yy_c_buf_p); | |
| | |
| /* undo effects of setting up yytext */ | |
| *yy_cp = (yy_hold_char); | |
| | |
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | |
| { /* need to shift things up to make room */ | |
| /* +2 for EOB chars. */ | |
| register yy_size_t number_to_move = (yy_n_chars) + 2; | |
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | |
| register char *source = | |
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | |
| | |
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | |
| *--dest = *--source; | |
| | |
| yy_cp += (int) (dest - source); | |
| yy_bp += (int) (dest - source); | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | |
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | |
| | |
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | |
| YY_FATAL_ERROR( "flex scanner push-back overflow" ); | |
| } | |
| | |
| *--yy_cp = (char) c; | |
| | |
| (yytext_ptr) = yy_bp; | |
| (yy_hold_char) = *yy_cp; | |
| (yy_c_buf_p) = yy_cp; | |
| } | |
| | |
| #ifndef YY_NO_INPUT | |
| #ifdef __cplusplus | |
| static int yyinput (void) | |
| #else | |
| static int input (void) | |
| #endif | |
| | |
| { | |
| int c; | |
| | |
| *(yy_c_buf_p) = (yy_hold_char); | |
| | |
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | |
| { | |
| /* yy_c_buf_p now points to the character we want to return. | |
| * If this occurs *before* the EOB characters, then it's a | |
| * valid NUL; if not, then we've hit the end of the buffer. | |
| */ | |
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | |
| /* This was really a NUL. */ | |
| *(yy_c_buf_p) = '\0'; | |
| | |
| else | |
| { /* need more input */ | |
| yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); | |
| ++(yy_c_buf_p); | |
| | |
| switch ( yy_get_next_buffer( ) ) | |
| { | |
| case EOB_ACT_LAST_MATCH: | |
| /* This happens because yy_g_n_b() | |
| * sees that we've accumulated a | |
| * token and flags that we need to | |
| * try matching the token before | |
| * proceeding. But for input(), | |
| * there's no matching to consider. | |
| * So convert the EOB_ACT_LAST_MATCH | |
| * to EOB_ACT_END_OF_FILE. | |
| */ | |
| | |
| /* Reset buffer status. */ | |
| yyrestart(yyin ); | |
| | |
| /*FALLTHROUGH*/ | |
| | |
| case EOB_ACT_END_OF_FILE: | |
| { | |
| if ( yywrap( ) ) | |
| return 0; | |
| | |
| if ( ! (yy_did_buffer_switch_on_eof) ) | |
| YY_NEW_FILE; | |
| #ifdef __cplusplus | |
| return yyinput(); | |
| #else | |
| return input(); | |
| #endif | |
| } | |
| | |
| case EOB_ACT_CONTINUE_SCAN: | |
| (yy_c_buf_p) = (yytext_ptr) + offset; | |
| break; | |
| } | |
| } | |
| } | |
| | |
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | |
| *(yy_c_buf_p) = '\0'; /* preserve yytext */ | |
| (yy_hold_char) = *++(yy_c_buf_p); | |
| | |
| return c; | |
| } | |
| #endif /* ifndef YY_NO_INPUT */ | |
| | |
| /** Immediately switch to a different input stream. | |
| * @param input_file A readable stream. | |
| * | |
| * @note This function does not reset the start condition to @c INITIAL . | |
| */ | |
| void yyrestart (FILE * input_file ) | |
| { | |
| | |
| if ( ! YY_CURRENT_BUFFER ){ | |
| yyensure_buffer_stack (); | |
| YY_CURRENT_BUFFER_LVALUE = | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); | |
| } | |
| | |
| yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | |
| yy_load_buffer_state( ); | |
| } | |
| | |
| /** Switch to a different input buffer. | |
| * @param new_buffer The new input buffer. | |
| * | |
| */ | |
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | |
| { | |
| | |
| /* TODO. We should be able to replace this entire function body | |
| * with | |
| * yypop_buffer_state(); | |
| * yypush_buffer_state(new_buffer); | |
| */ | |
| yyensure_buffer_stack (); | |
| if ( YY_CURRENT_BUFFER == new_buffer ) | |
| return; | |
| | |
| if ( YY_CURRENT_BUFFER ) | |
| { | |
| /* Flush out information for old buffer. */ | |
| *(yy_c_buf_p) = (yy_hold_char); | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | |
| } | |
| | |
| YY_CURRENT_BUFFER_LVALUE = new_buffer; | |
| yy_load_buffer_state( ); | |
| | |
| /* We don't actually know whether we did this switch during | |
| * EOF (yywrap()) processing, but the only time this flag | |
| * is looked at is after yywrap() is called, so it's safe | |
| * to go ahead and always set it. | |
| */ | |
| (yy_did_buffer_switch_on_eof) = 1; | |
| } | |
| | |
| static void yy_load_buffer_state (void) | |
| { | |
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | |
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | |
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | |
| (yy_hold_char) = *(yy_c_buf_p); | |
| } | |
| | |
| /** Allocate and initialize an input buffer state. | |
| * @param file A readable stream. | |
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | |
| * | |
| * @return the allocated buffer state. | |
| */ | |
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | |
| { | |
| YY_BUFFER_STATE b; | |
| | |
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | |
| if ( ! b ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | |
| | |
| b->yy_buf_size = size; | |
| | |
| /* yy_ch_buf has to be 2 characters longer than the size given because | |
| * we need to put in 2 end-of-buffer characters. | |
| */ | |
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | |
| if ( ! b->yy_ch_buf ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | |
| | |
| b->yy_is_our_buffer = 1; | |
| | |
| yy_init_buffer(b,file ); | |
| | |
| return b; | |
| } | |
| | |
| /** Destroy the buffer. | |
| * @param b a buffer created with yy_create_buffer() | |
| * | |
| */ | |
| void yy_delete_buffer (YY_BUFFER_STATE b ) | |
| { | |
| | |
| if ( ! b ) | |
| return; | |
| | |
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | |
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | |
| | |
| if ( b->yy_is_our_buffer ) | |
| yyfree((void *) b->yy_ch_buf ); | |
| | |
| yyfree((void *) b ); | |
| } | |
| | |
| #ifndef __cplusplus | |
| extern int isatty (int ); | |
| #endif /* __cplusplus */ | |
| | |
| /* Initializes or reinitializes a buffer. | |
| * This function is sometimes called more than once on the same buffer, | |
| * such as during a yyrestart() or at EOF. | |
| */ | |
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | |
| | |
| { | |
| int oerrno = errno; | |
| | |
| yy_flush_buffer(b ); | |
| | |
| b->yy_input_file = file; | |
| b->yy_fill_buffer = 1; | |
| | |
| /* If b is the current buffer, then yy_init_buffer was _probably_ | |
| * called from yy |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment