Skip to content

Instantly share code, notes, and snippets.

@rakkesh
Created June 8, 2016 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rakkesh/f51997dc48699f868b17bd77404c873a to your computer and use it in GitHub Desktop.
Save rakkesh/f51997dc48699f868b17bd77404c873a to your computer and use it in GitHub Desktop.
zbar on Mac OS X 10.11.5 - Homebrew build logs
Homebrew build logs for zbar on Mac OS X 10.11.5
Build date: 2016-06-09 05:14:49
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 21ca138edf584daebf1795a52d6edd6ec34ce605
Last commit: 28 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: b2bdba8a605b13f96b1194747ee870ca28d76884
Core tap last commit: 17 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 haswell
Clang: 7.3 build 703
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/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: 1.7.0_79, 1.6.0_65-b14-468
System Ruby: 2.0.0-p648
OS X: 10.11.5-x86_64
Xcode: 7.3.1
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
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: Your Homebrew is outdated.
You haven't updated for at least 24 hours. This is a long time in brewland!
To update Homebrew, run `brew update`.
2016-06-09 05:14:38 +0530
./configure
--disable-dependency-tracking
--prefix=/usr/local/Cellar/zbar/0.10_2
--without-python
--without-qt
--disable-video
--without-gtk
--without-x
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin15.5.0
checking host system type... i386-apple-darwin15.5.0
checking for style of include used by make... GNU
checking for gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 dependency style of clang... none
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 -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
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 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 ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
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 how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking 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... darwin15.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for windres... no
checking host system type... (cached) i386-apple-darwin15.5.0
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 dependency style of clang... (cached) none
checking whether clang and cc understand -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... none
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether clang++ accepts -g... (cached) yes
checking dependency style of clang++... (cached) none
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... darwin15.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.9.0... yes
checking for xmlto... no
checking whether to build EAN symbologies... yes
checking whether to build Code 128 symbology... yes
checking whether to build Code 39 symbology... yes
checking whether to build PDF417 symbology... no
checking whether to build Interleaved 2 of 5 symbology... yes
checking whether to build QR Code... yes
checking for library containing clock_gettime... no
checking for ld used by GCC... /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 shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for X... disabled
checking for X11/extensions/XShm.h... no
checking for X11/extensions/Xvlib.h... no
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking for jpeg_read_header in -ljpeg... yes
checking for MAGICK... yes
configure: using ImageMagick version 7.0.1
checking wand/MagickWand.h usability... no
checking wand/MagickWand.h presence... no
checking for wand/MagickWand.h... no
configure: error: in `/private/tmp/zbar-20160609-59863-1sxh5dx/zbar-0.10':
configure: error: ImageMagick package found but wand/MagickWand.h not installed?!
this is a problem with your ImageMagick install,
please resolve the inconsistency and try again...
See `config.log' for more details.
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 21ca138edf584daebf1795a52d6edd6ec34ce605
Last commit: 28 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: b2bdba8a605b13f96b1194747ee870ca28d76884
Core tap last commit: 17 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 haswell
GCC-4.2: build 0
Clang: 7.3 build 703
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.7.0_79, 1.6.0_65-b14-468
System Ruby: 2.0.0-p648
OS X: 10.11.5-x86_64
Xcode: 7.3.1
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
MACOSX_DEPLOYMENT_TARGET: 10.11
PKG_CONFIG_PATH: /usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/little-cms/lib/pkgconfig:/usr/local/opt/little-cms2/lib/pkgconfig:/usr/local/opt/webp/lib/pkgconfig:/usr/local/opt/gd/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/liblqr/lib/pkgconfig:/usr/local/opt/ilmbase/lib/pkgconfig:/usr/local/opt/openexr/lib/pkgconfig:/usr/local/opt/imagemagick/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/xz/bin:/usr/local/opt/libtool/bin:/usr/local/opt/libpng/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/little-cms/bin:/usr/local/opt/little-cms2/bin:/usr/local/opt/webp/bin:/usr/local/opt/gd/bin:/usr/local/opt/libwmf/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/openexr/bin:/usr/local/opt/ghostscript/bin:/usr/local/opt/imagemagick/bin:/usr/local/opt/jasper/bin:/usr/local/opt/dcraw/bin:/usr/local/opt/ufraw/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -print-prog-name=ld
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 conftest.c conftstm.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 -static conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -DHAVE_DLFCN_H conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -DHAVE_DLFCN_H conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -DHAVE_DLFCN_H conftest.c -ldl
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -DHAVE_DLFCN_H conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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.rc
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.rc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 conftest.rc
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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.rc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
cc called with: -c conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
cc called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
cc called with: -c conftest.c -o conftest2.o
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v
clang++ called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -c -g conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: --version
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v
clang++ called with: -V
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -E conftest.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -c -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -o conftest -g -O2 conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -o conftest -g -O2 -static conftest.cpp
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -Os -march=native -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lrt
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -lrt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-search-dirs
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -liconv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -liconv
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -liconv -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 conftest.c -lpthread
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -c -g -O2 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -E conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -o conftest -g -O2 conftest.c -ljpeg -lpthread
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -ljpeg -lpthread -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/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 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7 conftest.c
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -Os -march=native -c -g -O2 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7 conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by zbar configure 0.10, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/zbar/0.10_2 --without-python --without-qt --disable-video --without-gtk --without-x
## --------- ##
## Platform. ##
## --------- ##
hostname = MBAR.local
uname -m = x86_64
uname -r = 15.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/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 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 272 tasks, 980 threads, 4 processors
Load average: 1.52, Mach factor: 2.47
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/local/opt/jpeg/bin
PATH: /usr/local/opt/xz/bin
PATH: /usr/local/opt/libtool/bin
PATH: /usr/local/opt/libpng/bin
PATH: /usr/local/opt/libtiff/bin
PATH: /usr/local/opt/freetype/bin
PATH: /usr/local/opt/fontconfig/bin
PATH: /usr/local/opt/little-cms/bin
PATH: /usr/local/opt/little-cms2/bin
PATH: /usr/local/opt/webp/bin
PATH: /usr/local/opt/gd/bin
PATH: /usr/local/opt/libwmf/bin
PATH: /usr/local/opt/gettext/bin
PATH: /usr/local/opt/glib/bin
PATH: /usr/local/opt/openexr/bin
PATH: /usr/local/opt/ghostscript/bin
PATH: /usr/local/opt/imagemagick/bin
PATH: /usr/local/opt/jasper/bin
PATH: /usr/local/opt/dcraw/bin
PATH: /usr/local/opt/ufraw/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2260: checking for a BSD-compatible install
configure:2328: result: /usr/bin/install -c
configure:2339: checking whether build environment is sane
configure:2382: result: yes
configure:2407: checking for a thread-safe mkdir -p
configure:2446: result: config/install-sh -c -d
configure:2459: checking for gawk
configure:2489: result: no
configure:2459: checking for mawk
configure:2489: result: no
configure:2459: checking for nawk
configure:2489: result: no
configure:2459: checking for awk
configure:2475: found /usr/bin/awk
configure:2486: result: awk
configure:2497: checking whether make sets $(MAKE)
configure:2519: result: yes
configure:2738: checking build system type
configure:2756: result: i386-apple-darwin15.5.0
configure:2778: checking host system type
configure:2793: result: i386-apple-darwin15.5.0
configure:2827: checking for style of include used by make
configure:2855: result: GNU
configure:2925: checking for gcc
configure:2952: result: clang
configure:3184: checking for C compiler version
configure:3192: clang --version >&5
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3196: $? = 0
configure:3203: clang -v >&5
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3207: $? = 0
configure:3214: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3218: $? = 1
configure:3241: checking for C compiler default output file name
configure:3263: clang conftest.c >&5
configure:3267: $? = 0
configure:3305: result: a.out
configure:3324: checking whether the C compiler works
configure:3334: ./a.out
configure:3338: $? = 0
configure:3357: result: yes
configure:3364: checking whether we are cross compiling
configure:3366: result: no
configure:3369: checking for suffix of executables
configure:3376: clang -o conftest conftest.c >&5
configure:3380: $? = 0
configure:3406: result:
configure:3412: checking for suffix of object files
configure:3438: clang -c conftest.c >&5
configure:3442: $? = 0
configure:3467: result: o
configure:3471: checking whether we are using the GNU C compiler
configure:3500: clang -c conftest.c >&5
configure:3507: $? = 0
configure:3524: result: yes
configure:3533: checking whether clang accepts -g
configure:3563: clang -c -g conftest.c >&5
configure:3570: $? = 0
configure:3671: result: yes
configure:3688: checking for clang option to accept ISO C89
configure:3762: clang -c -g -O2 conftest.c >&5
configure:3769: $? = 0
configure:3792: result: none needed
configure:3812: checking dependency style of clang
configure:3903: result: none
configure:3918: checking for a sed that does not truncate output
configure:3984: result: /usr/local/Library/ENV/4.3/sed
configure:4002: checking for grep that handles long lines and -e
configure:4062: result: /usr/bin/grep
configure:4067: checking for egrep
configure:4131: result: /usr/bin/grep -E
configure:4136: checking for fgrep
configure:4200: result: /usr/bin/grep -F
configure:4235: checking for ld used by clang
configure:4302: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:4311: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:4326: result: no
configure:4338: checking for BSD- or MS-compatible name lister (nm)
configure:4387: result: /usr/bin/nm -B
configure:4505: checking the name lister (/usr/bin/nm -B) interface
configure:4512: clang -c -g -O2 conftest.c >&5
configure:4515: /usr/bin/nm -B "conftest.o"
configure:4518: output
0000000000000200 S _some_variable
configure:4525: result: BSD nm
configure:4528: checking whether ln -s works
configure:4532: result: yes
configure:4540: checking the maximum length of command line arguments
configure:4660: result: 196608
configure:4677: checking whether the shell understands some XSI constructs
configure:4687: result: yes
configure:4691: checking whether the shell understands "+="
configure:4697: result: yes
configure:4732: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:4739: result: -r
configure:4808: checking for objdump
configure:4838: result: no
configure:4864: checking how to recognize dependent libraries
configure:5060: result: pass_all
configure:5120: checking for ar
configure:5136: found /usr/bin/ar
configure:5147: result: ar
configure:5225: checking for strip
configure:5241: found /usr/bin/strip
configure:5252: result: strip
configure:5324: checking for ranlib
configure:5340: found /usr/bin/ranlib
configure:5351: result: ranlib
configure:5441: checking command to parse /usr/bin/nm -B output from clang object
configure:5559: clang -c -g -O2 conftest.c >&5
configure:5562: $? = 0
configure:5566: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5569: $? = 0
cannot find nm_test_var in conftest.nm
configure:5559: clang -c -g -O2 conftest.c >&5
configure:5562: $? = 0
configure:5566: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:5569: $? = 0
configure:5623: clang -o conftest -g -O2 conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:5626: $? = 0
configure:5664: result: ok
configure:5958: checking for dsymutil
configure:5974: found /usr/bin/dsymutil
configure:5985: result: dsymutil
configure:6050: checking for nmedit
configure:6066: found /usr/bin/nmedit
configure:6077: result: nmedit
configure:6142: checking for lipo
configure:6158: found /usr/bin/lipo
configure:6169: result: lipo
configure:6234: checking for otool
configure:6250: found /usr/bin/otool
configure:6261: result: otool
configure:6326: checking for otool64
configure:6356: result: no
configure:6401: checking for -single_module linker flag
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:6428: result: yes
configure:6430: checking for -exported_symbols_list linker flag
configure:6460: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:6467: $? = 0
configure:6489: result: yes
configure:6531: checking how to run the C preprocessor
configure:6571: clang -E conftest.c
configure:6578: $? = 0
configure:6609: clang -E conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6649: result: clang -E
configure:6678: clang -E conftest.c
configure:6685: $? = 0
configure:6716: clang -E conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6723: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6763: checking for ANSI C header files
configure:6793: clang -c -g -O2 conftest.c >&5
configure:6800: $? = 0
configure:6899: clang -o conftest -g -O2 conftest.c >&5
configure:6903: $? = 0
configure:6909: ./conftest
configure:6913: $? = 0
configure:6931: result: yes
configure:6955: checking for sys/types.h
configure:6976: clang -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for sys/stat.h
configure:6976: clang -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for stdlib.h
configure:6976: clang -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for string.h
configure:6976: clang -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for memory.h
configure:6976: clang -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for strings.h
configure:6976: clang -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for inttypes.h
configure:6976: clang -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for stdint.h
configure:6976: clang -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:6955: checking for unistd.h
configure:6976: clang -c -g -O2 conftest.c >&5
configure:6983: $? = 0
configure:7000: result: yes
configure:7018: checking for dlfcn.h
configure:7039: clang -c -g -O2 conftest.c >&5
configure:7046: $? = 0
configure:7063: result: yes
configure:7546: checking for objdir
configure:7561: result: .libs
configure:7857: checking if clang supports -fno-rtti -fno-exceptions
configure:7875: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:7879: $? = 0
configure:7892: result: yes
configure:7912: checking for clang option to produce PIC
configure:8184: result: -fno-common -DPIC
configure:8196: checking if clang PIC flag -fno-common -DPIC works
configure:8214: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:8218: $? = 0
configure:8231: result: yes
configure:8255: checking if clang static flag -static works
configure:8283: result: no
configure:8298: checking if clang supports -c -o file.o
configure:8319: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8323: $? = 0
configure:8345: result: yes
configure:8353: checking if clang supports -c -o file.o
configure:8400: result: yes
configure:8433: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:9507: result: yes
configure:9746: checking dynamic linker characteristics
configure:10442: result: darwin15.5.0 dyld
configure:10544: checking how to hardcode library paths into programs
configure:10569: result: immediate
configure:10614: checking for dlopen in -ldl
configure:10649: clang -o conftest -g -O2 conftest.c -ldl >&5
configure:10656: $? = 0
configure:10677: result: yes
configure:11176: checking whether a program can dlopen itself
configure:11246: clang -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:11249: $? = 0
configure:11267: result: yes
configure:11272: checking whether a statically linked program can dlopen itself
configure:11342: clang -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:11345: $? = 0
configure:11363: result: yes
configure:11402: checking whether stripping libraries is possible
configure:11416: result: yes
configure:11442: checking if libtool supports shared libraries
configure:11444: result: yes
configure:11447: checking whether to build shared libraries
configure:11468: result: yes
configure:11471: checking whether to build static libraries
configure:11475: result: yes
configure:11553: checking for windres
configure:11583: result: no
configure:11725: checking host system type
configure:11740: result: i386-apple-darwin15.5.0
configure:11833: checking for gcc
configure:11860: result: clang
configure:12092: checking for C compiler version
configure:12100: clang --version >&5
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:12104: $? = 0
configure:12111: clang -v >&5
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:12115: $? = 0
configure:12122: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:12126: $? = 1
configure:12129: checking whether we are using the GNU C compiler
configure:12182: result: yes
configure:12191: checking whether clang accepts -g
configure:12329: result: yes
configure:12346: checking for clang option to accept ISO C89
configure:12450: result: none needed
configure:12470: checking dependency style of clang
configure:12561: result: none
configure:12577: checking whether clang and cc understand -c and -o together
configure:12612: clang -c conftest.c -o conftest2.o >&5
configure:12616: $? = 0
configure:12622: clang -c conftest.c -o conftest2.o >&5
configure:12626: $? = 0
configure:12637: cc -c conftest.c >&5
configure:12641: $? = 0
configure:12649: cc -c conftest.c -o conftest2.o >&5
configure:12653: $? = 0
configure:12659: cc -c conftest.c -o conftest2.o >&5
configure:12663: $? = 0
configure:12681: result: yes
configure:12820: checking for C++ compiler version
configure:12828: clang++ --version >&5
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:12832: $? = 0
configure:12839: clang++ -v >&5
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:12843: $? = 0
configure:12850: clang++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:12854: $? = 1
configure:12857: checking whether we are using the GNU C++ compiler
configure:12886: clang++ -c conftest.cpp >&5
configure:12893: $? = 0
configure:12910: result: yes
configure:12919: checking whether clang++ accepts -g
configure:12949: clang++ -c -g conftest.cpp >&5
configure:12956: $? = 0
configure:13057: result: yes
configure:13082: checking dependency style of clang++
configure:13173: result: none
configure:13301: checking for C++ compiler version
configure:13309: clang++ --version >&5
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:13313: $? = 0
configure:13320: clang++ -v >&5
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:13324: $? = 0
configure:13331: clang++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:13335: $? = 1
configure:13338: checking whether we are using the GNU C++ compiler
configure:13391: result: yes
configure:13400: checking whether clang++ accepts -g
configure:13538: result: yes
configure:13563: checking dependency style of clang++
configure:13654: result: none
configure:13677: checking how to run the C++ preprocessor
configure:13713: clang++ -E conftest.cpp
configure:13720: $? = 0
configure:13751: clang++ -E conftest.cpp
conftest.cpp:27:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:13758: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13791: result: clang++ -E
configure:13820: clang++ -E conftest.cpp
configure:13827: $? = 0
configure:13858: clang++ -E conftest.cpp
conftest.cpp:27:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:13865: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14041: checking for ld used by clang++
configure:14108: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:14117: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:14132: result: no
configure:14187: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:15162: result: yes
configure:15190: clang++ -c -g -O2 conftest.cpp >&5
configure:15193: $? = 0
configure:15375: checking for clang++ option to produce PIC
configure:15692: result: -fno-common -DPIC
configure:15701: checking if clang++ PIC flag -fno-common -DPIC works
configure:15719: clang++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:15723: $? = 0
configure:15736: result: yes
configure:15757: checking if clang++ static flag -static works
configure:15785: result: no
configure:15797: checking if clang++ supports -c -o file.o
configure:15818: clang++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:15822: $? = 0
configure:15844: result: yes
configure:15849: checking if clang++ supports -c -o file.o
configure:15896: result: yes
configure:15926: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:15952: result: yes
configure:16089: checking dynamic linker characteristics
configure:16733: result: darwin15.5.0 dyld
configure:16784: checking how to hardcode library paths into programs
configure:16809: result: immediate
configure:16898: checking for pkg-config
configure:16916: found /usr/local/opt/pkg-config/bin/pkg-config
configure:16928: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:16953: checking pkg-config is at least version 0.9.0
configure:16956: result: yes
configure:16972: checking for xmlto
configure:17002: result: no
configure:17022: checking whether to build EAN symbologies
configure:17044: result: yes
configure:17048: checking whether to build Code 128 symbology
configure:17070: result: yes
configure:17074: checking whether to build Code 39 symbology
configure:17096: result: yes
configure:17100: checking whether to build PDF417 symbology
configure:17122: result: no
configure:17126: checking whether to build Interleaved 2 of 5 symbology
configure:17148: result: yes
configure:17152: checking whether to build QR Code
configure:17174: result: yes
configure:17179: checking for library containing clock_gettime
configure:17220: clang -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-6f7311.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17227: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| #define ENABLE_EAN 1
| #define ENABLE_CODE128 1
| #define ENABLE_CODE39 1
| #define ENABLE_I25 1
| #define ENABLE_QRCODE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:17220: clang -o conftest -g -O2 conftest.c -lrt >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17227: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| #define ENABLE_EAN 1
| #define ENABLE_CODE128 1
| #define ENABLE_CODE39 1
| #define ENABLE_I25 1
| #define ENABLE_QRCODE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:17258: result: no
configure:17306: checking for ld used by GCC
configure:17370: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:17379: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:17392: result: no
configure:17399: checking for shared library run path origin
configure:17412: result: done
configure:17920: checking for iconv
configure:17952: clang -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
_main in conftest-2eaad1.o
"_iconv_close", referenced from:
_main in conftest-2eaad1.o
"_iconv_open", referenced from:
_main in conftest-2eaad1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17959: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| #define ENABLE_EAN 1
| #define ENABLE_CODE128 1
| #define ENABLE_CODE39 1
| #define ENABLE_I25 1
| #define ENABLE_QRCODE 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:18005: clang -o conftest -g -O2 conftest.c -liconv >&5
configure:18012: $? = 0
configure:18036: result: yes
configure:18039: checking for working iconv
configure:18125: clang -o conftest -g -O2 conftest.c -liconv >&5
configure:18129: $? = 0
configure:18135: ./conftest
configure:18139: $? = 0
configure:18158: result: yes
configure:18175: checking how to link with libiconv
configure:18177: result: -liconv
configure:18188: checking for iconv declaration
configure:18227: clang -c -g -O2 conftest.c >&5
configure:18234: $? = 0
configure:18253: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:18281: checking poll.h usability
configure:18298: clang -c -g -O2 conftest.c >&5
configure:18305: $? = 0
configure:18319: result: yes
configure:18323: checking poll.h presence
configure:18338: clang -E conftest.c
configure:18345: $? = 0
configure:18359: result: yes
configure:18392: checking for poll.h
configure:18401: result: yes
configure:18459: checking pthread.h usability
configure:18476: clang -c -g -O2 conftest.c >&5
configure:18483: $? = 0
configure:18497: result: yes
configure:18501: checking pthread.h presence
configure:18516: clang -E conftest.c
configure:18523: $? = 0
configure:18537: result: yes
configure:18570: checking for pthread.h
configure:18579: result: yes
configure:18605: checking for pthread_create in -lpthread
configure:18640: clang -o conftest -g -O2 conftest.c -lpthread >&5
configure:18647: $? = 0
configure:18668: result: yes
configure:19222: checking for X
configure:19451: result: disabled
configure:20635: checking for X11/extensions/XShm.h
configure:20659: clang -c -g -O2 conftest.c >&5
conftest.c:39:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
^
1 error generated.
configure:20666: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| #define ENABLE_EAN 1
| #define ENABLE_CODE128 1
| #define ENABLE_CODE39 1
| #define ENABLE_I25 1
| #define ENABLE_QRCODE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBPTHREAD 1
| #define __USE_UNIX98 1
| #define X_DISPLAY_MISSING 1
| /* end confdefs.h. */
| #include <X11/Xlib.h>
| #include <sys/ipc.h>
| #include <sys/shm.h>
|
|
| #include <X11/extensions/XShm.h>
configure:20683: result: no
configure:20827: checking for X11/extensions/Xvlib.h
configure:20849: clang -c -g -O2 conftest.c >&5
conftest.c:39:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
^
1 error generated.
configure:20856: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| #define ENABLE_EAN 1
| #define ENABLE_CODE128 1
| #define ENABLE_CODE39 1
| #define ENABLE_I25 1
| #define ENABLE_QRCODE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBPTHREAD 1
| #define __USE_UNIX98 1
| #define X_DISPLAY_MISSING 1
| /* end confdefs.h. */
| #include <X11/Xlib.h>
|
|
| #include <X11/extensions/Xvlib.h>
configure:20873: result: no
configure:21025: checking jpeglib.h usability
configure:21042: clang -c -g -O2 conftest.c >&5
configure:21049: $? = 0
configure:21063: result: yes
configure:21067: checking jpeglib.h presence
configure:21082: clang -E conftest.c
configure:21089: $? = 0
configure:21103: result: yes
configure:21136: checking for jpeglib.h
configure:21145: result: yes
configure:21172: checking jerror.h usability
configure:21189: clang -c -g -O2 conftest.c >&5
configure:21196: $? = 0
configure:21210: result: yes
configure:21214: checking jerror.h presence
configure:21229: clang -E conftest.c
configure:21236: $? = 0
configure:21250: result: yes
configure:21283: checking for jerror.h
configure:21290: result: yes
configure:21302: checking for jpeg_read_header in -ljpeg
configure:21337: clang -o conftest -g -O2 conftest.c -ljpeg -lpthread >&5
configure:21344: $? = 0
configure:21365: result: yes
configure:21418: checking for MAGICK
configure:21425: $PKG_CONFIG --exists --print-errors "MagickWand >= 6.2.6"
configure:21428: $? = 0
configure:21441: $PKG_CONFIG --exists --print-errors "MagickWand >= 6.2.6"
configure:21444: $? = 0
configure:21733: result: yes
configure:21738: using ImageMagick version 7.0.1
configure:21753: checking wand/MagickWand.h usability
configure:21770: clang -c -g -O2 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7 conftest.c >&5
conftest.c:74:10: fatal error: 'wand/MagickWand.h' file not found
#include <wand/MagickWand.h>
^
1 error generated.
configure:21777: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| #define ENABLE_EAN 1
| #define ENABLE_CODE128 1
| #define ENABLE_CODE39 1
| #define ENABLE_I25 1
| #define ENABLE_QRCODE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBPTHREAD 1
| #define __USE_UNIX98 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_JPEGLIB_H 1
| #define HAVE_LIBJPEG 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <wand/MagickWand.h>
configure:21791: result: no
configure:21795: checking wand/MagickWand.h presence
configure:21810: clang -E -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7 conftest.c
conftest.c:41:10: fatal error: 'wand/MagickWand.h' file not found
#include <wand/MagickWand.h>
^
1 error generated.
configure:21817: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "zbar"
| #define PACKAGE_TARNAME "zbar"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "zbar 0.10"
| #define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
| #define PACKAGE "zbar"
| #define VERSION "0.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ZBAR_VERSION_MAJOR 0
| #define ZBAR_VERSION_MINOR 10
| #define LIB_VERSION_MAJOR 0
| #define LIB_VERSION_MINOR 2
| #define LIB_VERSION_REVISION 0
| #define ENABLE_EAN 1
| #define ENABLE_CODE128 1
| #define ENABLE_CODE39 1
| #define ENABLE_I25 1
| #define ENABLE_QRCODE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LIBPTHREAD 1
| #define __USE_UNIX98 1
| #define X_DISPLAY_MISSING 1
| #define HAVE_JPEGLIB_H 1
| #define HAVE_LIBJPEG 1
| /* end confdefs.h. */
| #include <wand/MagickWand.h>
configure:21831: result: no
configure:21864: checking for wand/MagickWand.h
configure:21871: result: no
configure:21878: error: in `/private/tmp/zbar-20160609-59863-1sxh5dx/zbar-0.10':
configure:21883: error: ImageMagick package found but wand/MagickWand.h not installed?!
this is a problem with your ImageMagick install,
please resolve the inconsistency and try again...
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin15.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_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_GLIB_GENMARSHAL_set=
ac_cv_env_GLIB_GENMARSHAL_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MAGICK_CFLAGS_set=
ac_cv_env_MAGICK_CFLAGS_value=
ac_cv_env_MAGICK_LIBS_set=
ac_cv_env_MAGICK_LIBS_value=
ac_cv_env_MOC_set=
ac_cv_env_MOC_value=
ac_cv_env_NPAPI_CFLAGS_set=
ac_cv_env_NPAPI_CFLAGS_value=
ac_cv_env_NPAPI_LIBS_set=
ac_cv_env_NPAPI_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYGTK_CFLAGS_set=
ac_cv_env_PYGTK_CFLAGS_value=
ac_cv_env_PYGTK_CODEGEN_set=
ac_cv_env_PYGTK_CODEGEN_value=
ac_cv_env_PYGTK_DEFS_set=
ac_cv_env_PYGTK_DEFS_value=
ac_cv_env_PYGTK_H2DEF_set=
ac_cv_env_PYGTK_H2DEF_value=
ac_cv_env_PYGTK_LIBS_set=
ac_cv_env_PYGTK_LIBS_value=
ac_cv_env_PYTHON_CFLAGS_set=
ac_cv_env_PYTHON_CFLAGS_value=
ac_cv_env_PYTHON_CONFIG_set=
ac_cv_env_PYTHON_CONFIG_value=
ac_cv_env_PYTHON_LIBS_set=
ac_cv_env_PYTHON_LIBS_value=
ac_cv_env_QT_CFLAGS_set=
ac_cv_env_QT_CFLAGS_value=
ac_cv_env_QT_LIBS_set=
ac_cv_env_QT_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_XMLTOFLAGS_set=
ac_cv_env_XMLTOFLAGS_value=
ac_cv_env_XMLTO_set=
ac_cv_env_XMLTO_value=
ac_cv_env_XSHM_LIBS_set=
ac_cv_env_XSHM_LIBS_value=
ac_cv_env_XV_LIBS_set=
ac_cv_env_XV_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_X11_extensions_XShm_h=no
ac_cv_header_X11_extensions_Xvlib_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jerror_h=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wand_MagickWand_h=no
ac_cv_host=i386-apple-darwin15.5.0
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_jpeg_jpeg_read_header=yes
ac_cv_lib_pthread_pthread_create=yes
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_clang_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_lib_iconv=yes
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
lt_cv_apple_cc_single_mod=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=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 -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_RC=yes
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_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
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
pkg_cv_MAGICK_CFLAGS='-DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7'
pkg_cv_MAGICK_LIBS='-L/usr/local/Cellar/imagemagick/7.0.1-10/lib -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/zbar-20160609-59863-1sxh5dx/zbar-0.10/config/missing --run aclocal-1.10'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/zbar-20160609-59863-1sxh5dx/zbar-0.10/config/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/zbar-20160609-59863-1sxh5dx/zbar-0.10/config/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/zbar-20160609-59863-1sxh5dx/zbar-0.10/config/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/zbar-20160609-59863-1sxh5dx/zbar-0.10/config/missing --run automake-1.10'
AWK='awk'
CC='clang'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPP='clang -E'
CPPFLAGS=' -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7'
CXX='clang++'
CXXCPP='clang++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_CODE128_FALSE='#'
ENABLE_CODE128_TRUE=''
ENABLE_CODE39_FALSE='#'
ENABLE_CODE39_TRUE=''
ENABLE_EAN_FALSE='#'
ENABLE_EAN_TRUE=''
ENABLE_I25_FALSE='#'
ENABLE_I25_TRUE=''
ENABLE_PDF417_FALSE=''
ENABLE_PDF417_TRUE='#'
ENABLE_QRCODE_FALSE='#'
ENABLE_QRCODE_TRUE=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GLIB_GENMARSHAL=''
GREP='/usr/bin/grep'
GTK_CFLAGS=''
GTK_LIBS=''
HAVE_GTK_FALSE=''
HAVE_GTK_TRUE=''
HAVE_JPEG_FALSE='#'
HAVE_JPEG_TRUE=''
HAVE_MAGICK_FALSE=''
HAVE_MAGICK_TRUE=''
HAVE_NPAPI_FALSE=''
HAVE_NPAPI_TRUE=''
HAVE_POLL_FALSE='#'
HAVE_POLL_TRUE=''
HAVE_PYTHON_FALSE=''
HAVE_PYTHON_TRUE=''
HAVE_QT_FALSE=''
HAVE_QT_TRUE=''
HAVE_V4L1_FALSE=''
HAVE_V4L1_TRUE='#'
HAVE_V4L2_FALSE=''
HAVE_V4L2_TRUE='#'
HAVE_VIDEO_FALSE=''
HAVE_VIDEO_TRUE='#'
HAVE_XSHM_FALSE=''
HAVE_XSHM_TRUE='#'
HAVE_XV_FALSE=''
HAVE_XV_TRUE='#'
HAVE_X_FALSE=''
HAVE_X_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=''
LIBICONV='-liconv'
LIBOBJS=''
LIBS='-ljpeg -lpthread '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_VERSION='2:0:2'
LIPO='lipo'
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBOBJS=''
MAGICK_CFLAGS='-DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7'
MAGICK_LIBS='-L/usr/local/Cellar/imagemagick/7.0.1-10/lib -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI'
MAKEINFO='${SHELL} /private/tmp/zbar-20160609-59863-1sxh5dx/zbar-0.10/config/missing --run makeinfo'
MKDIR_P='config/install-sh -c -d'
MOC=''
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
NPAPI_CFLAGS=''
NPAPI_LIBS=''
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='zbar'
PACKAGE_BUGREPORT='spadix@users.sourceforge.net'
PACKAGE_NAME='zbar'
PACKAGE_STRING='zbar 0.10'
PACKAGE_TARNAME='zbar'
PACKAGE_VERSION='0.10'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PYGTK_CFLAGS=''
PYGTK_CODEGEN=''
PYGTK_DEFS=''
PYGTK_H2DEF=''
PYGTK_LIBS=''
PYTHON=''
PYTHON_CFLAGS=''
PYTHON_CONFIG=''
PYTHON_EXEC_PREFIX=''
PYTHON_LIBS=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
QT_CFLAGS=''
QT_LIBS=''
RANLIB='ranlib'
RC=''
RELDATE='2009-10-23'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.10'
WIN32_FALSE=''
WIN32_TRUE='#'
XMKMF=''
XMLTO=':'
XMLTOFLAGS=''
XSHM_LIBS='-lXext'
XV_LIBS='-lXv'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ZGTK_LIB_VERSION='0:2:0'
ZQT_LIB_VERSION='0:2:0'
ac_ct_CC='clang'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin15.5.0'
build_alias=''
build_cpu='i386'
build_os='darwin15.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-apple-darwin15.5.0'
host_alias=''
host_cpu='i386'
host_os='darwin15.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /private/tmp/zbar-20160609-59863-1sxh5dx/zbar-0.10/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='/bin/echo'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/config/install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir=''
pkgpythondir=''
prefix='/usr/local/Cellar/zbar/0.10_2'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "zbar"
#define PACKAGE_TARNAME "zbar"
#define PACKAGE_VERSION "0.10"
#define PACKAGE_STRING "zbar 0.10"
#define PACKAGE_BUGREPORT "spadix@users.sourceforge.net"
#define PACKAGE "zbar"
#define VERSION "0.10"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define ZBAR_VERSION_MAJOR 0
#define ZBAR_VERSION_MINOR 10
#define LIB_VERSION_MAJOR 0
#define LIB_VERSION_MINOR 2
#define LIB_VERSION_REVISION 0
#define ENABLE_EAN 1
#define ENABLE_CODE128 1
#define ENABLE_CODE39 1
#define ENABLE_I25 1
#define ENABLE_QRCODE 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_POLL_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_LIBPTHREAD 1
#define __USE_UNIX98 1
#define X_DISPLAY_MISSING 1
#define HAVE_JPEGLIB_H 1
#define HAVE_LIBJPEG 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment