Created
May 21, 2015 18:04
-
-
Save dunn/cfa5681a3834ebc27968 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:01:38 -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:01:47 -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... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether clang understands -c and -o together... yes | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking 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 clang... 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 clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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 clang 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 clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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: 1432231312 | |
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 | |
GCC-4.2: build 0 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby | |
Java: 1.8.0_20 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
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 |
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
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -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: clang -pipe -Os -march=native -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 | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c conftstm.o | |
superenv added: -pipe -Os -march=native -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: clang -pipe -Os -march=native -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 | |
clang called with: -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -g -O2 -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 | |
clang called with: -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -g -O2 -c -o conftest.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang called with: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv added: -pipe -Os -march=native -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: clang -pipe -Os -march=native -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 | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang called with: -o conftest -g -O2 -static conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -c -g -O2 -o out/conftest2.o conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang called with: -print-search-dirs | |
superenv added: -pipe -Os -march=native -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: clang -pipe -Os -march=native -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 | |
clang called with: -g -O2 -print-multi-os-directory | |
superenv added: -pipe -Os -march=native -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: clang -pipe -Os -march=native -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 | |
clang called with: -c -g -O2 -Werror conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -Werror conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -fvisibility=hidden -Werror conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 conftest.c -lpolarssl | |
superenv added: -pipe -Os -march=native -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: clang -pipe -Os -march=native -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 | |
clang called with: -c -g -O2 -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/include -I/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -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 | |
clang 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: clang -E -I/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -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 | |
clang called with: -o conftest -g -O2 -I/include -I/include -L/lib conftest.c -lrt | |
superenv added: -pipe -Os -march=native -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: clang -pipe -Os -march=native -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 | |
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, 1377 threads, 4 processors | |
Load average: 2.25, Mach factor: 1.85 | |
/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 | |
## ----------- ## | |
## 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: clang | |
configure:2857: checking for C compiler version | |
configure:2866: clang --version >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.3.0 | |
Thread model: posix | |
configure:2877: $? = 0 | |
configure:2866: clang -v >&5 | |
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) | |
Target: x86_64-apple-darwin14.3.0 | |
Thread model: posix | |
configure:2877: $? = 0 | |
configure:2866: clang -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
configure:2877: $? = 1 | |
configure:2866: clang -qversion >&5 | |
clang: error: unknown argument: '-qversion' | |
configure:2877: $? = 1 | |
configure:2897: checking whether the C compiler works | |
configure:2919: clang 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: clang -o conftest conftest.c >&5 | |
configure:2993: $? = 0 | |
configure:3015: result: | |
configure:3037: checking whether we are cross compiling | |
configure:3045: clang -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: clang -c conftest.c >&5 | |
configure:3106: $? = 0 | |
configure:3127: result: o | |
configure:3131: checking whether we are using the GNU C compiler | |
configure:3150: clang -c conftest.c >&5 | |
configure:3150: $? = 0 | |
configure:3159: result: yes | |
configure:3168: checking whether clang accepts -g | |
configure:3188: clang -c -g conftest.c >&5 | |
configure:3188: $? = 0 | |
configure:3229: result: yes | |
configure:3246: checking for clang option to accept ISO C89 | |
configure:3309: clang -c -g -O2 conftest.c >&5 | |
configure:3309: $? = 0 | |
configure:3322: result: none needed | |
configure:3347: checking whether clang understands -c and -o together | |
configure:3369: clang -c conftest.c -o conftest2.o | |
configure:3372: $? = 0 | |
configure:3369: clang -c conftest.c -o conftest2.o | |
configure:3372: $? = 0 | |
configure:3384: result: yes | |
configure:3407: checking how to run the C preprocessor | |
configure:3438: clang -E conftest.c | |
configure:3438: $? = 0 | |
configure:3452: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
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: clang -E | |
configure:3497: clang -E conftest.c | |
configure:3497: $? = 0 | |
configure:3511: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
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: clang -c -g -O2 conftest.c >&5 | |
configure:3690: $? = 0 | |
configure:3763: clang -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: clang -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for sys/stat.h | |
configure:3787: clang -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for stdlib.h | |
configure:3787: clang -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for string.h | |
configure:3787: clang -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for memory.h | |
configure:3787: clang -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for strings.h | |
configure:3787: clang -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for inttypes.h | |
configure:3787: clang -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for stdint.h | |
configure:3787: clang -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3787: checking for unistd.h | |
configure:3787: clang -c -g -O2 conftest.c >&5 | |
configure:3787: $? = 0 | |
configure:3787: result: yes | |
configure:3800: checking minix/config.h usability | |
configure:3800: clang -c -g -O2 conftest.c >&5 | |
conftest.c:52:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
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: clang -E conftest.c | |
conftest.c:19:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
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: clang -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 clang | |
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 clang | |
configure:5200: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:5207: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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: clang -c -g -O2 conftest.c >&5 | |
configure:5428: /usr/bin/nm "conftest.o" | |
configure:5431: output | |
0000000000000204 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 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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: clang -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 clang object | |
configure:6824: clang -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: clang -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: clang -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 | |
clang -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: clang -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 | |
clang -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:8075: result: yes | |
configure:8149: checking for dlfcn.h | |
configure:8149: clang -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 clang supports -fno-rtti -fno-exceptions | |
configure:8702: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8706: $? = 0 | |
configure:8719: result: yes | |
configure:9077: checking for clang option to produce PIC | |
configure:9084: result: -fno-common -DPIC | |
configure:9092: checking if clang PIC flag -fno-common -DPIC works | |
configure:9110: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9114: $? = 0 | |
configure:9127: result: yes | |
configure:9156: checking if clang static flag -static works | |
configure:9184: result: no | |
configure:9199: checking if clang supports -c -o file.o | |
configure:9220: clang -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:9224: $? = 0 | |
configure:9246: result: yes | |
configure:9254: checking if clang supports -c -o file.o | |
configure:9301: result: yes | |
configure:9334: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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: clang -c -g -O2 -Werror conftest.c >&5 | |
configure:12485: $? = 0 | |
configure:12494: result: yes | |
configure:12496: checking for simple visibility declarations | |
configure:12523: clang -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: clang -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: clang -o conftest -g -O2 conftest.c -lpolarssl >&5 | |
ld: library not found for -lpolarssl | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
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 1432231312L | |
| #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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -c -g -O2 -I/include -I/include conftest.c >&5 | |
conftest.c:89:10: fatal error: 'linux/rtc.h' file not found | |
#include <linux/rtc.h> | |
^ | |
1 error generated. | |
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 1432231312L | |
| #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: clang -E -I/include conftest.c | |
conftest.c:56:10: fatal error: 'linux/rtc.h' file not found | |
#include <linux/rtc.h> | |
^ | |
1 error generated. | |
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 1432231312L | |
| #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: clang -c -g -O2 -I/include -I/include conftest.c >&5 | |
conftest.c:65:5: error: invalid application of 'sizeof' to an incomplete type 'struct rtc_time' | |
if (sizeof (struct rtc_time)) | |
^ ~~~~~~~~~~~~~~~~~ | |
conftest.c:65:20: note: forward declaration of 'struct rtc_time' | |
if (sizeof (struct rtc_time)) | |
^ | |
1 error generated. | |
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 1432231312L | |
| #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: clang -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 conftest-54fdf3.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: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 1432231312L | |
| #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: clang -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: clang -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: clang -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 conftest-b383a0.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: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 1432231312L | |
| #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: clang -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 conftest-f6e7b7.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: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 1432231312L | |
| #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: clang -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 conftest-dd7768.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: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 1432231312L | |
| #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: clang -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 conftest-16429c.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: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 1432231312L | |
| #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: clang -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 conftest-e134ef.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: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 1432231312L | |
| #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: clang -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: clang -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: clang -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: clang -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: clang -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: clang -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 conftest-12f074.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure: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 1432231312L | |
| #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: clang -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 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
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 1432231312L | |
| #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=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_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='clang -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=clang | |
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=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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=yes | |
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-31116-orf4po/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-31116-orf4po/tlsdate-tlsdate-0.0.12/config/missing autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/tlsdate20150521-31116-orf4po/tlsdate-tlsdate-0.0.12/config/missing autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/tlsdate20150521-31116-orf4po/tlsdate-tlsdate-0.0.12/config/missing automake-1.15' | |
AWK='awk' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2 -I/include' | |
CFLAG_VISIBILITY='-fvisibility=hidden' | |
COMPILE_DATE='1432231312' | |
CPP='clang -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='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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-31116-orf4po/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='clang' | |
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-31116-orf4po/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 1432231312L | |
#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