Skip to content

Instantly share code, notes, and snippets.

@jackmaney
Created December 31, 2014 00:52
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 jackmaney/22a8ef5eb57bd625ca82 to your computer and use it in GitHub Desktop.
Save jackmaney/22a8ef5eb57bd625ca82 to your computer and use it in GitHub Desktop.
2014-12-30 18:36:20 -0600
./configure
--disable-dependency-tracking
--prefix=/usr/local/Cellar/harfbuzz/0.9.37
--with-icu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-apple-darwin13.4.0
checking host system type... x86_64-apple-darwin13.4.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking 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... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) none
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... 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... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for gtk-doc... no
configure: WARNING:
You will not be able to create source packages with 'make dist'
because gtk-doc >= 1.15 is not found.
checking for gtkdoc-check... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for GTKDOC_DEPS... yes
checking for atexit... yes
checking for mprotect... yes
checking for sysconf... yes
checking for getpagesize... yes
checking for mmap... yes
checking for isatty... yes
checking for unistd.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking alignment of struct{char;}... 1
checking for native Win32... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for PTHREAD_PRIO_INHERIT... yes
checking for GLIB... yes
checking for CAIRO... yes
checking for CAIRO_FT... yes
checking for ICU... yes
checking for FREETYPE... yes
checking for FT_Face_GetCharVariantIndex... yes
checking for Intel atomic primitives... true
checking for Solaris atomic operations... false
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/hb-version.h
config.status: creating src/hb-ucdn/Makefile
config.status: creating util/Makefile
config.status: creating test/Makefile
config.status: creating test/api/Makefile
config.status: creating test/shaping/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/version.xml
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
Build configuration:
Unicode callbacks (you want at least one):
Glib: true
ICU: true
UCDN: false
Font callbacks (the more the better):
FreeType: true
Tools used for command-line utilities:
Cairo: true
Additional shapers (the more the better):
Graphite2: false
Platform shapers (not normally needed):
CoreText: false
Uniscribe: false
Other features:
Documentation: no
GObject bindings: false
Introspection: false
clang called with: --version
superenv executed: clang -pipe -Os -march=core2 --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv executed: clang -pipe -Os -march=core2 -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv executed: clang -pipe -Os -march=core2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -pipe -Os -march=core2 -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c conftest.c
superenv executed: clang -pipe -Os -march=core2 -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c conftest.c -o conftest2.o
superenv executed: clang -pipe -Os -march=core2 -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c conftest.c -o conftest2.o
superenv executed: clang -pipe -Os -march=core2 -c conftest.c -o conftest2.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -E -
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -print-prog-name=ld
superenv executed: clang -pipe -Os -march=core2 -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -o conftest -g -O2 conftest.c conftstm.o
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -c -o conftest.o conftest.c
superenv executed: clang -pipe -Os -march=core2 -g -O2 -c -o conftest.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
superenv executed: clang -pipe -Os -march=core2 -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -c -g -O2 -fno-rtti -fno-exceptions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 -fno-common -DPIC -DPIC conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -o conftest -g -O2 -static conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 -static conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -c -g -O2 -o out/conftest2.o conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -print-search-dirs
superenv executed: clang -pipe -Os -march=core2 -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -g -O2 -print-multi-os-directory -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: --version
superenv executed: clang -pipe -Os -march=core2 --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -qversion
superenv executed: clang -pipe -Os -march=core2 -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: --version
superenv executed: clang++ -pipe -Os -march=core2 --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang++ -pipe -Os -march=core2 -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -qversion
superenv executed: clang++ -pipe -Os -march=core2 -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv executed: clang++ -pipe -Os -march=core2 -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -c -g conftest.cpp
superenv executed: clang++ -pipe -Os -march=core2 -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -pipe -Os -march=core2 -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -o conftest -g -O2 conftest.cpp
superenv executed: clang++ -pipe -Os -march=core2 -o conftest -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -print-prog-name=ld
superenv executed: clang++ -pipe -Os -march=core2 -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -pipe -Os -march=core2 -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp
superenv executed: clang++ -pipe -Os -march=core2 -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -o conftest -g -O2 -static conftest.cpp
superenv executed: clang++ -pipe -Os -march=core2 -o conftest -g -O2 -static conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang++ -pipe -Os -march=core2 -c -g -O2 -o out/conftest2.o conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/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 executed: clang -pipe -Os -march=core2 -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -Bsymbolic-functions conftest.c -L/usr/local/Cellar/freetype/2.5.4/lib -lfreetype
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -Bsymbolic-functions conftest.c -L/usr/local/Cellar/freetype/2.5.4/lib -lfreetype -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Bsymbolic-functions conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 -Bsymbolic-functions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Bsymbolic-functions conftest.c
superenv executed: clang -pipe -Os -march=core2 -o conftest -g -O2 -Bsymbolic-functions conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2014-12-30 18:36:29 -0600
make install
Making install in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive
CXX libharfbuzz_la-hb-blob.lo
CXX libharfbuzz_la-hb-common.lo
CXX libharfbuzz_la-hb-face.lo
CXX libharfbuzz_la-hb-buffer-serialize.lo
CXX libharfbuzz_la-hb-buffer.lo
CXX libharfbuzz_la-hb-font.lo
CXX libharfbuzz_la-hb-set.lo
CXX libharfbuzz_la-hb-ot-tag.lo
CXX libharfbuzz_la-hb-shape.lo
CXX libharfbuzz_la-hb-shape-plan.lo
CXX libharfbuzz_la-hb-shaper.lo
CXX libharfbuzz_la-hb-unicode.lo
CXX libharfbuzz_la-hb-warning.lo
CXX libharfbuzz_la-hb-ot-font.lo
CXX libharfbuzz_la-hb-ot-layout.lo
CXX libharfbuzz_la-hb-ot-map.lo
CXX libharfbuzz_la-hb-ot-shape.lo
CXX libharfbuzz_la-hb-ot-shape-complex-arabic.lo
CXX libharfbuzz_la-hb-ot-shape-complex-default.lo
CXX libharfbuzz_la-hb-ot-shape-complex-hangul.lo
CXX libharfbuzz_la-hb-ot-shape-complex-hebrew.lo
CXX libharfbuzz_la-hb-ot-shape-complex-indic.lo
CXX libharfbuzz_la-hb-ot-shape-complex-indic-table.lo
CXX libharfbuzz_la-hb-ot-shape-complex-myanmar.lo
CXX libharfbuzz_la-hb-ot-shape-complex-sea.lo
CXX libharfbuzz_la-hb-ot-shape-complex-thai.lo
CXX libharfbuzz_la-hb-ot-shape-complex-tibetan.lo
CXX libharfbuzz_la-hb-ot-shape-normalize.lo
CXX libharfbuzz_la-hb-ot-shape-fallback.lo
CXX libharfbuzz_la-hb-fallback-shape.lo
CXX libharfbuzz_la-hb-glib.lo
CXX libharfbuzz_la-hb-ft.lo
CXX libharfbuzz_icu_la-hb-icu.lo
CXX main-main.o
CXX test-test.o
CXX test_buffer_serialize-test-buffer-serialize.o
CXX test_size_params-test-size-params.o
CXX test_would_substitute-test-would-substitute.o
GEN harfbuzz.pc
GEN harfbuzz-icu.pc
GEN libharfbuzz.la
CXXLD libharfbuzz-icu.la
CXXLD main
CXXLD test-buffer-serialize
CXXLD test
CXXLD test-size-params
CXXLD test-would-substitute
../libtool: line 7272: cd: @@HOMEBREW_CELLAR@@/icu4c/54.1/lib: No such file or directory
libtool: error: cannot determine absolute directory name of '@@HOMEBREW_CELLAR@@/icu4c/54.1/lib'
make[3]: *** [libharfbuzz-icu.la] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [install-recursive] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1
HOMEBREW_VERSION: 0.9.5
HEAD: 5825101b8240f8191d4c8af60e547dc6398083dc
CPU: 8-core 64-bit ivybridge
OS X: 10.9.5-x86_64
Xcode: 6.1.1
CLT: 6.1.1.0.1.1416017670
X11: 2.7.7 => /opt/X11
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-font.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-font.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-font.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-font.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-buffer.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-buffer.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-buffer.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-buffer.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-set.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-set.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-set.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-set.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-face.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-face.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-face.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-face.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-buffer-serialize.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-buffer-serialize.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-buffer-serialize.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-buffer-serialize.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-blob.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-blob.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-blob.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-blob.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-common.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-common.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-common.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-common.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-tag.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-tag.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-tag.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-tag.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-shape.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-shape.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-shape.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-shape.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-shape-plan.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-shape-plan.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-shape-plan.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-shape-plan.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-shaper.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-shaper.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-shaper.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-shaper.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-unicode.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-unicode.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-unicode.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-unicode.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-warning.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-warning.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-warning.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-warning.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-font.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-font.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-font.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-font.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-layout.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-layout.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-layout.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-layout.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-map.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-map.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-map.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-map.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-arabic.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-arabic.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-arabic.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-arabic.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-default.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-default.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-default.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-default.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-hangul.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-hangul.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-hangul.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-hangul.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-hebrew.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-hebrew.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-hebrew.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-hebrew.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-indic.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-indic.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-indic.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-indic.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-indic-table.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-indic-table.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-indic-table.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-indic-table.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-myanmar.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-myanmar.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-myanmar.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-myanmar.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-sea.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-sea.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-sea.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-sea.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-thai.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-thai.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-thai.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-thai.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-tibetan.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-tibetan.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-complex-tibetan.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-complex-tibetan.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-normalize.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-normalize.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-normalize.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-normalize.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-fallback.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-fallback.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ot-shape-fallback.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ot-shape-fallback.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-fallback-shape.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-fallback-shape.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-fallback-shape.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-fallback-shape.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-glib.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-glib.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-glib.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-glib.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c -o main-main.o main.cc
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c -o main-main.o main.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-ft.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ft.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-ft.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-ft.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c -o test-test.o test.cc
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c -o test-test.o test.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -I@@HOMEBREW_CELLAR@@/icu4c/54.1/include -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c hb-icu.cc -fno-common -DPIC -o .libs/libharfbuzz_icu_la-hb-icu.o
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -I@@HOMEBREW_CELLAR@@/icu4c/54.1/include -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c hb-icu.cc -fno-common -DPIC -o .libs/libharfbuzz_icu_la-hb-icu.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c -o test_buffer_serialize-test-buffer-serialize.o test-buffer-serialize.cc
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c -o test_buffer_serialize-test-buffer-serialize.o test-buffer-serialize.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c -o test_size_params-test-size-params.o test-size-params.cc
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c -o test_size_params-test-size-params.o test-size-params.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang++ called with: -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -c -o test_would_substitute-test-would-substitute.o test-would-substitute.cc
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=core2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -c -o test_would_substitute-test-would-substitute.o test-would-substitute.cc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include
clang called with: -dynamiclib -o .libs/libharfbuzz.0.dylib .libs/libharfbuzz_la-hb-blob.o .libs/libharfbuzz_la-hb-buffer-serialize.o .libs/libharfbuzz_la-hb-buffer.o .libs/libharfbuzz_la-hb-common.o .libs/libharfbuzz_la-hb-face.o .libs/libharfbuzz_la-hb-font.o .libs/libharfbuzz_la-hb-ot-tag.o .libs/libharfbuzz_la-hb-set.o .libs/libharfbuzz_la-hb-shape.o .libs/libharfbuzz_la-hb-shape-plan.o .libs/libharfbuzz_la-hb-shaper.o .libs/libharfbuzz_la-hb-unicode.o .libs/libharfbuzz_la-hb-warning.o .libs/libharfbuzz_la-hb-ot-font.o .libs/libharfbuzz_la-hb-ot-layout.o .libs/libharfbuzz_la-hb-ot-map.o .libs/libharfbuzz_la-hb-ot-shape.o .libs/libharfbuzz_la-hb-ot-shape-complex-arabic.o .libs/libharfbuzz_la-hb-ot-shape-complex-default.o .libs/libharfbuzz_la-hb-ot-shape-complex-hangul.o .libs/libharfbuzz_la-hb-ot-shape-complex-hebrew.o .libs/libharfbuzz_la-hb-ot-shape-complex-indic.o .libs/libharfbuzz_la-hb-ot-shape-complex-indic-table.o .libs/libharfbuzz_la-hb-ot-shape-complex-myanmar.o .libs/libharfbuzz_la-hb-ot-shape-complex-sea.o .libs/libharfbuzz_la-hb-ot-shape-complex-thai.o .libs/libharfbuzz_la-hb-ot-shape-complex-tibetan.o .libs/libharfbuzz_la-hb-ot-shape-normalize.o .libs/libharfbuzz_la-hb-ot-shape-fallback.o .libs/libharfbuzz_la-hb-fallback-shape.o .libs/libharfbuzz_la-hb-glib.o .libs/libharfbuzz_la-hb-ft.o -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -L/usr/local/Cellar/freetype/2.5.4/lib -lfreetype -g -O2 -install_name /usr/local/Cellar/harfbuzz/0.9.37/lib/libharfbuzz.0.dylib -compatibility_version 938 -current_version 938.0 -Wl,-single_module
superenv removed: -g -O2
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=core2 -dynamiclib -o .libs/libharfbuzz.0.dylib .libs/libharfbuzz_la-hb-blob.o .libs/libharfbuzz_la-hb-buffer-serialize.o .libs/libharfbuzz_la-hb-buffer.o .libs/libharfbuzz_la-hb-common.o .libs/libharfbuzz_la-hb-face.o .libs/libharfbuzz_la-hb-font.o .libs/libharfbuzz_la-hb-ot-tag.o .libs/libharfbuzz_la-hb-set.o .libs/libharfbuzz_la-hb-shape.o .libs/libharfbuzz_la-hb-shape-plan.o .libs/libharfbuzz_la-hb-shaper.o .libs/libharfbuzz_la-hb-unicode.o .libs/libharfbuzz_la-hb-warning.o .libs/libharfbuzz_la-hb-ot-font.o .libs/libharfbuzz_la-hb-ot-layout.o .libs/libharfbuzz_la-hb-ot-map.o .libs/libharfbuzz_la-hb-ot-shape.o .libs/libharfbuzz_la-hb-ot-shape-complex-arabic.o .libs/libharfbuzz_la-hb-ot-shape-complex-default.o .libs/libharfbuzz_la-hb-ot-shape-complex-hangul.o .libs/libharfbuzz_la-hb-ot-shape-complex-hebrew.o .libs/libharfbuzz_la-hb-ot-shape-complex-indic.o .libs/libharfbuzz_la-hb-ot-shape-complex-indic-table.o .libs/libharfbuzz_la-hb-ot-shape-complex-myanmar.o .libs/libharfbuzz_la-hb-ot-shape-complex-sea.o .libs/libharfbuzz_la-hb-ot-shape-complex-thai.o .libs/libharfbuzz_la-hb-ot-shape-complex-tibetan.o .libs/libharfbuzz_la-hb-ot-shape-normalize.o .libs/libharfbuzz_la-hb-ot-shape-fallback.o .libs/libharfbuzz_la-hb-fallback-shape.o .libs/libharfbuzz_la-hb-glib.o .libs/libharfbuzz_la-hb-ft.o -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -L/usr/local/Cellar/freetype/2.5.4/lib -lfreetype -install_name /usr/local/Cellar/harfbuzz/0.9.37/lib/libharfbuzz.0.dylib -compatibility_version 938 -current_version 938.0 -Wl,-single_module -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -Bsymbolic-functions -o .libs/test-would-substitute test_would_substitute-test-would-substitute.o -Wl,-bind_at_load ./.libs/libharfbuzz.dylib -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/freetype/2.5.4/lib -lglib-2.0 -lintl -lfreetype
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=core2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -Bsymbolic-functions -o .libs/test-would-substitute test_would_substitute-test-would-substitute.o -Wl,-bind_at_load ./.libs/libharfbuzz.dylib -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/freetype/2.5.4/lib -lglib-2.0 -lintl -lfreetype -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -Bsymbolic-functions -o .libs/test test-test.o -Wl,-bind_at_load ./.libs/libharfbuzz.dylib -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/freetype/2.5.4/lib -lglib-2.0 -lintl -lfreetype
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=core2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -Bsymbolic-functions -o .libs/test test-test.o -Wl,-bind_at_load ./.libs/libharfbuzz.dylib -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/freetype/2.5.4/lib -lglib-2.0 -lintl -lfreetype -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -Bsymbolic-functions -o .libs/main main-main.o -Wl,-bind_at_load ./.libs/libharfbuzz.dylib -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/freetype/2.5.4/lib -lglib-2.0 -lintl -lfreetype
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=core2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -Bsymbolic-functions -o .libs/main main-main.o -Wl,-bind_at_load ./.libs/libharfbuzz.dylib -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/freetype/2.5.4/lib -lglib-2.0 -lintl -lfreetype -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -Bsymbolic-functions -o .libs/test-size-params test_size_params-test-size-params.o -Wl,-bind_at_load ./.libs/libharfbuzz.dylib -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/freetype/2.5.4/lib -lglib-2.0 -lintl -lfreetype
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=core2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -Bsymbolic-functions -o .libs/test-size-params test_size_params-test-size-params.o -Wl,-bind_at_load ./.libs/libharfbuzz.dylib -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/freetype/2.5.4/lib -lglib-2.0 -lintl -lfreetype -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -Bsymbolic-functions -o .libs/test-buffer-serialize test_buffer_serialize-test-buffer-serialize.o -Wl,-bind_at_load ./.libs/libharfbuzz.dylib -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/freetype/2.5.4/lib -lglib-2.0 -lintl -lfreetype
superenv removed: -g -O2 -Wcast-align
superenv added: -pipe -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=core2 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden --std=c++0x -Bsymbolic-functions -o .libs/test-buffer-serialize test_buffer_serialize-test-buffer-serialize.o -Wl,-bind_at_load ./.libs/libharfbuzz.dylib -L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/freetype/2.5.4/lib -lglib-2.0 -lintl -lfreetype -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/opt/X11/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by HarfBuzz configure 0.9.37, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/harfbuzz/0.9.37 --with-icu
## --------- ##
## Platform. ##
## --------- ##
hostname = Jacks-Mac-mini.local
uname -m = x86_64
uname -r = 13.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 253 tasks, 1647 threads, 8 processors
Load average: 2.84, Mach factor: 5.15
/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/gettext/bin
PATH: /usr/local/opt/glib/bin
PATH: /usr/local/opt/libpng/bin
PATH: /usr/local/opt/freetype/bin
PATH: /usr/local/opt/fontconfig/bin
PATH: /usr/local/opt/cairo/bin
PATH: /usr/local/opt/icu4c/bin
PATH: /opt/X11/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2803: checking for a BSD-compatible install
configure:2871: result: /usr/bin/install -c
configure:2882: checking whether build environment is sane
configure:2937: result: yes
configure:3088: checking for a thread-safe mkdir -p
configure:3127: result: ./install-sh -c -d
configure:3134: checking for gawk
configure:3164: result: no
configure:3134: checking for mawk
configure:3164: result: no
configure:3134: checking for nawk
configure:3164: result: no
configure:3134: checking for awk
configure:3150: found /usr/bin/awk
configure:3161: result: awk
configure:3172: checking whether make sets $(MAKE)
configure:3194: result: yes
configure:3223: checking whether make supports nested variables
configure:3240: result: yes
configure:3310: checking how to create a pax tar archive
configure:3321: tar --version
bsdtar 2.8.3 - libarchive 2.8.3
configure:3324: $? = 0
configure:3364: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:3367: $? = 0
configure:3371: tar -xf - <conftest.tar
configure:3374: $? = 0
configure:3376: cat conftest.dir/file
GrepMe
configure:3379: $? = 0
configure:3392: result: gnutar
configure:3460: checking whether make supports nested variables
configure:3477: result: yes
configure:3502: checking for style of include used by make
configure:3530: result: GNU
configure:3601: checking for gcc
configure:3628: result: clang
configure:3857: checking for C compiler version
configure:3866: clang --version >&5
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:3877: $? = 0
configure:3866: clang -v >&5
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:3877: $? = 0
configure:3866: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3877: $? = 1
configure:3866: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:3877: $? = 1
configure:3897: checking whether the C compiler works
configure:3919: clang conftest.c >&5
configure:3923: $? = 0
configure:3971: result: yes
configure:3974: checking for C compiler default output file name
configure:3976: result: a.out
configure:3982: checking for suffix of executables
configure:3989: clang -o conftest conftest.c >&5
configure:3993: $? = 0
configure:4015: result:
configure:4037: checking whether we are cross compiling
configure:4045: clang -o conftest conftest.c >&5
configure:4049: $? = 0
configure:4056: ./conftest
configure:4060: $? = 0
configure:4075: result: no
configure:4080: checking for suffix of object files
configure:4102: clang -c conftest.c >&5
configure:4106: $? = 0
configure:4127: result: o
configure:4131: checking whether we are using the GNU C compiler
configure:4150: clang -c conftest.c >&5
configure:4150: $? = 0
configure:4159: result: yes
configure:4168: checking whether clang accepts -g
configure:4188: clang -c -g conftest.c >&5
configure:4188: $? = 0
configure:4229: result: yes
configure:4246: checking for clang option to accept ISO C89
configure:4309: clang -c -g -O2 conftest.c >&5
configure:4309: $? = 0
configure:4322: result: none needed
configure:4347: checking whether clang understands -c and -o together
configure:4369: clang -c conftest.c -o conftest2.o
configure:4372: $? = 0
configure:4369: clang -c conftest.c -o conftest2.o
configure:4372: $? = 0
configure:4384: result: yes
configure:4403: checking dependency style of clang
configure:4514: result: none
configure:4579: checking for ar
configure:4595: found /usr/bin/ar
configure:4606: result: ar
configure:4632: checking the archiver (ar) interface
configure:4648: clang -c -g -O2 conftest.c >&5
configure:4648: $? = 0
configure:4650: ar cru libconftest.a conftest.o >&5
configure:4653: $? = 0
configure:4681: result: ar
configure:4731: checking build system type
configure:4745: result: x86_64-apple-darwin13.4.0
configure:4765: checking host system type
configure:4778: result: x86_64-apple-darwin13.4.0
configure:4819: checking how to print strings
configure:4846: result: printf
configure:4867: checking for a sed that does not truncate output
configure:4931: result: /usr/local/Library/ENV/4.3/sed
configure:4949: checking for grep that handles long lines and -e
configure:5007: result: /usr/bin/grep
configure:5012: checking for egrep
configure:5074: result: /usr/bin/grep -E
configure:5079: checking for fgrep
configure:5141: result: /usr/bin/grep -F
configure:5176: checking for ld used by clang
configure:5243: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:5250: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:5265: result: no
configure:5277: checking for BSD- or MS-compatible name lister (nm)
configure:5326: result: /usr/bin/nm
configure:5456: checking the name lister (/usr/bin/nm) interface
configure:5463: clang -c -g -O2 conftest.c >&5
configure:5466: /usr/bin/nm "conftest.o"
configure:5469: output
000000000000022c S _some_variable
configure:5476: result: BSD nm
configure:5479: checking whether ln -s works
configure:5483: result: yes
configure:5491: checking the maximum length of command line arguments
configure:5622: result: 196608
configure:5670: checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format
configure:5710: result: func_convert_file_noop
configure:5717: checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format
configure:5737: result: func_convert_file_noop
configure:5744: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:5751: result: -r
configure:5825: checking for objdump
configure:5855: result: no
configure:5884: checking how to recognize dependent libraries
configure:6081: result: pass_all
configure:6166: checking for dlltool
configure:6196: result: no
configure:6226: checking how to associate runtime and link libraries
configure:6253: result: printf %s\n
configure:6377: checking for archiver @FILE support
configure:6394: clang -c -g -O2 conftest.c >&5
configure:6394: $? = 0
configure:6397: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6400: $? = 1
configure:6420: result: no
configure:6478: checking for strip
configure:6494: found /usr/bin/strip
configure:6505: result: strip
configure:6577: checking for ranlib
configure:6593: found /usr/bin/ranlib
configure:6604: result: ranlib
configure:6706: checking command to parse /usr/bin/nm output from clang object
configure:6859: clang -c -g -O2 conftest.c >&5
configure:6862: $? = 0
configure:6866: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6869: $? = 0
cannot find nm_test_var in conftest.nm
configure:6859: clang -c -g -O2 conftest.c >&5
configure:6862: $? = 0
configure:6866: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6869: $? = 0
configure:6935: clang -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6938: $? = 0
configure:6976: result: ok
configure:7023: checking for sysroot
configure:7053: result: no
configure:7366: checking for mt
configure:7396: result: no
configure:7416: checking if : is a manifest tool
configure:7422: : '-?'
configure:7430: result: no
configure:7486: checking for dsymutil
configure:7502: found /usr/bin/dsymutil
configure:7513: result: dsymutil
configure:7578: checking for nmedit
configure:7594: found /usr/bin/nmedit
configure:7605: result: nmedit
configure:7670: checking for lipo
configure:7686: found /usr/bin/lipo
configure:7697: result: lipo
configure:7762: checking for otool
configure:7778: found /usr/bin/otool
configure:7789: result: otool
configure:7854: checking for otool64
configure:7884: result: no
configure:7929: checking for -single_module linker flag
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7962: result: yes
configure:7965: checking for -exported_symbols_list linker flag
configure:7985: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7985: $? = 0
configure:7995: result: yes
configure:7998: checking for -force_load linker flag
clang -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:8030: result: yes
configure:8072: checking how to run the C preprocessor
configure:8103: clang -E conftest.c
configure:8103: $? = 0
configure:8117: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:8117: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "0.9.37"
| #define PACKAGE_STRING "HarfBuzz 0.9.37"
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
| #define PACKAGE_URL "http://harfbuzz.org/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8142: result: clang -E
configure:8162: clang -E conftest.c
configure:8162: $? = 0
configure:8176: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:8176: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "0.9.37"
| #define PACKAGE_STRING "HarfBuzz 0.9.37"
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
| #define PACKAGE_URL "http://harfbuzz.org/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8205: checking for ANSI C header files
configure:8225: clang -c -g -O2 conftest.c >&5
configure:8225: $? = 0
configure:8298: clang -o conftest -g -O2 conftest.c >&5
configure:8298: $? = 0
configure:8298: ./conftest
configure:8298: $? = 0
configure:8309: result: yes
configure:8322: checking for sys/types.h
configure:8322: clang -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8322: result: yes
configure:8322: checking for sys/stat.h
configure:8322: clang -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8322: result: yes
configure:8322: checking for stdlib.h
configure:8322: clang -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8322: result: yes
configure:8322: checking for string.h
configure:8322: clang -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8322: result: yes
configure:8322: checking for memory.h
configure:8322: clang -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8322: result: yes
configure:8322: checking for strings.h
configure:8322: clang -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8322: result: yes
configure:8322: checking for inttypes.h
configure:8322: clang -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8322: result: yes
configure:8322: checking for stdint.h
configure:8322: clang -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8322: result: yes
configure:8322: checking for unistd.h
configure:8322: clang -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8322: result: yes
configure:8336: checking for dlfcn.h
configure:8336: clang -c -g -O2 conftest.c >&5
configure:8336: $? = 0
configure:8336: result: yes
configure:8539: checking for objdir
configure:8554: result: .libs
configure:8825: checking if clang supports -fno-rtti -fno-exceptions
configure:8843: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:8847: $? = 0
configure:8860: result: yes
configure:9208: checking for clang option to produce PIC
configure:9215: result: -fno-common -DPIC
configure:9223: checking if clang PIC flag -fno-common -DPIC works
configure:9241: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:9245: $? = 0
configure:9258: result: yes
configure:9287: checking if clang static flag -static works
configure:9315: result: no
configure:9330: checking if clang supports -c -o file.o
configure:9351: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9355: $? = 0
configure:9377: result: yes
configure:9385: checking if clang supports -c -o file.o
configure:9432: result: yes
configure:9465: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:10613: result: yes
configure:10853: checking dynamic linker characteristics
configure:11591: result: darwin13.4.0 dyld
configure:11698: checking how to hardcode library paths into programs
configure:11723: result: immediate
configure:12271: checking whether stripping libraries is possible
configure:12285: result: yes
configure:12311: checking if libtool supports shared libraries
configure:12313: result: yes
configure:12316: checking whether to build shared libraries
configure:12337: result: yes
configure:12340: checking whether to build static libraries
configure:12344: result: no
configure:12431: checking for gcc
configure:12458: result: clang
configure:12687: checking for C compiler version
configure:12696: clang --version >&5
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:12707: $? = 0
configure:12696: clang -v >&5
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:12707: $? = 0
configure:12696: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:12707: $? = 1
configure:12696: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:12707: $? = 1
configure:12711: checking whether we are using the GNU C compiler
configure:12739: result: yes
configure:12748: checking whether clang accepts -g
configure:12809: result: yes
configure:12826: checking for clang option to accept ISO C89
configure:12902: result: none needed
configure:12927: checking whether clang understands -c and -o together
configure:12964: result: yes
configure:12983: checking dependency style of clang
configure:13094: result: none
configure:13222: checking for C++ compiler version
configure:13231: clang++ --version >&5
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:13242: $? = 0
configure:13231: clang++ -v >&5
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:13242: $? = 0
configure:13231: clang++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:13242: $? = 1
configure:13231: clang++ -qversion >&5
clang: error: unknown argument: '-qversion'
configure:13242: $? = 1
configure:13246: checking whether we are using the GNU C++ compiler
configure:13265: clang++ -c conftest.cpp >&5
configure:13265: $? = 0
configure:13274: result: yes
configure:13283: checking whether clang++ accepts -g
configure:13303: clang++ -c -g conftest.cpp >&5
configure:13303: $? = 0
configure:13344: result: yes
configure:13369: checking dependency style of clang++
configure:13480: result: none
configure:13513: checking how to run the C++ preprocessor
configure:13540: clang++ -E conftest.cpp
configure:13540: $? = 0
configure:13554: clang++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:13554: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "0.9.37"
| #define PACKAGE_STRING "HarfBuzz 0.9.37"
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
| #define PACKAGE_URL "http://harfbuzz.org/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13579: result: clang++ -E
configure:13599: clang++ -E conftest.cpp
configure:13599: $? = 0
configure:13613: clang++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:13613: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "0.9.37"
| #define PACKAGE_STRING "HarfBuzz 0.9.37"
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
| #define PACKAGE_URL "http://harfbuzz.org/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13782: checking for ld used by clang++
configure:13849: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:13856: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:13871: result: no
configure:13926: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:14924: result: yes
configure:14960: clang++ -c -g -O2 conftest.cpp >&5
configure:14963: $? = 0
configure:15484: checking for clang++ option to produce PIC
configure:15491: result: -fno-common -DPIC
configure:15499: checking if clang++ PIC flag -fno-common -DPIC works
configure:15517: clang++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:15521: $? = 0
configure:15534: result: yes
configure:15557: checking if clang++ static flag -static works
configure:15585: result: no
configure:15597: checking if clang++ supports -c -o file.o
configure:15618: clang++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:15622: $? = 0
configure:15644: result: yes
configure:15649: checking if clang++ supports -c -o file.o
configure:15696: result: yes
configure:15726: checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:15762: result: yes
configure:15903: checking dynamic linker characteristics
configure:16568: result: darwin13.4.0 dyld
configure:16621: checking how to hardcode library paths into programs
configure:16646: result: immediate
configure:16735: checking for pkg-config
configure:16753: found /usr/local/opt/pkg-config/bin/pkg-config
configure:16765: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:16790: checking pkg-config is at least version 0.20
configure:16793: result: yes
configure:16838: checking for gtk-doc
configure:16841: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires"
Package gtk-doc was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk-doc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-doc' found
configure:16844: $? = 1
configure:16850: result: no
configure:16856: WARNING:
You will not be able to create source packages with 'make dist'
because gtk-doc >= 1.15 is not found.
configure:16864: checking for gtkdoc-check
configure:16894: result: no
configure:16901: checking for gtkdoc-check
configure:16934: result: no
configure:16943: checking for gtkdoc-rebase
configure:16976: result: no
configure:16987: checking for gtkdoc-mkpdf
configure:17020: result: no
configure:17045: checking whether to build gtk-doc documentation
configure:17047: result: no
configure:17060: checking for GTKDOC_DEPS
configure:17068: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
configure:17071: $? = 0
configure:17086: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
configure:17089: $? = 0
configure:17125: result: yes
configure:17213: checking for atexit
configure:17213: clang -o conftest -g -O2 conftest.c >&5
configure:17213: $? = 0
configure:17213: result: yes
configure:17213: checking for mprotect
configure:17213: clang -o conftest -g -O2 conftest.c >&5
configure:17213: $? = 0
configure:17213: result: yes
configure:17213: checking for sysconf
configure:17213: clang -o conftest -g -O2 conftest.c >&5
configure:17213: $? = 0
configure:17213: result: yes
configure:17213: checking for getpagesize
configure:17213: clang -o conftest -g -O2 conftest.c >&5
configure:17213: $? = 0
configure:17213: result: yes
configure:17213: checking for mmap
configure:17213: clang -o conftest -g -O2 conftest.c >&5
configure:17213: $? = 0
configure:17213: result: yes
configure:17213: checking for isatty
configure:17213: clang -o conftest -g -O2 conftest.c >&5
configure:17213: $? = 0
configure:17213: result: yes
configure:17225: checking for unistd.h
configure:17225: result: yes
configure:17225: checking sys/mman.h usability
configure:17225: clang -c -g -O2 conftest.c >&5
configure:17225: $? = 0
configure:17225: result: yes
configure:17225: checking sys/mman.h presence
configure:17225: clang -E conftest.c
configure:17225: $? = 0
configure:17225: result: yes
configure:17225: checking for sys/mman.h
configure:17225: result: yes
configure:17240: checking alignment of struct{char;}
configure:17245: clang -o conftest -g -O2 conftest.c >&5
conftest.c:65:33: warning: declaration does not declare anything [-Wmissing-declarations]
typedef struct { char x; struct{char;} y; } ac__type_alignof_;
^~~~
1 warning generated.
configure:17245: $? = 0
configure:17245: ./conftest
configure:17245: $? = 0
configure:17263: result: 1
configure:17313: checking for native Win32
configure:17320: result: no
configure:17451: checking whether pthreads work with -pthread
configure:17539: clang -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c >&5
configure:17539: $? = 0
configure:17548: result: yes
configure:17567: checking for joinable pthread attribute
configure:17582: clang -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c >&5
configure:17582: $? = 0
configure:17588: result: PTHREAD_CREATE_JOINABLE
configure:17598: checking if more special flags are required for pthreads
configure:17612: result: -D_THREAD_SAFE
configure:17618: checking for PTHREAD_PRIO_INHERIT
configure:17636: clang -o conftest -g -O2 -pthread -Bsymbolic-functions conftest.c >&5
configure:17636: $? = 0
configure:17645: result: yes
configure:17786: checking for GLIB
configure:17794: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.16"
configure:17797: $? = 0
configure:17812: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.16"
configure:17815: $? = 0
configure:17851: result: yes
configure:18122: checking for CAIRO
configure:18130: $PKG_CONFIG --exists --print-errors "cairo >= 1.8.0"
configure:18133: $? = 0
configure:18148: $PKG_CONFIG --exists --print-errors "cairo >= 1.8.0"
configure:18151: $? = 0
configure:18187: result: yes
configure:18213: checking for CAIRO_FT
configure:18221: $PKG_CONFIG --exists --print-errors "cairo-ft"
configure:18224: $? = 0
configure:18239: $PKG_CONFIG --exists --print-errors "cairo-ft"
configure:18242: $? = 0
configure:18278: result: yes
configure:18310: checking for ICU
configure:18318: $PKG_CONFIG --exists --print-errors "icu-uc"
configure:18321: $? = 0
configure:18336: $PKG_CONFIG --exists --print-errors "icu-uc"
configure:18339: $? = 0
configure:18375: result: yes
configure:18623: checking for FREETYPE
configure:18631: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.3.8"
configure:18634: $? = 0
configure:18649: $PKG_CONFIG --exists --print-errors "freetype2 >= 2.3.8"
configure:18652: $? = 0
configure:18688: result: yes
configure:18706: checking for FT_Face_GetCharVariantIndex
configure:18706: clang -o conftest -g -O2 -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -Bsymbolic-functions conftest.c -L/usr/local/Cellar/freetype/2.5.4/lib -lfreetype >&5
configure:18706: $? = 0
configure:18706: result: yes
configure:18833: checking for Intel atomic primitives
configure:18856: clang -o conftest -g -O2 -Bsymbolic-functions conftest.c >&5
configure:18856: $? = 0
configure:18864: result: true
configure:18873: checking for Solaris atomic operations
configure:18898: clang -o conftest -g -O2 -Bsymbolic-functions conftest.c >&5
conftest.c:42:12: fatal error: 'atomic.h' file not found
#include <atomic.h>
^
1 error generated.
configure:18898: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HarfBuzz"
| #define PACKAGE_TARNAME "harfbuzz"
| #define PACKAGE_VERSION "0.9.37"
| #define PACKAGE_STRING "HarfBuzz 0.9.37"
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
| #define PACKAGE_URL "http://harfbuzz.org/"
| #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 HAVE_ATEXIT 1
| #define HAVE_MPROTECT 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ISATTY 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define ALIGNOF_STRUCT_CHAR__ 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OT 1
| #define HAVE_FALLBACK 1
| #define HAVE_GLIB 1
| #define HAVE_CAIRO 1
| #define HAVE_CAIRO_FT 1
| #define HAVE_ICU 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_FACE_GETCHARVARIANTINDEX 1
| #define HAVE_INTEL_ATOMIC_PRIMITIVES 1
| /* end confdefs.h. */
|
| #include <atomic.h>
| /* This requires Solaris Studio 12.2 or newer: */
| #include <mbarrier.h>
| void memory_barrier (void) { __machine_rw_barrier (); }
| int atomic_add (volatile unsigned *i) { return atomic_add_int_nv (i, 1); }
| void *atomic_ptr_cmpxchg (volatile void **target, void *cmp, void *newval) { return atomic_cas_ptr (target, cmp, newval); }
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:18906: result: false
configure:19100: checking that generated files are newer than configure
configure:19106: result: done
configure:19233: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by HarfBuzz config.status 0.9.37, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Jacks-Mac-mini.local
config.status:1267: creating Makefile
config.status:1267: creating src/Makefile
config.status:1267: creating src/hb-version.h
config.status:1267: creating src/hb-ucdn/Makefile
config.status:1267: creating util/Makefile
config.status:1267: creating test/Makefile
config.status:1267: creating test/api/Makefile
config.status:1267: creating test/shaping/Makefile
config.status:1267: creating docs/Makefile
config.status:1267: creating docs/reference/Makefile
config.status:1267: creating docs/reference/version.xml
config.status:1267: creating config.h
config.status:1496: executing depfiles commands
config.status:1496: executing libtool commands
configure:21608:
Build configuration:
Unicode callbacks (you want at least one):
Glib: true
ICU: true
UCDN: false
Font callbacks (the more the better):
FreeType: true
Tools used for command-line utilities:
Cairo: true
Additional shapers (the more the better):
Graphite2: false
Platform shapers (not normally needed):
CoreText: false
Uniscribe: false
Other features:
Documentation: no
GObject bindings: false
Introspection: false
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_alignof_struct_char__=1
ac_cv_build=x86_64-apple-darwin13.4.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_FT_CFLAGS_set=
ac_cv_env_CAIRO_FT_CFLAGS_value=
ac_cv_env_CAIRO_FT_LIBS_set=
ac_cv_env_CAIRO_FT_LIBS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
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_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GOBJECT_CFLAGS_set=
ac_cv_env_GOBJECT_CFLAGS_value=
ac_cv_env_GOBJECT_LIBS_set=
ac_cv_env_GOBJECT_LIBS_value=
ac_cv_env_GRAPHITE2_CFLAGS_set=
ac_cv_env_GRAPHITE2_CFLAGS_value=
ac_cv_env_GRAPHITE2_LIBS_set=
ac_cv_env_GRAPHITE2_LIBS_value=
ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
ac_cv_env_GTKDOC_DEPS_LIBS_set=
ac_cv_env_GTKDOC_DEPS_LIBS_value=
ac_cv_env_ICU_CFLAGS_set=
ac_cv_env_ICU_CFLAGS_value=
ac_cv_env_ICU_LIBS_set=
ac_cv_env_ICU_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_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_FT_Face_GetCharVariantIndex=yes
ac_cv_func_atexit=yes
ac_cv_func_getpagesize=yes
ac_cv_func_isatty=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_sysconf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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_mman_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin13.4.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_pax=gnutar
ax_cv_PTHREAD_PRIO_INHERIT=yes
hb_cv_have_intel_atomic_primitives=true
hb_cv_have_solaris_atomic_ops=false
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_CAIRO_CFLAGS='-I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.0/include/cairo -I/opt/X11/include '
pkg_cv_CAIRO_FT_CFLAGS='-I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.0/include/cairo -I/opt/X11/include '
pkg_cv_CAIRO_FT_LIBS='-L/usr/local/Cellar/freetype/2.5.4/lib -L/usr/local/Cellar/cairo/1.14.0/lib -lcairo -lfreetype '
pkg_cv_CAIRO_LIBS='-L/usr/local/Cellar/cairo/1.14.0/lib -lcairo '
pkg_cv_FREETYPE_CFLAGS='-I/usr/local/Cellar/freetype/2.5.4/include/freetype2 '
pkg_cv_FREETYPE_LIBS='-L/usr/local/Cellar/freetype/2.5.4/lib -lfreetype '
pkg_cv_GLIB_CFLAGS='-I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include '
pkg_cv_GLIB_LIBS='-L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl '
pkg_cv_GTKDOC_DEPS_CFLAGS='-I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include '
pkg_cv_GTKDOC_DEPS_LIBS='-L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl '
pkg_cv_ICU_CFLAGS='-I@@HOMEBREW_CELLAR@@/icu4c/54.1/include '
pkg_cv_ICU_LIBS='-L@@HOMEBREW_CELLAR@@/icu4c/54.1/lib -licuuc -licudata '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/harfbuzz-aFqpTb/harfbuzz-0.9.37/missing aclocal-1.14'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/harfbuzz-aFqpTb/harfbuzz-0.9.37/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/harfbuzz-aFqpTb/harfbuzz-0.9.37/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/harfbuzz-aFqpTb/harfbuzz-0.9.37/missing automake-1.14'
AUTOMAKE_OLDER_THAN_1_13_FALSE=''
AUTOMAKE_OLDER_THAN_1_13_TRUE='#'
AWK='awk'
CAIRO_CFLAGS='-I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.0/include/cairo -I/opt/X11/include '
CAIRO_FT_CFLAGS='-I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/freetype/2.5.4/include/freetype2 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/freetype/2.5.3_1/include/freetype2 -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/cairo/1.14.0/include/cairo -I/opt/X11/include '
CAIRO_FT_LIBS='-L/usr/local/Cellar/freetype/2.5.4/lib -L/usr/local/Cellar/cairo/1.14.0/lib -lcairo -lfreetype '
CAIRO_LIBS='-L/usr/local/Cellar/cairo/1.14.0/lib -lcairo '
CC='clang'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CORETEXT_CFLAGS=''
CORETEXT_LIBS=''
CPP='clang -E'
CPPFLAGS=''
CXX='clang++'
CXXCPP='clang++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
EXEEXT=''
FGREP='/usr/bin/grep -F'
FREETYPE_CFLAGS='-I/usr/local/Cellar/freetype/2.5.4/include/freetype2 '
FREETYPE_LIBS='-L/usr/local/Cellar/freetype/2.5.4/lib -lfreetype '
GIT='${SHELL} /private/tmp/harfbuzz-aFqpTb/harfbuzz-0.9.37/missing git'
GLIB_CFLAGS='-I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include '
GLIB_LIBS='-L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl '
GLIB_MKENUMS=''
GOBJECT_CFLAGS=''
GOBJECT_LIBS=''
GRAPHITE2_CFLAGS=''
GRAPHITE2_LIBS=''
GREP='/usr/bin/grep'
GTKDOC_CHECK=''
GTKDOC_CHECK_PATH=''
GTKDOC_DEPS_CFLAGS='-I/usr/local/Cellar/glib/2.42.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.42.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include '
GTKDOC_DEPS_LIBS='-L/usr/local/Cellar/glib/2.42.1/lib -L/usr/local/opt/gettext/lib -lgobject-2.0 -lglib-2.0 -lintl '
GTKDOC_MKPDF=''
GTKDOC_REBASE='true'
GTK_DOC_BUILD_HTML_FALSE='#'
GTK_DOC_BUILD_HTML_TRUE=''
GTK_DOC_BUILD_PDF_FALSE=''
GTK_DOC_BUILD_PDF_TRUE='#'
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_DOC_USE_REBASE_FALSE='#'
GTK_DOC_USE_REBASE_TRUE=''
HAVE_CAIRO_FALSE='#'
HAVE_CAIRO_FT_FALSE='#'
HAVE_CAIRO_FT_TRUE=''
HAVE_CAIRO_TRUE=''
HAVE_CORETEXT_FALSE=''
HAVE_CORETEXT_TRUE='#'
HAVE_FALLBACK_FALSE='#'
HAVE_FALLBACK_TRUE=''
HAVE_FREETYPE_FALSE='#'
HAVE_FREETYPE_TRUE=''
HAVE_GCC_FALSE='#'
HAVE_GCC_TRUE=''
HAVE_GLIB_FALSE='#'
HAVE_GLIB_TRUE=''
HAVE_GOBJECT_FALSE=''
HAVE_GOBJECT_TRUE='#'
HAVE_GRAPHITE2_FALSE=''
HAVE_GRAPHITE2_TRUE='#'
HAVE_GTK_DOC_FALSE=''
HAVE_GTK_DOC_TRUE='#'
HAVE_ICU_FALSE='#'
HAVE_ICU_TRUE=''
HAVE_INTROSPECTION_FALSE=''
HAVE_INTROSPECTION_TRUE='#'
HAVE_OT_FALSE='#'
HAVE_OT_TRUE=''
HAVE_PTHREAD_FALSE='#'
HAVE_PTHREAD_TRUE=''
HAVE_UCDN_FALSE=''
HAVE_UCDN_TRUE='#'
HAVE_UNISCRIBE_FALSE=''
HAVE_UNISCRIBE_TRUE='#'
HB_LIBTOOL_VERSION_INFO='937:0:937'
HB_VERSION='0.9.37'
HB_VERSION_MAJOR='0'
HB_VERSION_MICRO='37'
HB_VERSION_MINOR='9'
HTML_DIR='${datadir}/gtk-doc/html'
ICU_CFLAGS='-I@@HOMEBREW_CELLAR@@/icu4c/54.1/include '
ICU_CONFIG=''
ICU_LIBS='-L@@HOMEBREW_CELLAR@@/icu4c/54.1/lib -licuuc -licudata '
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTROSPECTION_CFLAGS=''
INTROSPECTION_COMPILER=''
INTROSPECTION_GENERATE=''
INTROSPECTION_GIRDIR=''
INTROSPECTION_LIBS=''
INTROSPECTION_MAKEFILE=''
INTROSPECTION_SCANNER=''
INTROSPECTION_TYPELIBDIR=''
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=' -Bsymbolic-functions'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/harfbuzz-aFqpTb/harfbuzz-0.9.37/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OTOOL64=':'
OTOOL='otool'
PACKAGE='harfbuzz'
PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz'
PACKAGE_NAME='HarfBuzz'
PACKAGE_STRING='HarfBuzz 0.9.37'
PACKAGE_TARNAME='harfbuzz'
PACKAGE_URL='http://harfbuzz.org/'
PACKAGE_VERSION='0.9.37'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PTHREAD_CC='clang'
PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread'
PTHREAD_LIBS=''
RAGEL='${SHELL} /private/tmp/harfbuzz-aFqpTb/harfbuzz-0.9.37/missing ragel'
RANLIB='ranlib'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
UNISCRIBE_CFLAGS=''
UNISCRIBE_LIBS=''
VERSION='0.9.37'
ac_ct_AR='ar'
ac_ct_CC='clang'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=posix -chf - "$$tardir"'
am__untar='tar -xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.4.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/harfbuzz-aFqpTb/harfbuzz-0.9.37/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/harfbuzz/0.9.37'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "HarfBuzz"
#define PACKAGE_TARNAME "harfbuzz"
#define PACKAGE_VERSION "0.9.37"
#define PACKAGE_STRING "HarfBuzz 0.9.37"
#define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
#define PACKAGE_URL "http://harfbuzz.org/"
#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 HAVE_ATEXIT 1
#define HAVE_MPROTECT 1
#define HAVE_SYSCONF 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_ISATTY 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_MMAN_H 1
#define ALIGNOF_STRUCT_CHAR__ 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define HAVE_OT 1
#define HAVE_FALLBACK 1
#define HAVE_GLIB 1
#define HAVE_CAIRO 1
#define HAVE_CAIRO_FT 1
#define HAVE_ICU 1
#define HAVE_FREETYPE 1
#define HAVE_FT_FACE_GETCHARVARIANTINDEX 1
#define HAVE_INTEL_ATOMIC_PRIMITIVES 1
configure: exit 0
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 5825101b8240f8191d4c8af60e547dc6398083dc
Last commit: 2 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.9.5-x86_64
Xcode: 6.1.1
CLT: 6.1.1.0.1.1416017670
GCC-4.2: build 5666
Clang: 6.0 build 600
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-481
Perl: /Users/jackmaney/perl5/perlbrew/perls/perl-5.18.2/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.0/bin/ruby
Warning: Setting DYLD_* vars can break dynamic linking.
Set variables:
DYLD_FALLBACK_LIBRARY_PATH: /Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib
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: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Library/Frameworks/Mono.framework/Versions/Current/bin/croco-0.6-config
/Library/Frameworks/Mono.framework/Versions/Current/bin/freetype-config
/Library/Frameworks/Mono.framework/Versions/Current/bin/libpng-config
/Library/Frameworks/Mono.framework/Versions/Current/bin/libpng14-config
/Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-config
/Library/Frameworks/Mono.framework/Versions/Current/bin/xml2-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment