Skip to content

Instantly share code, notes, and snippets.

@luzpaz
Created October 24, 2015 21:42
Show Gist options
  • Save luzpaz/85e85b0a8d7100b83564 to your computer and use it in GitHub Desktop.
Save luzpaz/85e85b0a8d7100b83564 to your computer and use it in GitHub Desktop.
2015-10-24 16:39:24 -0500
./configure
--prefix=/usr/local/Cellar/libetonyek/0.1.3
checking hash container type... c++0x
configure: creating ./config.status
config.status: creating Makefile
configure: creating ./config.status
config.status: creating Makefile
config.status: creating example/Makefile
configure: creating ./config.status
config.status: creating Makefile
config.status: creating example/Makefile
config.status: creating misc/mdds.pc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating example/Makefile
config.status: creating misc/mdds.pc
config.status: creating VERSION
2015-10-24 16:39:26 -0500
make
install
install -d /usr/local/Cellar/libetonyek/0.1.3/include/mdds
install -d /usr/local/Cellar/libetonyek/0.1.3/include/mdds/hash_container
install -d /usr/local/Cellar/libetonyek/0.1.3/include/mdds/compat
install -d /usr/local/Cellar/libetonyek/0.1.3/share/doc/mdds
install -d /usr/local/Cellar/libetonyek/0.1.3/share
install -d /usr/local/Cellar/libetonyek/0.1.3/share/pkgconfig
install -m 644 ./include/mdds/*.hpp /usr/local/Cellar/libetonyek/0.1.3/include/mdds
install -m 644 ./include/mdds/*.inl /usr/local/Cellar/libetonyek/0.1.3/include/mdds
install -m 644 ./include/mdds/compat/*.hpp /usr/local/Cellar/libetonyek/0.1.3/include/mdds/compat
install -m 644 ./include/mdds/hash_container/*.hpp /usr/local/Cellar/libetonyek/0.1.3/include/mdds/hash_container
install -m 644 misc/mdds.pc /usr/local/Cellar/libetonyek/0.1.3/share/pkgconfig
install -m 644 ./AUTHORS ./COPYING ./NEWS ./README ./VERSION /usr/local/Cellar/libetonyek/0.1.3/share/doc/mdds
2015-10-24 16:39:26 -0500
./configure
--without-docs
--disable-dependency-tracking
--enable-static=no
--disable-werror
--disable-tests
--prefix=/usr/local/Cellar/libetonyek/0.1.3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
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 dependency style of clang... none
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) none
checking how to run the C preprocessor... clang -E
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... none
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-apple-darwin14.5.0
checking host system type... x86_64-apple-darwin14.5.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by 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 the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.5.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 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 mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if 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.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... clang++ -E
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 whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... 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.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for a sed that does not truncate output... (cached) /usr/local/Library/ENV/4.3/sed
checking for REVENGE... yes
checking for XML... yes
checking for ZLIB... yes
checking for boost/algorithm/string/classification.hpp... yes
checking for boost/algorithm/string/predicate.hpp... yes
checking for boost/algorithm/string/split.hpp... yes
checking for boost/any.hpp... yes
checking for boost/bind.hpp... yes
checking for boost/function.hpp... yes
checking for boost/fusion/adapted/std_pair.hpp... yes
checking for boost/fusion/include/adapt_struct.hpp... yes
checking for boost/lexical_cast.hpp... yes
checking for boost/logic/tribool.hpp... yes
checking for boost/make_shared.hpp... yes
checking for boost/none.hpp... yes
checking for boost/numeric/conversion/cast.hpp... yes
checking for boost/optional.hpp... yes
checking for boost/ref.hpp... yes
checking for boost/scoped_ptr.hpp... yes
checking for boost/shared_ptr.hpp... yes
checking for boost/spirit/include/phoenix.hpp... yes
checking for boost/spirit/include/qi.hpp... yes
checking for boost/unordered_map.hpp... yes
checking for boost/variant/recursive_variant.hpp... yes
checking for glm/glm.hpp... yes
checking for MDDS... no
configure: error: Package requirements (mdds) were not met:
No package 'mdds' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables MDDS_CFLAGS
and MDDS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 1c9370340cd5e0fb482b725d0d78462c28eadde3
Last commit: 11 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit ivybridge
OS X: 10.10.5-x86_64
Xcode: 6.4
CLT: 7.0.0.0.1.1441394355
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 => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: N/A
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/libxml2:/usr/local
CMAKE_INCLUDE_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/librevenge/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
ACLOCAL_PATH: /usr/local/opt/libxml2/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/xz/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libxml2/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v
clang++ called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -qversion
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -E -
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -E - -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -o conftest -g -O2 conftest.cpp conftstm.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 conftest.cpp conftstm.o -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -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/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -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/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
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/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -fno-rtti -fno-exceptions conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -o conftest -g -O2 -static conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -static conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 -o out/conftest2.o conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -print-search-dirs -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -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/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -g -O2 -print-multi-os-directory -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -o conftest -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -o conftest -g -O2 -static conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -static conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include -L/usr/local/opt/libxml2/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 -o out/conftest2.o conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libxml2/include
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libetonyek configure 0.1.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --without-docs --disable-dependency-tracking --enable-static=no --disable-werror --disable-tests --prefix=/usr/local/Cellar/libetonyek/0.1.3
## --------- ##
## Platform. ##
## --------- ##
hostname = Test
uname -m = x86_64
uname -r = 14.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/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.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 193 tasks, 1076 threads, 4 processors
Load average: 2.72, Mach factor: 1.66
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/xz/bin
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/libxml2/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2521: checking for a BSD-compatible install
configure:2589: result: /usr/bin/install -c
configure:2600: checking whether build environment is sane
configure:2655: result: yes
configure:2806: checking for a thread-safe mkdir -p
configure:2845: result: ./install-sh -c -d
configure:2852: checking for gawk
configure:2882: result: no
configure:2852: checking for mawk
configure:2882: result: no
configure:2852: checking for nawk
configure:2882: result: no
configure:2852: checking for awk
configure:2868: found /usr/bin/awk
configure:2879: result: awk
configure:2890: checking whether make sets $(MAKE)
configure:2912: result: yes
configure:2941: checking whether make supports nested variables
configure:2958: result: yes
configure:3095: checking whether make supports nested variables
configure:3112: result: yes
configure:3145: checking for style of include used by make
configure:3173: result: GNU
configure:3244: checking for gcc
configure:3271: result: clang
configure:3500: checking for C compiler version
configure:3509: clang --version >&5
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
configure:3520: $? = 0
configure:3509: clang -v >&5
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
configure:3520: $? = 0
configure:3509: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3520: $? = 1
configure:3509: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:3520: $? = 1
configure:3540: checking whether the C compiler works
configure:3562: clang conftest.c >&5
configure:3566: $? = 0
configure:3614: result: yes
configure:3617: checking for C compiler default output file name
configure:3619: result: a.out
configure:3625: checking for suffix of executables
configure:3632: clang -o conftest conftest.c >&5
configure:3636: $? = 0
configure:3658: result:
configure:3680: checking whether we are cross compiling
configure:3688: clang -o conftest conftest.c >&5
configure:3692: $? = 0
configure:3699: ./conftest
configure:3703: $? = 0
configure:3718: result: no
configure:3723: checking for suffix of object files
configure:3745: clang -c conftest.c >&5
configure:3749: $? = 0
configure:3770: result: o
configure:3774: checking whether we are using the GNU C compiler
configure:3793: clang -c conftest.c >&5
configure:3793: $? = 0
configure:3802: result: yes
configure:3811: checking whether clang accepts -g
configure:3831: clang -c -g conftest.c >&5
configure:3831: $? = 0
configure:3872: result: yes
configure:3889: checking for clang option to accept ISO C89
configure:3952: clang -c -g -O2 conftest.c >&5
configure:3952: $? = 0
configure:3965: result: none needed
configure:3990: checking whether clang understands -c and -o together
configure:4012: clang -c conftest.c -o conftest2.o
configure:4015: $? = 0
configure:4012: clang -c conftest.c -o conftest2.o
configure:4015: $? = 0
configure:4027: result: yes
configure:4046: checking dependency style of clang
configure:4157: result: none
configure:4222: checking for ar
configure:4238: found /usr/bin/ar
configure:4249: result: ar
configure:4275: checking the archiver (ar) interface
configure:4291: clang -c -g -O2 conftest.c >&5
configure:4291: $? = 0
configure:4293: ar cru libconftest.a conftest.o >&5
configure:4296: $? = 0
configure:4324: result: ar
configure:4392: checking for gcc
configure:4419: result: clang
configure:4648: checking for C compiler version
configure:4657: clang --version >&5
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
configure:4668: $? = 0
configure:4657: clang -v >&5
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
configure:4668: $? = 0
configure:4657: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:4668: $? = 1
configure:4657: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:4668: $? = 1
configure:4672: checking whether we are using the GNU C compiler
configure:4700: result: yes
configure:4709: checking whether clang accepts -g
configure:4770: result: yes
configure:4787: checking for clang option to accept ISO C89
configure:4863: result: none needed
configure:4888: checking whether clang understands -c and -o together
configure:4925: result: yes
configure:4944: checking dependency style of clang
configure:5055: result: none
configure:5075: checking how to run the C preprocessor
configure:5106: clang -E conftest.c
configure:5106: $? = 0
configure:5120: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5120: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libetonyek"
| #define PACKAGE_TARNAME "libetonyek"
| #define PACKAGE_VERSION "0.1.3"
| #define PACKAGE_STRING "libetonyek 0.1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libetonyek"
| #define VERSION "0.1.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5145: result: clang -E
configure:5165: clang -E conftest.c
configure:5165: $? = 0
configure:5179: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libetonyek"
| #define PACKAGE_TARNAME "libetonyek"
| #define PACKAGE_VERSION "0.1.3"
| #define PACKAGE_STRING "libetonyek 0.1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libetonyek"
| #define VERSION "0.1.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5319: checking for C++ compiler version
configure:5328: clang++ --version >&5
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
configure:5339: $? = 0
configure:5328: clang++ -v >&5
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
configure:5339: $? = 0
configure:5328: clang++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:5339: $? = 1
configure:5328: clang++ -qversion >&5
clang: error: unknown argument: '-qversion'
configure:5339: $? = 1
configure:5343: checking whether we are using the GNU C++ compiler
configure:5362: clang++ -c conftest.cpp >&5
configure:5362: $? = 0
configure:5371: result: yes
configure:5380: checking whether clang++ accepts -g
configure:5400: clang++ -c -g conftest.cpp >&5
configure:5400: $? = 0
configure:5441: result: yes
configure:5466: checking dependency style of clang++
configure:5577: result: none
configure:5593: checking whether ln -s works
configure:5597: result: yes
configure:5604: checking whether make sets $(MAKE)
configure:5626: result: yes
configure:5664: checking build system type
configure:5678: result: x86_64-apple-darwin14.5.0
configure:5698: checking host system type
configure:5711: result: x86_64-apple-darwin14.5.0
configure:5752: checking how to print strings
configure:5779: result: printf
configure:5800: checking for a sed that does not truncate output
configure:5864: result: /usr/local/Library/ENV/4.3/sed
configure:5882: checking for grep that handles long lines and -e
configure:5940: result: /usr/bin/grep
configure:5945: checking for egrep
configure:6007: result: /usr/bin/grep -E
configure:6012: checking for fgrep
configure:6074: result: /usr/bin/grep -F
configure:6109: checking for ld used by clang
configure:6176: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:6183: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:6198: result: no
configure:6210: checking for BSD- or MS-compatible name lister (nm)
configure:6259: result: /usr/bin/nm
configure:6389: checking the name lister (/usr/bin/nm) interface
configure:6396: clang++ -c -g -O2 conftest.cpp >&5
configure:6399: /usr/bin/nm "conftest.o"
configure:6402: output
0000000000000204 S _some_variable
configure:6409: result: BSD nm
configure:6413: checking the maximum length of command line arguments
configure:6543: result: 196608
configure:6560: checking whether the shell understands some XSI constructs
configure:6570: result: yes
configure:6574: checking whether the shell understands "+="
configure:6580: result: yes
configure:6615: checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format
configure:6655: result: func_convert_file_noop
configure:6662: checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format
configure:6682: result: func_convert_file_noop
configure:6689: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:6696: result: -r
configure:6770: checking for objdump
configure:6800: result: no
configure:6826: checking how to recognize dependent libraries
configure:7028: result: pass_all
configure:7113: checking for dlltool
configure:7143: result: no
configure:7170: checking how to associate runtime and link libraries
configure:7197: result: printf %s\n
configure:7322: checking for archiver @FILE support
configure:7339: clang++ -c -g -O2 conftest.cpp >&5
configure:7339: $? = 0
configure:7342: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:7345: $? = 1
configure:7365: result: no
configure:7423: checking for strip
configure:7439: found /usr/bin/strip
configure:7450: result: strip
configure:7522: checking for ranlib
configure:7538: found /usr/bin/ranlib
configure:7549: result: ranlib
configure:7651: checking command to parse /usr/bin/nm output from clang object
configure:7771: clang++ -c -g -O2 conftest.cpp >&5
configure:7774: $? = 0
configure:7778: /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:7781: $? = 0
cannot find nm_test_var in conftest.nm
configure:7771: clang++ -c -g -O2 conftest.cpp >&5
configure:7774: $? = 0
configure:7778: /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:7781: $? = 0
configure:7847: clang++ -o conftest -g -O2 conftest.cpp conftstm.o >&5
configure:7850: $? = 0
configure:7888: result: ok
configure:7925: checking for sysroot
configure:7955: result: no
configure:8217: checking for mt
configure:8247: result: no
configure:8267: checking if : is a manifest tool
configure:8273: : '-?'
configure:8281: result: no
configure:8337: checking for dsymutil
configure:8353: found /usr/bin/dsymutil
configure:8364: result: dsymutil
configure:8429: checking for nmedit
configure:8445: found /usr/bin/nmedit
configure:8456: result: nmedit
configure:8521: checking for lipo
configure:8537: found /usr/bin/lipo
configure:8548: result: lipo
configure:8613: checking for otool
configure:8629: found /usr/bin/otool
configure:8640: result: otool
configure:8705: checking for otool64
configure:8735: result: no
configure:8780: checking for -single_module linker flag
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:8813: result: yes
configure:8816: checking for -exported_symbols_list linker flag
configure:8836: clang++ -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.cpp >&5
configure:8836: $? = 0
configure:8846: result: yes
configure:8849: 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:8881: result: yes
configure:8919: checking for ANSI C header files
configure:8939: clang++ -c -g -O2 conftest.cpp >&5
configure:8939: $? = 0
./configure: line 8953: conftest.cpp: command not found
configure:9023: result: no
configure:9036: checking for sys/types.h
configure:9036: clang++ -c -g -O2 conftest.cpp >&5
configure:9036: $? = 0
configure:9036: result: yes
configure:9036: checking for sys/stat.h
configure:9036: clang++ -c -g -O2 conftest.cpp >&5
configure:9036: $? = 0
configure:9036: result: yes
configure:9036: checking for stdlib.h
configure:9036: clang++ -c -g -O2 conftest.cpp >&5
configure:9036: $? = 0
configure:9036: result: yes
configure:9036: checking for string.h
configure:9036: clang++ -c -g -O2 conftest.cpp >&5
configure:9036: $? = 0
configure:9036: result: yes
configure:9036: checking for memory.h
configure:9036: clang++ -c -g -O2 conftest.cpp >&5
configure:9036: $? = 0
configure:9036: result: yes
configure:9036: checking for strings.h
configure:9036: clang++ -c -g -O2 conftest.cpp >&5
configure:9036: $? = 0
configure:9036: result: yes
configure:9036: checking for inttypes.h
configure:9036: clang++ -c -g -O2 conftest.cpp >&5
configure:9036: $? = 0
configure:9036: result: yes
configure:9036: checking for stdint.h
configure:9036: clang++ -c -g -O2 conftest.cpp >&5
configure:9036: $? = 0
configure:9036: result: yes
configure:9036: checking for unistd.h
configure:9036: clang++ -c -g -O2 conftest.cpp >&5
configure:9036: $? = 0
configure:9036: result: yes
configure:9050: checking for dlfcn.h
configure:9050: clang++ -c -g -O2 conftest.cpp >&5
configure:9050: $? = 0
configure:9050: result: yes
configure:9562: checking for objdir
configure:9577: result: .libs
configure:9848: checking if clang supports -fno-rtti -fno-exceptions
configure:9866: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:9870: $? = 0
configure:9883: result: yes
configure:10210: checking for clang option to produce PIC
configure:10217: result: -fno-common -DPIC
configure:10225: checking if clang PIC flag -fno-common -DPIC works
configure:10243: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:10247: $? = 0
configure:10260: result: yes
configure:10289: checking if clang static flag -static works
configure:10317: result: no
configure:10332: checking if clang supports -c -o file.o
configure:10353: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10357: $? = 0
configure:10379: result: yes
configure:10387: checking if clang supports -c -o file.o
configure:10434: result: yes
configure:10467: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:11620: result: yes
configure:11860: checking dynamic linker characteristics
configure:12597: result: darwin14.5.0 dyld
configure:12704: checking how to hardcode library paths into programs
configure:12729: result: immediate
configure:13269: checking whether stripping libraries is possible
configure:13283: result: yes
configure:13309: checking if libtool supports shared libraries
configure:13311: result: yes
configure:13314: checking whether to build shared libraries
configure:13335: result: yes
configure:13338: checking whether to build static libraries
configure:13342: result: no
configure:13365: checking how to run the C++ preprocessor
configure:13392: clang++ -E conftest.cpp
configure:13392: $? = 0
configure:13406: clang++ -E conftest.cpp
conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:13406: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libetonyek"
| #define PACKAGE_TARNAME "libetonyek"
| #define PACKAGE_VERSION "0.1.3"
| #define PACKAGE_STRING "libetonyek 0.1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libetonyek"
| #define VERSION "0.1.3"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13431: result: clang++ -E
configure:13451: clang++ -E conftest.cpp
configure:13451: $? = 0
configure:13465: clang++ -E conftest.cpp
conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:13465: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libetonyek"
| #define PACKAGE_TARNAME "libetonyek"
| #define PACKAGE_VERSION "0.1.3"
| #define PACKAGE_STRING "libetonyek 0.1.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libetonyek"
| #define VERSION "0.1.3"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13634: checking for ld used by clang++
configure:13701: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:13708: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:13723: result: no
configure:13778: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:14783: result: yes
configure:14819: clang++ -c -g -O2 conftest.cpp >&5
configure:14822: $? = 0
configure:15342: checking for clang++ option to produce PIC
configure:15349: result: -fno-common -DPIC
configure:15357: checking if clang++ PIC flag -fno-common -DPIC works
configure:15375: clang++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:15379: $? = 0
configure:15392: result: yes
configure:15415: checking if clang++ static flag -static works
configure:15443: result: no
configure:15455: checking if clang++ supports -c -o file.o
configure:15476: clang++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:15480: $? = 0
configure:15502: result: yes
configure:15507: checking if clang++ supports -c -o file.o
configure:15554: result: yes
configure:15584: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:15620: result: yes
configure:15761: checking dynamic linker characteristics
configure:16432: result: darwin14.5.0 dyld
configure:16485: checking how to hardcode library paths into programs
configure:16510: result: immediate
configure:16627: checking for pkg-config
configure:16645: found /usr/local/opt/pkg-config/bin/pkg-config
configure:16657: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:16682: checking pkg-config is at least version 0.20
configure:16685: result: yes
configure:16694: checking for egrep
configure:16756: result: /usr/bin/grep -E
configure:16761: checking for a sed that does not truncate output
configure:16825: result: /usr/local/Library/ENV/4.3/sed
configure:16840: checking for REVENGE
configure:16849: $PKG_CONFIG --exists --print-errors "
librevenge-0.0
"
configure:16854: $? = 0
configure:16872: $PKG_CONFIG --exists --print-errors "
librevenge-0.0
"
configure:16877: $? = 0
configure:16943: result: yes
configure:16955: checking for XML
configure:16964: $PKG_CONFIG --exists --print-errors "
libxml-2.0
"
configure:16969: $? = 0
configure:16987: $PKG_CONFIG --exists --print-errors "
libxml-2.0
"
configure:16992: $? = 0
configure:17058: result: yes
configure:17069: checking for ZLIB
configure:17076: $PKG_CONFIG --exists --print-errors "zlib"
configure:17079: $? = 0
configure:17093: $PKG_CONFIG --exists --print-errors "zlib"
configure:17096: $? = 0
configure:17236: result: yes
configure:17271: checking for boost/algorithm/string/classification.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/algorithm/string/predicate.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/algorithm/string/split.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/any.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/bind.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/function.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/fusion/adapted/std_pair.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/fusion/include/adapt_struct.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/lexical_cast.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/logic/tribool.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/make_shared.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/none.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/numeric/conversion/cast.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/optional.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/ref.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/scoped_ptr.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/shared_ptr.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/spirit/include/phoenix.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/spirit/include/qi.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/unordered_map.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17271: checking for boost/variant/recursive_variant.hpp
configure:17271: clang++ -c -g -O2 conftest.cpp >&5
configure:17271: $? = 0
configure:17271: result: yes
configure:17295: checking for glm/glm.hpp
configure:17295: clang++ -c -g -O2 conftest.cpp >&5
configure:17295: $? = 0
configure:17295: result: yes
configure:17317: checking for MDDS
configure:17324: $PKG_CONFIG --exists --print-errors "mdds"
Package mdds was not found in the pkg-config search path.
Perhaps you should add the directory containing `mdds.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mdds' found
configure:17327: $? = 1
configure:17341: $PKG_CONFIG --exists --print-errors "mdds"
Package mdds was not found in the pkg-config search path.
Perhaps you should add the directory containing `mdds.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mdds' found
configure:17344: $? = 1
configure:17358: result: no
No package 'mdds' found
configure:17374: error: Package requirements (mdds) were not met:
No package 'mdds' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables MDDS_CFLAGS
and MDDS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin14.5.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CPPUNIT_CFLAGS_set=
ac_cv_env_CPPUNIT_CFLAGS_value=
ac_cv_env_CPPUNIT_LIBS_set=
ac_cv_env_CPPUNIT_LIBS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MDDS_CFLAGS_set=
ac_cv_env_MDDS_CFLAGS_value=
ac_cv_env_MDDS_LIBS_set=
ac_cv_env_MDDS_LIBS_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=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/librevenge/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_REVENGE_CFLAGS_set=
ac_cv_env_REVENGE_CFLAGS_value=
ac_cv_env_REVENGE_GENERATORS_CFLAGS_set=
ac_cv_env_REVENGE_GENERATORS_CFLAGS_value=
ac_cv_env_REVENGE_GENERATORS_LIBS_set=
ac_cv_env_REVENGE_GENERATORS_LIBS_value=
ac_cv_env_REVENGE_LIBS_set=
ac_cv_env_REVENGE_LIBS_value=
ac_cv_env_REVENGE_STREAM_CFLAGS_set=
ac_cv_env_REVENGE_STREAM_CFLAGS_value=
ac_cv_env_REVENGE_STREAM_LIBS_set=
ac_cv_env_REVENGE_STREAM_LIBS_value=
ac_cv_env_XML_CFLAGS_set=
ac_cv_env_XML_CFLAGS_value=
ac_cv_env_XML_LIBS_set=
ac_cv_env_XML_LIBS_value=
ac_cv_env_ZLIB_CFLAGS_set=
ac_cv_env_ZLIB_CFLAGS_value=
ac_cv_env_ZLIB_LIBS_set=
ac_cv_env_ZLIB_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_boost_algorithm_string_classification_hpp=yes
ac_cv_header_boost_algorithm_string_predicate_hpp=yes
ac_cv_header_boost_algorithm_string_split_hpp=yes
ac_cv_header_boost_any_hpp=yes
ac_cv_header_boost_bind_hpp=yes
ac_cv_header_boost_function_hpp=yes
ac_cv_header_boost_fusion_adapted_std_pair_hpp=yes
ac_cv_header_boost_fusion_include_adapt_struct_hpp=yes
ac_cv_header_boost_lexical_cast_hpp=yes
ac_cv_header_boost_logic_tribool_hpp=yes
ac_cv_header_boost_make_shared_hpp=yes
ac_cv_header_boost_none_hpp=yes
ac_cv_header_boost_numeric_conversion_cast_hpp=yes
ac_cv_header_boost_optional_hpp=yes
ac_cv_header_boost_ref_hpp=yes
ac_cv_header_boost_scoped_ptr_hpp=yes
ac_cv_header_boost_shared_ptr_hpp=yes
ac_cv_header_boost_spirit_include_phoenix_hpp=yes
ac_cv_header_boost_spirit_include_qi_hpp=yes
ac_cv_header_boost_unordered_map_hpp=yes
ac_cv_header_boost_variant_recursive_variant_hpp=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_glm_glm_hpp=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin14.5.0
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_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='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_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=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_LDCXX=/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_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
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
pkg_cv_REVENGE_CFLAGS='-I/usr/local/Cellar/librevenge/0.0.2/include/librevenge-0.0 '
pkg_cv_REVENGE_LIBS='-L/usr/local/Cellar/librevenge/0.0.2/lib -lrevenge-0.0 '
pkg_cv_XML_CFLAGS='-I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 '
pkg_cv_XML_LIBS='-L/usr/local/Cellar/libxml2/2.9.2/lib -lxml2 '
pkg_cv_ZLIB_CFLAGS=
pkg_cv_ZLIB_LIBS='-L/usr/lib -lz '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/libetonyek20151024-31238-osgxhb/libetonyek-0.1.3/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'
AS='as'
AUTOCONF='${SHELL} /private/tmp/libetonyek20151024-31238-osgxhb/libetonyek-0.1.3/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/libetonyek20151024-31238-osgxhb/libetonyek-0.1.3/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/libetonyek20151024-31238-osgxhb/libetonyek-0.1.3/missing automake-1.15'
AWK='awk'
BOOST_CFLAGS=''
CC='clang'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPP='clang -E'
CPPFLAGS=''
CPPUNIT_CFLAGS=''
CPPUNIT_LIBS=''
CXX='clang++'
CXXCPP='clang++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEBUG_CXXFLAGS=''
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DOXYGEN=''
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETONYEK_MAJOR_VERSION=''
ETONYEK_MICRO_VERSION=''
ETONYEK_MINOR_VERSION=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GLM_CFLAGS=''
GPERF='${SHELL} /private/tmp/libetonyek20151024-31238-osgxhb/libetonyek-0.1.3/missing gperf'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KEY2RAW_WIN32_RESOURCE=''
KEY2TEXT_WIN32_RESOURCE=''
KEY2XHTML_WIN32_RESOURCE=''
KN_VERSION=''
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=''
LIBETONYEK_WIN32_RESOURCE=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE=''
LT_CURRENT=''
LT_REVISION=''
MAKEINFO='${SHELL} /private/tmp/libetonyek20151024-31238-osgxhb/libetonyek-0.1.3/missing makeinfo'
MANIFEST_TOOL=':'
MDDS_CFLAGS=''
MDDS_LIBS=''
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
NUMBERS2CSV_WIN32_RESOURCE=''
NUMBERS2RAW_WIN32_RESOURCE=''
NUMBERS2TEXT_WIN32_RESOURCE=''
OBJDUMP='false'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE=''
OTOOL64=':'
OTOOL='otool'
PACKAGE='libetonyek'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='libetonyek'
PACKAGE_STRING='libetonyek 0.1.3'
PACKAGE_TARNAME='libetonyek'
PACKAGE_URL=''
PACKAGE_VERSION='0.1.3'
PAGES2HTML_WIN32_RESOURCE=''
PAGES2RAW_WIN32_RESOURCE=''
PAGES2TEXT_WIN32_RESOURCE=''
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='/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/librevenge/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE=''
RANLIB='ranlib'
REVENGE_CFLAGS='-I/usr/local/Cellar/librevenge/0.0.2/include/librevenge-0.0 '
REVENGE_GENERATORS_CFLAGS=''
REVENGE_GENERATORS_LIBS=''
REVENGE_LIBS='-L/usr/local/Cellar/librevenge/0.0.2/lib -lrevenge-0.0 '
REVENGE_STREAM_CFLAGS=''
REVENGE_STREAM_LIBS=''
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TESTS_FALSE=''
TESTS_TRUE=''
VERSION='0.1.3'
WINDRES=''
WITH_LIBETONYEK_DOCS_FALSE=''
WITH_LIBETONYEK_DOCS_TRUE=''
WITH_LIBETONYEK_TOOLS_FALSE=''
WITH_LIBETONYEK_TOOLS_TRUE=''
XML_CFLAGS='-I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 '
XML_LIBS='-L/usr/local/Cellar/libxml2/2.9.2/lib -lxml2 '
ZLIB_CFLAGS=''
ZLIB_LIBS='-L/usr/lib -lz '
ac_ct_AR='ar'
ac_ct_CC='clang'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin14.5.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin14.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin14.5.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin14.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/libetonyek20151024-31238-osgxhb/libetonyek-0.1.3/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/libetonyek/0.1.3'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "libetonyek"
#define PACKAGE_TARNAME "libetonyek"
#define PACKAGE_VERSION "0.1.3"
#define PACKAGE_STRING "libetonyek 0.1.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "libetonyek"
#define VERSION "0.1.3"
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_BOOST_ALGORITHM_STRING_CLASSIFICATION_HPP 1
#define HAVE_BOOST_ALGORITHM_STRING_PREDICATE_HPP 1
#define HAVE_BOOST_ALGORITHM_STRING_SPLIT_HPP 1
#define HAVE_BOOST_ANY_HPP 1
#define HAVE_BOOST_BIND_HPP 1
#define HAVE_BOOST_FUNCTION_HPP 1
#define HAVE_BOOST_FUSION_ADAPTED_STD_PAIR_HPP 1
#define HAVE_BOOST_FUSION_INCLUDE_ADAPT_STRUCT_HPP 1
#define HAVE_BOOST_LEXICAL_CAST_HPP 1
#define HAVE_BOOST_LOGIC_TRIBOOL_HPP 1
#define HAVE_BOOST_MAKE_SHARED_HPP 1
#define HAVE_BOOST_NONE_HPP 1
#define HAVE_BOOST_NUMERIC_CONVERSION_CAST_HPP 1
#define HAVE_BOOST_OPTIONAL_HPP 1
#define HAVE_BOOST_REF_HPP 1
#define HAVE_BOOST_SCOPED_PTR_HPP 1
#define HAVE_BOOST_SHARED_PTR_HPP 1
#define HAVE_BOOST_SPIRIT_INCLUDE_PHOENIX_HPP 1
#define HAVE_BOOST_SPIRIT_INCLUDE_QI_HPP 1
#define HAVE_BOOST_UNORDERED_MAP_HPP 1
#define HAVE_BOOST_VARIANT_RECURSIVE_VARIANT_HPP 1
#define HAVE_GLM_GLM_HPP 1
configure: exit 1
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 1c9370340cd5e0fb482b725d0d78462c28eadde3
Last commit: 11 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit ivybridge
OS X: 10.10.5-x86_64
Xcode: 6.4
CLT: 7.0.0.0.1.1441394355
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.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: N/A
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!
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
gperf
Warning: Your Xcode (6.4) is outdated
Please update to Xcode 7.0.1.
Xcode can be updated from the App Store.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment