Created
May 21, 2015 18:06
-
-
Save dunn/e18ca830e1b42ca4cae7 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 11:04:55 -0700 | |
./autogen.sh | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: running: glibtoolize --copy --force | |
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. | |
glibtoolize: copying file 'config/ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
glibtoolize: copying file 'm4/libtool.m4' | |
glibtoolize: copying file 'm4/ltoptions.m4' | |
glibtoolize: copying file 'm4/ltsugar.m4' | |
glibtoolize: copying file 'm4/ltversion.m4' | |
glibtoolize: copying file 'm4/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:7: installing 'config/compile' | |
configure.ac:5: installing 'config/config.guess' | |
configure.ac:5: installing 'config/config.sub' | |
configure.ac:9: installing 'config/install-sh' | |
configure.ac:9: installing 'config/missing' | |
Makefile.am: installing 'config/depcomp' | |
parallel-tests: installing 'config/test-driver' | |
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 11:05:04 -0700 | |
./configure | |
--disable-dependency-tracking | |
--prefix=/usr/local/Cellar/tlsdate/0.0.12 | |
checking build system type... x86_64-apple-darwin14.3.0 | |
checking host system type... x86_64-apple-darwin14.3.0 | |
checking target system type... x86_64-apple-darwin14.3.0 | |
checking for gcc... gcc-5 | |
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 how to run the C preprocessor... gcc-5 -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/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 for style of include used by make... GNU | |
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 dependency style of gcc-5... none | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
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 whether ln -s works... yes | |
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 ar... ar | |
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 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... yes | |
checking whether the -Werror option is usable... yes | |
checking for simple visibility declarations... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for $COMPILE_DATE in the environment... | |
...no $COMPILE_DATE found in our build environment. Generating now... | |
...$COMPILE_DATE is set to: 1432231510 | |
checking PolarSSL... checking whether C compiler accepts ... yes | |
checking for ssl_init in -lpolarssl... no | |
checking whether C compiler accepts -I/include... yes | |
checking for ssl_init in -lpolarssl... (cached) no | |
checking openssl/ssl.h usability... yes | |
checking openssl/ssl.h presence... yes | |
checking for openssl/ssl.h... yes | |
checking openssl/bio.h usability... yes | |
checking openssl/bio.h presence... yes | |
checking for openssl/bio.h... yes | |
checking openssl/err.h usability... yes | |
checking openssl/err.h presence... yes | |
checking for openssl/err.h... yes | |
checking openssl/evp.h usability... yes | |
checking openssl/evp.h presence... yes | |
checking for openssl/evp.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking for stdint.h... (cached) yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for unistd.h... (cached) yes | |
checking linux/rtc.h usability... no | |
checking linux/rtc.h presence... no | |
checking for linux/rtc.h... no | |
checking for struct rtc_time... no | |
checking for strchrnul... no | |
checking for strnlen... yes | |
checking for gettimeofday... yes | |
checking for prctl... no | |
checking for preadv... no | |
checking for pwritev... no | |
checking for setresuid... no | |
checking for fmemopen... no | |
checking for funopen... yes | |
checking mach/clock.h usability... yes | |
checking mach/clock.h presence... yes | |
checking for mach/clock.h... yes | |
checking mach/mach.h usability... yes | |
checking mach/mach.h presence... yes | |
checking for mach/mach.h... yes | |
checking user/group to drop privs to... nobody:nobody | |
checking group to allow DBus calls from... root | |
checking for clock_gettime... no | |
checking for clock_gettime in -lrt... no | |
configure: error: Your system lacks clock_gettime | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 19883e74c1c6b8e757dd1b1863de4c4236042ca6 | |
Last commit: 4 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 | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /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_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/pkg-config/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: --version | |
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 --version -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 | |
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 -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 -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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc-5 called with: 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 conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o a.out -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//ccqiZSUG.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccqiZSUG.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest 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 conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -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//cc4be3xQ.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//cc4be3xQ.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest 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 conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -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//ccPM8aPz.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccPM8aPz.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c 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 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c 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 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 | |
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 | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 | |
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 | |
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 | |
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 | |
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 | |
superenv executed: gcc-5 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 | |
superenv executed: gcc-5 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 | |
superenv executed: gcc-5 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 | |
superenv executed: gcc-5 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 | |
superenv executed: gcc-5 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 | |
superenv executed: gcc-5 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -o conftest -g -O2 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 -g -O2 conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -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//cc2W27Ye.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//cc2W27Ye.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 | |
superenv executed: gcc-5 -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 -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 -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 -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -o conftest -g -O2 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 -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 -g -O2 conftest.c conftstm.o -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -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//ccMRSxsh.o conftstm.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccMRSxsh.o conftstm.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -g -O2 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -g -O2 -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 -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/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//ccbe1j7s.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccbe1j7s.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -g -O2 -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 -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 -g -O2 -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 -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/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//ccqz8zP6.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccqz8zP6.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -g -O2 -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 | |
superenv executed: gcc-5 -pipe -Os -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -g -O2 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -g -O2 -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 -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/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//ccdkL5j2.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/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/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//ccdkL5j2.o -force_load ./libconftest.a -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -o conftest -g -O2 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 -g -O2 conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -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//ccP21xpU.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccP21xpU.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -g -O2 -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 | |
superenv executed: gcc-5 -pipe -Os -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -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 | |
superenv executed: gcc-5 -pipe -Os -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -o conftest -g -O2 -static 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 -g -O2 -static conftest.c -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 | |
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/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//ccLKA5Wv.o -headerpad_max_install_names -no_compact_unwind -no_pie -lgcc_eh -lgcc | |
superenv executed: ld -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/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//ccLKA5Wv.o -headerpad_max_install_names -no_compact_unwind -no_pie -lgcc_eh -lgcc | |
gcc-5 called with: -c -g -O2 -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 | |
superenv executed: gcc-5 -pipe -Os -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
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 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc-5 called with: -g -O2 -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 -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-5 -pipe -Os -g -O2 -print-multi-os-directory -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 | |
gcc-5 called with: -c -g -O2 -Werror 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 -g -O2 -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -fvisibility=hidden -Werror 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 -g -O2 -fvisibility=hidden -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 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 -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -o conftest -g -O2 conftest.c -lpolarssl | |
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 -g -O2 conftest.c -lpolarssl -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -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//cckvck0R.o -lpolarssl -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//cckvck0R.o -lpolarssl -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -g -O2 -I/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 -g -O2 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -o conftest -g -O2 -I/include -I/include -L/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 -g -O2 -I/include -I/include -L/lib conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/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//ccMfywJ5.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccMfywJ5.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -g -O2 -I/include -I/include -L/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 -g -O2 -I/include -I/include -L/lib conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/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//cc0ZxAgX.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//cc0ZxAgX.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -g -O2 -I/include -I/include -L/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 -g -O2 -I/include -I/include -L/lib conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/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//cchaFoHf.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//cchaFoHf.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -g -O2 -I/include -I/include -L/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 -g -O2 -I/include -I/include -L/lib conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/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//ccEK5Sl7.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccEK5Sl7.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -g -O2 -I/include -I/include -L/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 -g -O2 -I/include -I/include -L/lib conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/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//cceZk1Xk.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//cceZk1Xk.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -g -O2 -I/include -I/include -L/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 -g -O2 -I/include -I/include -L/lib conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/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//ccP195kj.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccP195kj.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -g -O2 -I/include -I/include -L/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 -g -O2 -I/include -I/include -L/lib conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/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//ccoVFWnY.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccoVFWnY.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -g -O2 -I/include -I/include -L/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 -g -O2 -I/include -I/include -L/lib conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/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//ccXunNwb.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccXunNwb.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -g -O2 -I/include -I/include -L/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 -g -O2 -I/include -I/include -L/lib conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/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//ccOmdC3s.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//ccOmdC3s.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -c -g -O2 -I/include -I/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 -g -O2 -I/include -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -E -I/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 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
gcc-5 called with: -o conftest -g -O2 -I/include -I/include -L/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 -g -O2 -I/include -I/include -L/lib conftest.c -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/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//cc37DJkj.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//cc37DJkj.o -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
gcc-5 called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c -lrt | |
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 -g -O2 -I/include -I/include -L/lib conftest.c -lrt -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 | |
ld called with: -dynamic -arch x86_64 -macosx_version_min 10.10.3 -weak_reference_mismatches non-weak -o conftest -L/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//cc6RotTJ.o -lrt -headerpad_max_install_names -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lSystem | |
superenv executed: ld -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/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//cc6RotTJ.o -lrt -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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by tlsdate configure 0.0.12, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/tlsdate/0.0.12 | |
## --------- ## | |
## 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: 327 tasks, 1343 threads, 4 processors | |
Load average: 2.20, Mach factor: 2.05 | |
/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/pkg-config/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/opt/gcc/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2434: checking build system type | |
configure:2448: result: x86_64-apple-darwin14.3.0 | |
configure:2468: checking host system type | |
configure:2481: result: x86_64-apple-darwin14.3.0 | |
configure:2501: checking target system type | |
configure:2514: result: x86_64-apple-darwin14.3.0 | |
configure:2601: checking for gcc | |
configure:2628: result: gcc-5 | |
configure:2857: checking for C compiler version | |
configure:2866: 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:2877: $? = 0 | |
configure:2866: 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:2877: $? = 0 | |
configure:2866: gcc-5 -V >&5 | |
gcc-5: error: unrecognized command line option '-V' | |
configure:2877: $? = 1 | |
configure:2866: gcc-5 -qversion >&5 | |
gcc-5: error: unrecognized command line option '-qversion' | |
configure:2877: $? = 1 | |
configure:2897: checking whether the C compiler works | |
configure:2919: gcc-5 conftest.c >&5 | |
configure:2923: $? = 0 | |
configure:2971: result: yes | |
configure:2974: checking for C compiler default output file name | |
configure:2976: result: a.out | |
configure:2982: checking for suffix of executables | |
configure:2989: gcc-5 -o conftest conftest.c >&5 | |
configure:2993: $? = 0 | |
configure:3015: result: | |
configure:3037: checking whether we are cross compiling | |
configure:3045: gcc-5 -o conftest conftest.c >&5 | |
configure:3049: $? = 0 | |
configure:3056: ./conftest | |
configure:3060: $? = 0 | |
configure:3075: result: no | |
configure:3080: checking for suffix of object files | |
configure:3102: gcc-5 -c conftest.c >&5 | |
configure:3106: $? = 0 | |
configure:3127: result: o | |
configure:3131: checking whether we are using the GNU C compiler | |
configure:3150: gcc-5 -c conftest.c >&5 | |
configure:3150: $? = 0 | |
configure:3159: result: yes | |
configure:3168: checking whether gcc-5 accepts -g | |
configure:3188: gcc-5 -c -g conftest.c >&5 | |
configure:3188: $? = 0 | |
configure:3229: result: yes | |
configure:3246: checking for gcc-5 option to accept ISO C89 | |
configure:3309: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3309: $? = 0 | |
configure:3322: result: none needed | |
configure:3347: checking whether gcc-5 understands -c and -o together | |
configure:3369: gcc-5 -c conftest.c -o conftest2.o | |
configure:3372: $? = 0 | |
configure:3369: gcc-5 -c conftest.c -o conftest2.o | |
configure:3372: $? = 0 | |
configure:3384: result: yes | |
configure:3407: checking how to run the C preprocessor | |
configure:3438: gcc-5 -E conftest.c | |
configure:3438: $? = 0 | |
configure:3452: gcc-5 -E conftest.c | |
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:3452: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3477: result: gcc-5 -E | |
configure:3497: gcc-5 -E conftest.c | |
configure:3497: $? = 0 | |
configure:3511: gcc-5 -E conftest.c | |
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:3511: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3540: checking for grep that handles long lines and -e | |
configure:3598: result: /usr/bin/grep | |
configure:3603: checking for egrep | |
configure:3665: result: /usr/bin/grep -E | |
configure:3670: checking for ANSI C header files | |
configure:3690: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3690: $? = 0 | |
configure:3763: gcc-5 -o conftest -g -O2 conftest.c >&5 | |
configure:3763: $? = 0 | |
configure:3763: ./conftest | |
configure:3763: $? = 0 | |
configure:3774: result: yes | |
configure:3787: checking for sys/types.h | |
configure:3787: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for sys/stat.h | |
configure:3787: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for stdlib.h | |
configure:3787: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for string.h | |
configure:3787: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for memory.h | |
configure:3787: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for strings.h | |
configure:3787: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for inttypes.h | |
configure:3787: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for stdint.h | |
configure:3787: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for unistd.h | |
configure:3787: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3800: checking minix/config.h usability | |
configure:3800: gcc-5 -c -g -O2 conftest.c >&5 | |
conftest.c:52:26: fatal error: minix/config.h: No such file or directory | |
compilation terminated. | |
configure:3800: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <minix/config.h> | |
configure:3800: result: no | |
configure:3800: checking minix/config.h presence | |
configure:3800: gcc-5 -E conftest.c | |
conftest.c:19:26: fatal error: minix/config.h: No such file or directory | |
compilation terminated. | |
configure:3800: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <minix/config.h> | |
configure:3800: result: no | |
configure:3800: checking for minix/config.h | |
configure:3800: result: no | |
configure:3821: checking whether it is safe to define __EXTENSIONS__ | |
configure:3839: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:3839: $? = 0 | |
configure:3846: result: yes | |
configure:3877: checking for a BSD-compatible install | |
configure:3945: result: /usr/bin/install -c | |
configure:3956: checking whether build environment is sane | |
configure:4011: result: yes | |
configure:4149: checking for a thread-safe mkdir -p | |
configure:4188: result: config/install-sh -c -d | |
configure:4195: checking for gawk | |
configure:4225: result: no | |
configure:4195: checking for mawk | |
configure:4225: result: no | |
configure:4195: checking for nawk | |
configure:4225: result: no | |
configure:4195: checking for awk | |
configure:4211: found /usr/bin/awk | |
configure:4222: result: awk | |
configure:4233: checking whether make sets $(MAKE) | |
configure:4255: result: yes | |
configure:4285: checking for style of include used by make | |
configure:4313: result: GNU | |
configure:4347: checking whether make supports nested variables | |
configure:4364: result: yes | |
configure:4453: checking whether UID '501' is supported by ustar format | |
configure:4456: result: yes | |
configure:4463: checking whether GID '20' is supported by ustar format | |
configure:4466: result: yes | |
configure:4474: checking how to create a ustar tar archive | |
configure:4485: tar --version | |
bsdtar 2.8.3 - libarchive 2.8.3 | |
configure:4488: $? = 0 | |
configure:4528: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
configure:4531: $? = 0 | |
configure:4535: tar -xf - <conftest.tar | |
configure:4538: $? = 0 | |
configure:4540: cat conftest.dir/file | |
GrepMe | |
configure:4543: $? = 0 | |
configure:4556: result: gnutar | |
configure:4565: checking dependency style of gcc-5 | |
configure:4676: result: none | |
configure:4793: checking for pkg-config | |
configure:4811: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:4823: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:4848: checking pkg-config is at least version 0.9.0 | |
configure:4851: result: yes | |
configure:4906: checking how to print strings | |
configure:4933: result: printf | |
configure:4954: checking for a sed that does not truncate output | |
configure:5018: result: /usr/local/Library/ENV/4.3/sed | |
configure:5036: checking for fgrep | |
configure:5098: result: /usr/bin/grep -F | |
configure:5133: checking for ld used by gcc-5 | |
configure:5200: result: /usr/local/Library/ENV/4.3/ld | |
configure:5207: checking if the linker (/usr/local/Library/ENV/4.3/ld) is GNU ld | |
configure:5222: result: no | |
configure:5234: checking for BSD- or MS-compatible name lister (nm) | |
configure:5288: result: /usr/bin/nm | |
configure:5418: checking the name lister (/usr/bin/nm) interface | |
configure:5425: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:5428: /usr/bin/nm "conftest.o" | |
configure:5431: output | |
00000000000001b8 S _some_variable | |
configure:5438: result: BSD nm | |
configure:5441: checking whether ln -s works | |
configure:5445: result: yes | |
configure:5453: checking the maximum length of command line arguments | |
configure:5584: result: 196608 | |
configure:5632: checking how to convert x86_64-apple-darwin14.3.0 file names to x86_64-apple-darwin14.3.0 format | |
configure:5672: result: func_convert_file_noop | |
configure:5679: checking how to convert x86_64-apple-darwin14.3.0 file names to toolchain format | |
configure:5699: result: func_convert_file_noop | |
configure:5706: checking for /usr/local/Library/ENV/4.3/ld option to reload object files | |
configure:5713: result: -r | |
configure:5787: checking for objdump | |
configure:5817: result: no | |
configure:5846: checking how to recognize dependent libraries | |
configure:6046: result: pass_all | |
configure:6131: checking for dlltool | |
configure:6161: result: no | |
configure:6191: checking how to associate runtime and link libraries | |
configure:6218: result: printf %s\n | |
configure:6278: checking for ar | |
configure:6294: found /usr/bin/ar | |
configure:6305: result: ar | |
configure:6342: checking for archiver @FILE support | |
configure:6359: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:6359: $? = 0 | |
configure:6362: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6365: $? = 1 | |
configure:6385: result: no | |
configure:6443: checking for strip | |
configure:6459: found /usr/bin/strip | |
configure:6470: result: strip | |
configure:6542: checking for ranlib | |
configure:6558: found /usr/bin/ranlib | |
configure:6569: result: ranlib | |
configure:6671: checking command to parse /usr/bin/nm output from gcc-5 object | |
configure:6824: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:6827: $? = 0 | |
configure:6831: /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:6834: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6824: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:6827: $? = 0 | |
configure:6831: /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:6834: $? = 0 | |
configure:6900: gcc-5 -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:6903: $? = 0 | |
configure:6941: result: ok | |
configure:6988: checking for sysroot | |
configure:7018: result: no | |
configure:7025: checking for a working dd | |
configure:7063: result: /bin/dd | |
configure:7067: checking how to truncate binary pipes | |
configure:7082: result: /bin/dd bs=4096 count=1 | |
configure:7411: checking for mt | |
configure:7441: result: no | |
configure:7461: checking if : is a manifest tool | |
configure:7467: : '-?' | |
configure:7475: result: no | |
configure:7531: checking for dsymutil | |
configure:7547: found /usr/bin/dsymutil | |
configure:7558: result: dsymutil | |
configure:7623: checking for nmedit | |
configure:7639: found /usr/bin/nmedit | |
configure:7650: result: nmedit | |
configure:7715: checking for lipo | |
configure:7731: found /usr/bin/lipo | |
configure:7742: result: lipo | |
configure:7807: checking for otool | |
configure:7823: found /usr/bin/otool | |
configure:7834: result: otool | |
configure:7899: checking for otool64 | |
configure:7929: result: no | |
configure:7974: checking for -single_module linker flag | |
gcc-5 -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:8007: result: yes | |
configure:8010: checking for -exported_symbols_list linker flag | |
configure:8030: gcc-5 -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:8030: $? = 0 | |
configure:8040: result: yes | |
configure:8043: checking for -force_load linker flag | |
gcc-5 -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
gcc-5 -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:8075: result: yes | |
configure:8149: checking for dlfcn.h | |
configure:8149: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:8149: $? = 0 | |
configure:8149: result: yes | |
configure:8405: checking for objdir | |
configure:8420: result: .libs | |
configure:8684: checking if gcc-5 supports -fno-rtti -fno-exceptions | |
configure:8702: gcc-5 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C | |
configure:8706: $? = 0 | |
configure:8719: result: no | |
configure:9077: checking for gcc-5 option to produce PIC | |
configure:9084: result: -fno-common -DPIC | |
configure:9092: checking if gcc-5 PIC flag -fno-common -DPIC works | |
configure:9110: gcc-5 -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9114: $? = 0 | |
configure:9127: result: yes | |
configure:9156: checking if gcc-5 static flag -static works | |
configure:9184: result: no | |
configure:9199: checking if gcc-5 supports -c -o file.o | |
configure:9220: gcc-5 -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:9224: $? = 0 | |
configure:9246: result: yes | |
configure:9254: checking if gcc-5 supports -c -o file.o | |
configure:9301: result: yes | |
configure:9334: checking whether the gcc-5 linker (/usr/local/Library/ENV/4.3/ld) supports shared libraries | |
configure:10593: result: yes | |
configure:10833: checking dynamic linker characteristics | |
configure:11651: result: darwin14.3.0 dyld | |
configure:11773: checking how to hardcode library paths into programs | |
configure:11798: result: immediate | |
configure:12346: checking whether stripping libraries is possible | |
configure:12360: result: yes | |
configure:12386: checking if libtool supports shared libraries | |
configure:12388: result: yes | |
configure:12391: checking whether to build shared libraries | |
configure:12416: result: yes | |
configure:12419: checking whether to build static libraries | |
configure:12423: result: yes | |
configure:12466: checking whether the -Werror option is usable | |
configure:12485: gcc-5 -c -g -O2 -Werror conftest.c >&5 | |
configure:12485: $? = 0 | |
configure:12494: result: yes | |
configure:12496: checking for simple visibility declarations | |
configure:12523: gcc-5 -c -g -O2 -fvisibility=hidden -Werror conftest.c >&5 | |
configure:12523: $? = 0 | |
configure:12532: result: yes | |
configure:12558: checking whether make supports nested variables | |
configure:12575: result: yes | |
configure:12859: checking PolarSSL | |
configure:12882: checking whether C compiler accepts | |
configure:12901: gcc-5 -c -g -O2 conftest.c >&5 | |
configure:12901: $? = 0 | |
configure:12909: result: yes | |
configure:12927: : CFLAGS="$CFLAGS " | |
configure:12930: $? = 0 | |
configure:12943: checking for ssl_init in -lpolarssl | |
configure:12968: gcc-5 -o conftest -g -O2 conftest.c -lpolarssl >&5 | |
ld: library not found for -lpolarssl | |
collect2: error: ld returned 1 exit status | |
configure:12968: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char ssl_init (); | |
| int | |
| main () | |
| { | |
| return ssl_init (); | |
| ; | |
| return 0; | |
| } | |
configure:12977: result: no | |
configure:13012: checking whether C compiler accepts -I/include | |
configure:13031: gcc-5 -c -g -O2 -I/include conftest.c >&5 | |
configure:13031: $? = 0 | |
configure:13040: result: yes | |
configure:13053: : CFLAGS="$CFLAGS $flag" | |
configure:13056: $? = 0 | |
configure:13075: checking for ssl_init in -lpolarssl | |
configure:13109: result: no | |
configure:13166: checking openssl/ssl.h usability | |
configure:13166: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13166: $? = 0 | |
configure:13166: result: yes | |
configure:13166: checking openssl/ssl.h presence | |
configure:13166: gcc-5 -E -I/include conftest.c | |
configure:13166: $? = 0 | |
configure:13166: result: yes | |
configure:13166: checking for openssl/ssl.h | |
configure:13166: result: yes | |
configure:13180: checking openssl/bio.h usability | |
configure:13180: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13180: $? = 0 | |
configure:13180: result: yes | |
configure:13180: checking openssl/bio.h presence | |
configure:13180: gcc-5 -E -I/include conftest.c | |
configure:13180: $? = 0 | |
configure:13180: result: yes | |
configure:13180: checking for openssl/bio.h | |
configure:13180: result: yes | |
configure:13194: checking openssl/err.h usability | |
configure:13194: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13194: $? = 0 | |
configure:13194: result: yes | |
configure:13194: checking openssl/err.h presence | |
configure:13194: gcc-5 -E -I/include conftest.c | |
configure:13194: $? = 0 | |
configure:13194: result: yes | |
configure:13194: checking for openssl/err.h | |
configure:13194: result: yes | |
configure:13208: checking openssl/evp.h usability | |
configure:13208: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13208: $? = 0 | |
configure:13208: result: yes | |
configure:13208: checking openssl/evp.h presence | |
configure:13208: gcc-5 -E -I/include conftest.c | |
configure:13208: $? = 0 | |
configure:13208: result: yes | |
configure:13208: checking for openssl/evp.h | |
configure:13208: result: yes | |
configure:13225: checking arpa/inet.h usability | |
configure:13225: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13225: $? = 0 | |
configure:13225: result: yes | |
configure:13225: checking arpa/inet.h presence | |
configure:13225: gcc-5 -E -I/include conftest.c | |
configure:13225: $? = 0 | |
configure:13225: result: yes | |
configure:13225: checking for arpa/inet.h | |
configure:13225: result: yes | |
configure:13239: checking getopt.h usability | |
configure:13239: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13239: $? = 0 | |
configure:13239: result: yes | |
configure:13239: checking getopt.h presence | |
configure:13239: gcc-5 -E -I/include conftest.c | |
configure:13239: $? = 0 | |
configure:13239: result: yes | |
configure:13239: checking for getopt.h | |
configure:13239: result: yes | |
configure:13253: checking grp.h usability | |
configure:13253: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13253: $? = 0 | |
configure:13253: result: yes | |
configure:13253: checking grp.h presence | |
configure:13253: gcc-5 -E -I/include conftest.c | |
configure:13253: $? = 0 | |
configure:13253: result: yes | |
configure:13253: checking for grp.h | |
configure:13253: result: yes | |
configure:13267: checking pwd.h usability | |
configure:13267: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13267: $? = 0 | |
configure:13267: result: yes | |
configure:13267: checking pwd.h presence | |
configure:13267: gcc-5 -E -I/include conftest.c | |
configure:13267: $? = 0 | |
configure:13267: result: yes | |
configure:13267: checking for pwd.h | |
configure:13267: result: yes | |
configure:13281: checking for stdint.h | |
configure:13281: result: yes | |
configure:13295: checking stdio.h usability | |
configure:13295: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13295: $? = 0 | |
configure:13295: result: yes | |
configure:13295: checking stdio.h presence | |
configure:13295: gcc-5 -E -I/include conftest.c | |
configure:13295: $? = 0 | |
configure:13295: result: yes | |
configure:13295: checking for stdio.h | |
configure:13295: result: yes | |
configure:13309: checking for stdlib.h | |
configure:13309: result: yes | |
configure:13323: checking sys/mman.h usability | |
configure:13323: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13323: $? = 0 | |
configure:13323: result: yes | |
configure:13323: checking sys/mman.h presence | |
configure:13323: gcc-5 -E -I/include conftest.c | |
configure:13323: $? = 0 | |
configure:13323: result: yes | |
configure:13323: checking for sys/mman.h | |
configure:13323: result: yes | |
configure:13337: checking sys/socket.h usability | |
configure:13337: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13337: $? = 0 | |
configure:13337: result: yes | |
configure:13337: checking sys/socket.h presence | |
configure:13337: gcc-5 -E -I/include conftest.c | |
configure:13337: $? = 0 | |
configure:13337: result: yes | |
configure:13337: checking for sys/socket.h | |
configure:13337: result: yes | |
configure:13351: checking sys/time.h usability | |
configure:13351: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13351: $? = 0 | |
configure:13351: result: yes | |
configure:13351: checking sys/time.h presence | |
configure:13351: gcc-5 -E -I/include conftest.c | |
configure:13351: $? = 0 | |
configure:13351: result: yes | |
configure:13351: checking for sys/time.h | |
configure:13351: result: yes | |
configure:13365: checking for sys/types.h | |
configure:13365: result: yes | |
configure:13379: checking sys/wait.h usability | |
configure:13379: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13379: $? = 0 | |
configure:13379: result: yes | |
configure:13379: checking sys/wait.h presence | |
configure:13379: gcc-5 -E -I/include conftest.c | |
configure:13379: $? = 0 | |
configure:13379: result: yes | |
configure:13379: checking for sys/wait.h | |
configure:13379: result: yes | |
configure:13393: checking time.h usability | |
configure:13393: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13393: $? = 0 | |
configure:13393: result: yes | |
configure:13393: checking time.h presence | |
configure:13393: gcc-5 -E -I/include conftest.c | |
configure:13393: $? = 0 | |
configure:13393: result: yes | |
configure:13393: checking for time.h | |
configure:13393: result: yes | |
configure:13407: checking for unistd.h | |
configure:13407: result: yes | |
configure:13422: checking linux/rtc.h usability | |
configure:13422: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
conftest.c:89:23: fatal error: linux/rtc.h: No such file or directory | |
compilation terminated. | |
configure:13422: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_BIO_H 1 | |
| #define HAVE_OPENSSL_ERR_H 1 | |
| #define HAVE_OPENSSL_EVP_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <linux/rtc.h> | |
configure:13422: result: no | |
configure:13422: checking linux/rtc.h presence | |
configure:13422: gcc-5 -E -I/include conftest.c | |
conftest.c:56:23: fatal error: linux/rtc.h: No such file or directory | |
compilation terminated. | |
configure:13422: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_BIO_H 1 | |
| #define HAVE_OPENSSL_ERR_H 1 | |
| #define HAVE_OPENSSL_EVP_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <linux/rtc.h> | |
configure:13422: result: no | |
configure:13422: checking for linux/rtc.h | |
configure:13422: result: no | |
configure:13432: checking for struct rtc_time | |
configure:13432: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:65:13: error: invalid application of 'sizeof' to incomplete type 'struct rtc_time' | |
if (sizeof (struct rtc_time)) | |
^ | |
configure:13432: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_BIO_H 1 | |
| #define HAVE_OPENSSL_ERR_H 1 | |
| #define HAVE_OPENSSL_EVP_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #ifdef HAVE_LINUX_RTC_H | |
| #include <linux/rtc.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof (struct rtc_time)) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:13432: result: no | |
configure:13450: checking for strchrnul | |
configure:13450: gcc-5 -o conftest -g -O2 -I/include -I/include -L/lib conftest.c >&5 | |
ld: warning: directory not found for option '-L/lib' | |
Undefined symbols for architecture x86_64: | |
"_strchrnul", referenced from: | |
_main in ccMfywJ5.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: error: ld returned 1 exit status | |
configure:13450: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_BIO_H 1 | |
| #define HAVE_OPENSSL_ERR_H 1 | |
| #define HAVE_OPENSSL_EVP_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| /* Define strchrnul to an innocuous variant, in case <limits.h> declares strchrnul. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define strchrnul innocuous_strchrnul | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char strchrnul (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef strchrnul | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char strchrnul (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_strchrnul || defined __stub___strchrnul | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return strchrnul (); | |
| ; | |
| return 0; | |
| } | |
configure:13450: result: no | |
configure:13470: checking for strnlen | |
configure:13470: gcc-5 -o conftest -g -O2 -I/include -I/include -L/lib conftest.c >&5 | |
ld: warning: directory not found for option '-L/lib' | |
configure:13470: $? = 0 | |
configure:13470: result: yes | |
configure:13494: checking for gettimeofday | |
configure:13494: gcc-5 -o conftest -g -O2 -I/include -I/include -L/lib conftest.c >&5 | |
ld: warning: directory not found for option '-L/lib' | |
configure:13494: $? = 0 | |
configure:13494: result: yes | |
configure:13494: checking for prctl | |
configure:13494: gcc-5 -o conftest -g -O2 -I/include -I/include -L/lib conftest.c >&5 | |
ld: warning: directory not found for option '-L/lib' | |
Undefined symbols for architecture x86_64: | |
"_prctl", referenced from: | |
_main in ccEK5Sl7.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: error: ld returned 1 exit status | |
configure:13494: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_BIO_H 1 | |
| #define HAVE_OPENSSL_ERR_H 1 | |
| #define HAVE_OPENSSL_EVP_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| /* end confdefs.h. */ | |
| /* Define prctl to an innocuous variant, in case <limits.h> declares prctl. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define prctl innocuous_prctl | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char prctl (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef prctl | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char prctl (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_prctl || defined __stub___prctl | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return prctl (); | |
| ; | |
| return 0; | |
| } | |
configure:13494: result: no | |
configure:13494: checking for preadv | |
configure:13494: gcc-5 -o conftest -g -O2 -I/include -I/include -L/lib conftest.c >&5 | |
ld: warning: directory not found for option '-L/lib' | |
Undefined symbols for architecture x86_64: | |
"_preadv", referenced from: | |
_main in cceZk1Xk.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: error: ld returned 1 exit status | |
configure:13494: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_BIO_H 1 | |
| #define HAVE_OPENSSL_ERR_H 1 | |
| #define HAVE_OPENSSL_EVP_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| /* end confdefs.h. */ | |
| /* Define preadv to an innocuous variant, in case <limits.h> declares preadv. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define preadv innocuous_preadv | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char preadv (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef preadv | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char preadv (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_preadv || defined __stub___preadv | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return preadv (); | |
| ; | |
| return 0; | |
| } | |
configure:13494: result: no | |
configure:13494: checking for pwritev | |
configure:13494: gcc-5 -o conftest -g -O2 -I/include -I/include -L/lib conftest.c >&5 | |
ld: warning: directory not found for option '-L/lib' | |
Undefined symbols for architecture x86_64: | |
"_pwritev", referenced from: | |
_main in ccP195kj.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: error: ld returned 1 exit status | |
configure:13494: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_BIO_H 1 | |
| #define HAVE_OPENSSL_ERR_H 1 | |
| #define HAVE_OPENSSL_EVP_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| /* end confdefs.h. */ | |
| /* Define pwritev to an innocuous variant, in case <limits.h> declares pwritev. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pwritev innocuous_pwritev | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pwritev (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pwritev | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pwritev (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pwritev || defined __stub___pwritev | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pwritev (); | |
| ; | |
| return 0; | |
| } | |
configure:13494: result: no | |
configure:13494: checking for setresuid | |
configure:13494: gcc-5 -o conftest -g -O2 -I/include -I/include -L/lib conftest.c >&5 | |
ld: warning: directory not found for option '-L/lib' | |
Undefined symbols for architecture x86_64: | |
"_setresuid", referenced from: | |
_main in ccoVFWnY.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: error: ld returned 1 exit status | |
configure:13494: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_BIO_H 1 | |
| #define HAVE_OPENSSL_ERR_H 1 | |
| #define HAVE_OPENSSL_EVP_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| /* end confdefs.h. */ | |
| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setresuid innocuous_setresuid | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setresuid (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef setresuid | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char setresuid (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_setresuid || defined __stub___setresuid | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setresuid (); | |
| ; | |
| return 0; | |
| } | |
configure:13494: result: no | |
configure:13518: checking for fmemopen | |
configure:13518: gcc-5 -o conftest -g -O2 -I/include -I/include -L/lib conftest.c >&5 | |
ld: warning: directory not found for option '-L/lib' | |
Undefined symbols for architecture x86_64: | |
"_fmemopen", referenced from: | |
_main in ccXunNwb.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: error: ld returned 1 exit status | |
configure:13518: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_BIO_H 1 | |
| #define HAVE_OPENSSL_ERR_H 1 | |
| #define HAVE_OPENSSL_EVP_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| /* end confdefs.h. */ | |
| /* Define fmemopen to an innocuous variant, in case <limits.h> declares fmemopen. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define fmemopen innocuous_fmemopen | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char fmemopen (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef fmemopen | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char fmemopen (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_fmemopen || defined __stub___fmemopen | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return fmemopen (); | |
| ; | |
| return 0; | |
| } | |
configure:13518: result: no | |
configure:13518: checking for funopen | |
configure:13518: gcc-5 -o conftest -g -O2 -I/include -I/include -L/lib conftest.c >&5 | |
ld: warning: directory not found for option '-L/lib' | |
configure:13518: $? = 0 | |
configure:13518: result: yes | |
configure:13548: checking mach/clock.h usability | |
configure:13548: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13548: $? = 0 | |
configure:13548: result: yes | |
configure:13548: checking mach/clock.h presence | |
configure:13548: gcc-5 -E -I/include conftest.c | |
configure:13548: $? = 0 | |
configure:13548: result: yes | |
configure:13548: checking for mach/clock.h | |
configure:13548: result: yes | |
configure:13562: checking mach/mach.h usability | |
configure:13562: gcc-5 -c -g -O2 -I/include -I/include conftest.c >&5 | |
configure:13562: $? = 0 | |
configure:13562: result: yes | |
configure:13562: checking mach/mach.h presence | |
configure:13562: gcc-5 -E -I/include conftest.c | |
configure:13562: $? = 0 | |
configure:13562: result: yes | |
configure:13562: checking for mach/mach.h | |
configure:13562: result: yes | |
configure:14254: checking user/group to drop privs to | |
configure:14278: result: nobody:nobody | |
configure:14281: checking group to allow DBus calls from | |
configure:14302: result: root | |
configure:14307: checking for clock_gettime | |
configure:14307: gcc-5 -o conftest -g -O2 -I/include -I/include -L/lib conftest.c >&5 | |
ld: warning: directory not found for option '-L/lib' | |
Undefined symbols for architecture x86_64: | |
"_clock_gettime", referenced from: | |
_main in cc37DJkj.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: error: ld returned 1 exit status | |
configure:14307: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_BIO_H 1 | |
| #define HAVE_OPENSSL_ERR_H 1 | |
| #define HAVE_OPENSSL_EVP_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_FUNOPEN 1 | |
| #define HAVE_MACH_CLOCK_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define UNPRIV_GROUP "nobody" | |
| #define UNPRIV_USER "nobody" | |
| #define DBUS_CLIENT_GROUP "root" | |
| /* end confdefs.h. */ | |
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define clock_gettime innocuous_clock_gettime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char clock_gettime (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef clock_gettime | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_clock_gettime || defined __stub___clock_gettime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:14307: result: no | |
configure:14311: checking for clock_gettime in -lrt | |
configure:14336: gcc-5 -o conftest -g -O2 -I/include -I/include -L/lib conftest.c -lrt >&5 | |
ld: warning: directory not found for option '-L/lib' | |
ld: library not found for -lrt | |
collect2: error: ld returned 1 exit status | |
configure:14336: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tlsdate" | |
| #define PACKAGE_TARNAME "tlsdate" | |
| #define PACKAGE_VERSION "0.0.12" | |
| #define PACKAGE_STRING "tlsdate 0.0.12" | |
| #define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "tlsdate" | |
| #define VERSION "0.0.12" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin14.3.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin14.3.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define RECENT_COMPILE_DATE 1432231510L | |
| #define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
| #define HAVE_OPENSSL_SSL_H 1 | |
| #define HAVE_OPENSSL_BIO_H 1 | |
| #define HAVE_OPENSSL_ERR_H 1 | |
| #define HAVE_OPENSSL_EVP_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_FUNOPEN 1 | |
| #define HAVE_MACH_CLOCK_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define UNPRIV_GROUP "nobody" | |
| #define UNPRIV_USER "nobody" | |
| #define DBUS_CLIENT_GROUP "root" | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:14345: result: no | |
configure:14350: error: Your system lacks clock_gettime | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin14.3.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=gcc-5 | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_DBUS_CFLAGS_set= | |
ac_cv_env_DBUS_CFLAGS_value= | |
ac_cv_env_DBUS_LIBS_set= | |
ac_cv_env_DBUS_LIBS_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBEVENT_CFLAGS_set= | |
ac_cv_env_LIBEVENT_CFLAGS_value= | |
ac_cv_env_LIBEVENT_LIBS_set= | |
ac_cv_env_LIBEVENT_LIBS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_set= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ac_cv_env_PKG_CONFIG_PATH_set= | |
ac_cv_env_PKG_CONFIG_PATH_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_clock_gettime=no | |
ac_cv_func_fmemopen=no | |
ac_cv_func_funopen=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_prctl=no | |
ac_cv_func_preadv=no | |
ac_cv_func_pwritev=no | |
ac_cv_func_setresuid=no | |
ac_cv_func_strchrnul=no | |
ac_cv_func_strnlen=yes | |
ac_cv_header_arpa_inet_h=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_getopt_h=yes | |
ac_cv_header_grp_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_linux_rtc_h=no | |
ac_cv_header_mach_clock_h=yes | |
ac_cv_header_mach_mach_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
ac_cv_header_openssl_bio_h=yes | |
ac_cv_header_openssl_err_h=yes | |
ac_cv_header_openssl_evp_h=yes | |
ac_cv_header_openssl_ssl_h=yes | |
ac_cv_header_pwd_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdio_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_mman_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_time_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin14.3.0 | |
ac_cv_lib_polarssl_ssl_init=no | |
ac_cv_lib_rt_clock_gettime=no | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_lt_DD=/bin/dd | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='gcc-5 -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=gcc-5 | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_target=x86_64-apple-darwin14.3.0 | |
ac_cv_type_struct_rtc_time=no | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_cc_c_o=yes | |
am_cv_prog_tar_ustar=gnutar | |
ax_cv_check_cflags__=yes | |
ax_cv_check_cflags___I_include=yes | |
gl_cv_cc_vis_werror=yes | |
gl_cv_cc_visibility=yes | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/local/Library/ENV/4.3/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=no | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_global_symbol_to_import= | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
lt_cv_truncate_bin='/bin/dd bs=4096 count=1' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/tlsdate20150521-33643-1qua898/tlsdate-tlsdate-0.0.12/config/missing aclocal-1.15' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/tlsdate20150521-33643-1qua898/tlsdate-tlsdate-0.0.12/config/missing autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/tlsdate20150521-33643-1qua898/tlsdate-tlsdate-0.0.12/config/missing autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/tlsdate20150521-33643-1qua898/tlsdate-tlsdate-0.0.12/config/missing automake-1.15' | |
AWK='awk' | |
CC='gcc-5' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2 -I/include' | |
CFLAG_VISIBILITY='-fvisibility=hidden' | |
COMPILE_DATE='1432231510' | |
CPP='gcc-5 -E' | |
CPPFLAGS=' -I/include' | |
CYGPATH_W='echo' | |
DBUS_CFLAGS='' | |
DBUS_CLIENT_GROUP='root' | |
DBUS_LIBS='' | |
DEFS='' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GREP='/usr/bin/grep' | |
HAVE_ANDROID='' | |
HAVE_ANDROID_FALSE='' | |
HAVE_ANDROID_TRUE='#' | |
HAVE_CROS_FALSE='' | |
HAVE_CROS_TRUE='' | |
HAVE_DBUS_FALSE='' | |
HAVE_DBUS_TRUE='' | |
HAVE_FMEMOPEN_FALSE='' | |
HAVE_FMEMOPEN_TRUE='#' | |
HAVE_FUNOPEN_FALSE='#' | |
HAVE_FUNOPEN_TRUE='' | |
HAVE_SECCOMP_FILTER_FALSE='' | |
HAVE_SECCOMP_FILTER_TRUE='' | |
HAVE_STRCHRNUL_FALSE='' | |
HAVE_STRCHRNUL_TRUE='#' | |
HAVE_STRNLEN_FALSE='#' | |
HAVE_STRNLEN_TRUE='' | |
HAVE_VISIBILITY='1' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/usr/local/Library/ENV/4.3/ld' | |
LDFLAGS=' -L/lib' | |
LIBEVENT_CFLAGS='' | |
LIBEVENT_LIBS='' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
LT_SYS_LIBRARY_PATH='' | |
MAKEINFO='${SHELL} /private/tmp/tlsdate20150521-33643-1qua898/tlsdate-tlsdate-0.0.12/config/missing makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='config/install-sh -c -d' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='tlsdate' | |
PACKAGE_BUGREPORT='jacob at appelbaum.net' | |
PACKAGE_NAME='tlsdate' | |
PACKAGE_STRING='tlsdate 0.0.12' | |
PACKAGE_TARNAME='tlsdate' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='0.0.12' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10' | |
PKG_CONFIG_PATH='' | |
POLARSSL_FALSE='' | |
POLARSSL_TRUE='#' | |
RANLIB='ranlib' | |
RT_LIB='' | |
SECCOMP_FILTER_DEBUG_FALSE='' | |
SECCOMP_FILTER_DEBUG_TRUE='' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SSL_CFLAGS='' | |
SSL_LDFLAGS='' | |
SSL_LIBS='-lssl -lcrypto' | |
STRIP='strip' | |
TARGET_BSD_FALSE='' | |
TARGET_BSD_TRUE='#' | |
TARGET_CYGWIN_FALSE='' | |
TARGET_CYGWIN_TRUE='#' | |
TARGET_DRAGONFLYBSD_FALSE='' | |
TARGET_DRAGONFLYBSD_TRUE='#' | |
TARGET_FREEBSD_FALSE='' | |
TARGET_FREEBSD_TRUE='#' | |
TARGET_GNUHURD_FALSE='' | |
TARGET_GNUHURD_TRUE='#' | |
TARGET_GNUKFREEBSD_FALSE='' | |
TARGET_GNUKFREEBSD_TRUE='#' | |
TARGET_HAIKU_FALSE='' | |
TARGET_HAIKU_TRUE='#' | |
TARGET_LINUX_FALSE='' | |
TARGET_LINUX_TRUE='#' | |
TARGET_MINGW_FALSE='' | |
TARGET_MINGW_TRUE='#' | |
TARGET_NETBSD_FALSE='' | |
TARGET_NETBSD_TRUE='#' | |
TARGET_OPENBSD_FALSE='' | |
TARGET_OPENBSD_TRUE='#' | |
TARGET_OSX_FALSE='#' | |
TARGET_OSX_TRUE='' | |
TARGET_WIN32_FALSE='' | |
TARGET_WIN32_TRUE='#' | |
TLSDATE_CA_ROOTS='${prefix}/etc/tlsdate/ca-roots' | |
TLSDATE_CONF_DIR='${prefix}/etc/tlsdate/' | |
UNPRIV_USER='nobody' | |
USE_POLARSSL='' | |
VERSION='0.0.12' | |
ac_ct_AR='ar' | |
ac_ct_CC='gcc-5' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='tar --format=ustar -chf - "$$tardir"' | |
am__untar='tar -xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin14.3.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin14.3.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host='x86_64-apple-darwin14.3.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin14.3.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/tlsdate20150521-33643-1qua898/tlsdate-tlsdate-0.0.12/config/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/tlsdate/0.0.12' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target='x86_64-apple-darwin14.3.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin14.3.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "tlsdate" | |
#define PACKAGE_TARNAME "tlsdate" | |
#define PACKAGE_VERSION "0.0.12" | |
#define PACKAGE_STRING "tlsdate 0.0.12" | |
#define PACKAGE_BUGREPORT "jacob at appelbaum.net" | |
#define PACKAGE_URL "" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define __EXTENSIONS__ 1 | |
#define _ALL_SOURCE 1 | |
#define _GNU_SOURCE 1 | |
#define _POSIX_PTHREAD_SEMANTICS 1 | |
#define _TANDEM_SOURCE 1 | |
#define PACKAGE "tlsdate" | |
#define VERSION "0.0.12" | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_VISIBILITY 1 | |
#define HOST_VENDOR "apple" | |
#define HOST_OS "darwin14.3.0" | |
#define HOST_CPU "x86_64" | |
#define TARGET_VENDOR "apple" | |
#define TARGET_OS "darwin14.3.0" | |
#define TARGET_CPU "x86_64" | |
#define TARGET_OS_OSX 1 | |
#define RECENT_COMPILE_DATE 1432231510L | |
#define HTTPS_USER_AGENT "TLSDate/0.0.12" | |
#define HAVE_OPENSSL_SSL_H 1 | |
#define HAVE_OPENSSL_BIO_H 1 | |
#define HAVE_OPENSSL_ERR_H 1 | |
#define HAVE_OPENSSL_EVP_H 1 | |
#define HAVE_ARPA_INET_H 1 | |
#define HAVE_GETOPT_H 1 | |
#define HAVE_GRP_H 1 | |
#define HAVE_PWD_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_STDIO_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_SYS_MMAN_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_TIME_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_STRNLEN 1 | |
#define HAVE_GETTIMEOFDAY 1 | |
#define HAVE_FUNOPEN 1 | |
#define HAVE_MACH_CLOCK_H 1 | |
#define HAVE_MACH_MACH_H 1 | |
#define UNPRIV_GROUP "nobody" | |
#define UNPRIV_USER "nobody" | |
#define DBUS_CLIENT_GROUP "root" | |
configure: exit 1 |
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
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 19883e74c1c6b8e757dd1b1863de4c4236042ca6 | |
Last commit: 4 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/local/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.2/bin/ruby | |
Java: 1.8.0_20 |
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
Warning: You have a curlrc file | |
If you have trouble downloading packages with Homebrew, then maybe this | |
is the problem? If the following command doesn't work, then try removing | |
your curlrc: | |
curl http://github.com | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment