Skip to content

Instantly share code, notes, and snippets.

@a5sk4s
Last active December 12, 2015 03:09
Show Gist options
  • Save a5sk4s/4704883 to your computer and use it in GitHub Desktop.
Save a5sk4s/4704883 to your computer and use it in GitHub Desktop.
pango 1.32.6 upgrade/install issue
$ brew doctor
Warning: Your file-system on / appears to be CaSe SeNsItIvE.
Homebrew is less tested with that - don't worry but please report issues.
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install pango
Run `brew missing` for more details.
$ brew missing
ganglia: pango
rrdtool: pango
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install pango
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/pango/1.32/pango-1.32.6.tar.xz
Already downloaded: /Users/akrubic/Library/Caches/Homebrew/pango-1.32.6.tar.xz
xz -dc "/Users/akrubic/Library/Caches/Homebrew/pango-1.32.6.tar.xz" | /usr/bin/tar xf -
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file pango/pangoft2-render.c
patching file pango/pangoft2.c
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/pango/1.32.6 --enable-man --with-html-dir=/usr/local/Cellar/pango/1.32.6/share/doc --disable-introspection --with-xft
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/pango/1.32.6 --enable-man --with-html-dir=/usr/local/Cellar/pango/1.32.6/share/doc --disable-introspection --with-xft
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 build system type... x86_64-apple-darwin10.8.0
checking host system type... x86_64-apple-darwin10.8.0
checking for native Win32... no
checking for gcc... /usr/bin/gcc-4.2
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 /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.2... none
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.2 accepts -g... yes
checking dependency style of /usr/bin/g++-4.2... none
checking for sysconf... yes
checking for getpagesize... yes
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/gcc-4.2 static flag -static works... no
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.8.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E
checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/g++-4.2 static flag -static works... no
checking if /usr/bin/g++-4.2 supports -c -o file.o... yes
checking if /usr/bin/g++-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.8.0 dyld
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for some Win32 platform... no
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for HARFBUZZ... yes
checking for FONTCONFIG... yes
checking for FREETYPE... yes
checking for XFT... yes
checking for CoreText availability... yes
checking for CAIRO... yes
checking which cairo font backends could be used... quartz freetype
checking for GLIB... yes
checking for LIBTHAI... no
checking for gobject-introspection... no (disabled, use --enable-introspection to enable)
checking modules to link statically...
checking dynamic modules to build... arabic-lang,basic-fc,basic-win32,basic-coretext,indic-lang, (those built into Pango will be excluded)
checking for flockfile... yes
checking for strtok_r... yes
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 xsltproc... /usr/bin/xsltproc
checking for XML catalog (/etc/xml/catalog)... not found
checking for xmlcatalog... /usr/bin/xmlcatalog
checking for DocBook XML DTD V4.1.2 in XML catalog... not found
checking for DocBook XSL Stylesheets in XML catalog... not found
checking for -Bsymbolic-functions linker flag... no
checking Whether to write dependencies into .pc files... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for unistd.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pango/Makefile
config.status: creating pango/mini-fribidi/Makefile
config.status: creating pango/pango.rc
config.status: creating pango/pangoft2.rc
config.status: creating pango/pangowin32.rc
config.status: creating pango/pangocairo.rc
config.status: creating pango/pangoxft.rc
config.status: creating pango-view/Makefile
config.status: creating modules/Makefile
config.status: creating modules/arabic/Makefile
config.status: creating modules/basic/Makefile
config.status: creating modules/indic/Makefile
config.status: creating modules/thai/Makefile
config.status: creating examples/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating tools/Makefile
config.status: creating tests/Makefile
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating build/win32/vs9/Makefile
config.status: creating build/win32/vs10/Makefile
config.status: creating pango.pc
config.status: creating pangowin32.pc
config.status: creating pangoft2.pc
config.status: creating pangoxft.pc
config.status: creating pangocairo.pc
config.status: creating pango-uninstalled.pc
config.status: creating pangowin32-uninstalled.pc
config.status: creating pangoft2-uninstalled.pc
config.status: creating pangoxft-uninstalled.pc
config.status: creating pangocairo-uninstalled.pc
config.status: creating pango-zip.sh
config.status: creating config.h.win32
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing pango/module-defs.h commands
config.status: executing pango/module-defs-fc.c commands
config.status: executing pango/module-defs-win32.c commands
config.status: executing pango/module-defs-coretext.c commands
config.status: executing pango/module-defs-lang.c commands
config.status: executing pango/pango-features.h commands
config.status: creating pango/pango-features.h
config.status: pango/pango-features.h is unchanged
configuration:
backends: Cairo Xft FreeType
==> make
make
make all-recursive
Making all in pango
GEN s-enum-types-h
GEN s-enum-types-c
make all-recursive
Making all in mini-fribidi
CC fribidi.lo
CC fribidi_char_type.lo
CC fribidi_types.lo
CCLD libmini-fribidi.la
CC break.lo
CC ellipsize.lo
CC fonts.lo
CC glyphstring.lo
CC modules.lo
CC pango-attributes.lo
CC pango-bidi-type.lo
CC pango-color.lo
CC pango-context.lo
CC pango-coverage.lo
CC pango-engine.lo
CC pango-fontmap.lo
CC pango-fontset.lo
CC pango-glyph-item.lo
CC pango-gravity.lo
CC pango-item.lo
CC pango-language.lo
CC pango-layout.lo
CC pango-markup.lo
CC pango-matrix.lo
CC pango-renderer.lo
CC pango-script.lo
CC pango-tabs.lo
CC pango-utils.lo
CC reorder-items.lo
CC shape.lo
CC pango-enum-types.lo
CC module-defs-lang.lo
CCLD libpango-1.0.la
CC pangofc-font.lo
CC pangofc-fontmap.lo
CC pangofc-decoder.lo
CC pangoft2.lo
CC module-defs-fc.lo
CC pangoft2-fontmap.lo
CC pangoft2-render.lo
CC pango-ot-buffer.lo
CC pango-ot-info.lo
CC pango-ot-ruleset.lo
CC pango-ot-tag.lo
CCLD libpangoft2-1.0.la
CC pangoxft-font.lo
CC pangoxft-fontmap.lo
CC pangoxft-render.lo
CCLD libpangoxft-1.0.la
CC pangocairo-context.lo
CC pangocairo-font.lo
CC pangocairo-fontmap.lo
CC pangocairo-render.lo
CC pangocairo-fcfont.lo
CC pangocairo-fcfontmap.lo
CC module-defs-coretext.lo
CC pangocoretext.lo
CC pangocoretext-fontmap.lo
CC pangocairo-coretextfont.lo
CC pangocairo-coretextfontmap.lo
CCLD libpangocairo-1.0.la
CC querymodules.o
CCLD pango-querymodules
Making all in modules
Making all in arabic
CC arabic-lang.lo
CCLD pango-arabic-lang.la
Making all in basic
CC basic-fc.lo
CCLD pango-basic-fc.la
CC basic-coretext.lo
CCLD pango-basic-coretext.la
Making all in indic
CC indic-lang.lo
CCLD pango-indic-lang.la
Making all in thai
make[3]: Nothing to be done for `all'.
GEN pango.modules
Writing a pango.modules file to use with tests/examples.
dyld: Library not loaded: /usr/local/lib/libicule.50.1.dylib
Referenced from: /usr/local/lib/libharfbuzz.0.dylib
Reason: image not found
/bin/sh: line 1: 33095 Trace/BPT trap ../pango/pango-querymodules `find . -name '*.la' | grep -v '\.libs' | grep -v libpango` > pango.modules
make[3]: *** [pango.modules] Error 133
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 3f564d2924768424fb2b8910caaf6ae7d7413283
CPU: dual-core 64-bit penryn
OS X: 10.6.8-i386
Xcode: 3.2.6
X11: 2.3.6 => /usr/X11
==> ENV
CC: /usr/bin/gcc-4.2
CXX: /usr/bin/g++-4.2
CFLAGS: -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6
CXXFLAGS: -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6
CPPFLAGS: -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include
LDFLAGS: -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local/opt/cairo:/usr/local/opt/pixman:/usr/local/opt/fontconfig:/usr/local/opt/icu4c:/usr/local/opt/libtool:/usr/local/opt/automake:/usr/local/opt/autoconf:/usr/local/opt/libffi:/usr/local/opt/gettext:/usr/X11
CMAKE_INCLUDE_PATH: /usr/X11/include
MACOSX_DEPLOYMENT_TARGET: 10.6
PKG_CONFIG_PATH: /usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/opt/libtool/share/aclocal:/usr/local/opt/automake/share/aclocal:/usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal:/usr/X11/share/aclocal
OBJC: /usr/bin/gcc-4.2
PATH: /usr/local/opt/cairo/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/opt/gettext/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/Library/Contributions/cmds:/usr/X11/bin
Error: pango did not build
Logs: /Users/akrubic/Library/Logs/Homebrew/pango/config.log
These open issues may also help:
https://github.com/mxcl/homebrew/issues/17568
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pango configure 1.32.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/pango/1.32.6 --enable-man --with-html-dir=/usr/local/Cellar/pango/1.32.6/share/doc --disable-introspection --with-xft
## --------- ##
## Platform. ##
## --------- ##
hostname = akrubic.home
uname -m = i386
uname -r = 10.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
/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 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 92 tasks, 410 threads, 2 processors
Load average: 3.36, Mach factor: 0.29
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/opt/cairo/bin
PATH: /usr/local/opt/fontconfig/bin
PATH: /usr/local/opt/icu4c/bin
PATH: /usr/local/opt/libtool/bin
PATH: /usr/local/opt/automake/bin
PATH: /usr/local/opt/autoconf/bin
PATH: /usr/local/opt/gettext/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/X11/bin
PATH: /Users/akrubic/.rvm/bin
PATH: /usr/local/Library/Contributions/cmds
PATH: /usr/X11/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2620: checking for a BSD-compatible install
configure:2688: result: /usr/bin/install -c
configure:2699: checking whether build environment is sane
configure:2754: result: yes
configure:2905: checking for a thread-safe mkdir -p
configure:2944: result: ./install-sh -c -d
configure:2951: checking for gawk
configure:2981: result: no
configure:2951: checking for mawk
configure:2981: result: no
configure:2951: checking for nawk
configure:2981: result: no
configure:2951: checking for awk
configure:2967: found /usr/bin/awk
configure:2978: result: awk
configure:2989: checking whether make sets $(MAKE)
configure:3011: result: yes
configure:3108: checking whether make supports nested variables
configure:3125: result: yes
configure:3190: checking build system type
configure:3204: result: x86_64-apple-darwin10.8.0
configure:3224: checking host system type
configure:3237: result: x86_64-apple-darwin10.8.0
configure:3258: checking for native Win32
configure:3276: result: no
configure:3338: checking for gcc
configure:3365: result: /usr/bin/gcc-4.2
configure:3594: checking for C compiler version
configure:3603: /usr/bin/gcc-4.2 --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3614: $? = 0
configure:3603: /usr/bin/gcc-4.2 -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:3614: $? = 0
configure:3603: /usr/bin/gcc-4.2 -V >&5
gcc-4.2: argument to `-V' is missing
configure:3614: $? = 1
configure:3603: /usr/bin/gcc-4.2 -qversion >&5
i686-apple-darwin10-gcc-4.2.1: no input files
configure:3614: $? = 1
configure:3634: checking whether the C compiler works
configure:3656: /usr/bin/gcc-4.2 -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib conftest.c >&5
configure:3660: $? = 0
configure:3708: result: yes
configure:3711: checking for C compiler default output file name
configure:3713: result: a.out
configure:3719: checking for suffix of executables
configure:3726: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib conftest.c >&5
configure:3730: $? = 0
configure:3752: result:
configure:3774: checking whether we are cross compiling
configure:3782: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib conftest.c >&5
configure:3786: $? = 0
configure:3793: ./conftest
configure:3797: $? = 0
configure:3812: result: no
configure:3817: checking for suffix of object files
configure:3839: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:3843: $? = 0
configure:3864: result: o
configure:3868: checking whether we are using the GNU C compiler
configure:3887: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:3887: $? = 0
configure:3896: result: yes
configure:3905: checking whether /usr/bin/gcc-4.2 accepts -g
configure:3925: /usr/bin/gcc-4.2 -c -g -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:3925: $? = 0
configure:3966: result: yes
configure:3983: checking for /usr/bin/gcc-4.2 option to accept ISO C89
configure:4046: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:4046: $? = 0
configure:4059: result: none needed
configure:4090: checking for style of include used by make
configure:4118: result: GNU
configure:4144: checking dependency style of /usr/bin/gcc-4.2
configure:4255: result: none
configure:4490: checking for C++ compiler version
configure:4499: /usr/bin/g++-4.2 --version >&5
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4510: $? = 0
configure:4499: /usr/bin/g++-4.2 -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:4510: $? = 0
configure:4499: /usr/bin/g++-4.2 -V >&5
g++-4.2: argument to `-V' is missing
configure:4510: $? = 1
configure:4499: /usr/bin/g++-4.2 -qversion >&5
i686-apple-darwin10-g++-4.2.1: no input files
configure:4510: $? = 1
configure:4514: checking whether we are using the GNU C++ compiler
configure:4533: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.cpp >&5
configure:4533: $? = 0
configure:4542: result: yes
configure:4551: checking whether /usr/bin/g++-4.2 accepts -g
configure:4571: /usr/bin/g++-4.2 -c -g -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.cpp >&5
configure:4571: $? = 0
configure:4612: result: yes
configure:4637: checking dependency style of /usr/bin/g++-4.2
configure:4748: result: none
configure:4775: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.cpp >&5
configure:4775: $? = 0
configure:4803: checking for sysconf
configure:4803: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib conftest.c >&5
configure:4803: $? = 0
configure:4803: result: yes
configure:4803: checking for getpagesize
configure:4803: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib conftest.c >&5
configure:4803: $? = 0
configure:4803: result: yes
configure:4817: checking how to run the C preprocessor
configure:4848: /usr/bin/gcc-4.2 -E -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c
configure:4848: $? = 0
configure:4862: /usr/bin/gcc-4.2 -E -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c
conftest.c:19:28: error: ac_nonexistent.h: No such file or directory
configure:4862: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.32.6"
| #define PACKAGE_STRING "pango 1.32.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE_URL ""
| #define PACKAGE "pango"
| #define VERSION "1.32.6"
| #define MODULE_VERSION "1.8.0"
| #define PANGO_BINARY_AGE 3206
| #define PANGO_INTERFACE_AGE 6
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 32
| #define PANGO_VERSION_MICRO 6
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4887: result: /usr/bin/gcc-4.2 -E
configure:4907: /usr/bin/gcc-4.2 -E -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c
configure:4907: $? = 0
configure:4921: /usr/bin/gcc-4.2 -E -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c
conftest.c:19:28: error: ac_nonexistent.h: No such file or directory
configure:4921: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.32.6"
| #define PACKAGE_STRING "pango 1.32.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE_URL ""
| #define PACKAGE "pango"
| #define VERSION "1.32.6"
| #define MODULE_VERSION "1.8.0"
| #define PANGO_BINARY_AGE 3206
| #define PANGO_INTERFACE_AGE 6
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 32
| #define PANGO_VERSION_MICRO 6
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4950: checking for grep that handles long lines and -e
configure:5008: result: /usr/bin/grep
configure:5013: checking for egrep
configure:5075: result: /usr/bin/grep -E
configure:5080: checking for ANSI C header files
configure:5100: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:5100: $? = 0
configure:5173: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib conftest.c >&5
configure:5173: $? = 0
configure:5173: ./conftest
configure:5173: $? = 0
configure:5184: result: yes
configure:5197: checking for sys/types.h
configure:5197: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:5197: $? = 0
configure:5197: result: yes
configure:5197: checking for sys/stat.h
configure:5197: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:5197: $? = 0
configure:5197: result: yes
configure:5197: checking for stdlib.h
configure:5197: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:5197: $? = 0
configure:5197: result: yes
configure:5197: checking for string.h
configure:5197: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:5197: $? = 0
configure:5197: result: yes
configure:5197: checking for memory.h
configure:5197: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:5197: $? = 0
configure:5197: result: yes
configure:5197: checking for strings.h
configure:5197: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:5197: $? = 0
configure:5197: result: yes
configure:5197: checking for inttypes.h
configure:5197: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:5197: $? = 0
configure:5197: result: yes
configure:5197: checking for stdint.h
configure:5197: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:5197: $? = 0
configure:5197: result: yes
configure:5197: checking for unistd.h
configure:5197: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:5197: $? = 0
configure:5197: result: yes
configure:5212: checking for unistd.h
configure:5212: result: yes
configure:5212: checking sys/mman.h usability
configure:5212: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:5212: $? = 0
configure:5212: result: yes
configure:5212: checking sys/mman.h presence
configure:5212: /usr/bin/gcc-4.2 -E -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c
configure:5212: $? = 0
configure:5212: result: yes
configure:5212: checking for sys/mman.h
configure:5212: result: yes
configure:5622: checking how to print strings
configure:5649: result: printf
configure:5670: checking for a sed that does not truncate output
configure:5734: result: /usr/bin/sed
configure:5752: checking for fgrep
configure:5814: result: /usr/bin/grep -F
configure:5849: checking for ld used by /usr/bin/gcc-4.2
configure:5916: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
configure:5923: checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld
configure:5938: result: no
configure:5950: checking for BSD- or MS-compatible name lister (nm)
configure:5999: result: /usr/bin/nm
configure:6129: checking the name lister (/usr/bin/nm) interface
configure:6136: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:6139: /usr/bin/nm "conftest.o"
configure:6142: output
0000000000000000 D _some_variable
configure:6149: result: BSD nm
configure:6152: checking whether ln -s works
configure:6156: result: yes
configure:6164: checking the maximum length of command line arguments
configure:6294: result: 196608
configure:6311: checking whether the shell understands some XSI constructs
configure:6321: result: yes
configure:6325: checking whether the shell understands "+="
configure:6331: result: yes
configure:6366: checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format
configure:6406: result: func_convert_file_noop
configure:6413: checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format
configure:6433: result: func_convert_file_noop
configure:6440: checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files
configure:6447: result: -r
configure:6521: checking for objdump
configure:6548: result: objdump
configure:6577: checking how to recognize dependent libraries
configure:6779: result: pass_all
configure:6864: checking for dlltool
configure:6891: result: dlltool
configure:6921: checking how to associate runtime and link libraries
configure:6948: result: printf %s\n
configure:7008: checking for ar
configure:7024: found /usr/bin/ar
configure:7035: result: ar
configure:7072: checking for archiver @FILE support
configure:7089: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:7089: $? = 0
configure:7092: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:7095: $? = 1
configure:7115: result: no
configure:7173: checking for strip
configure:7189: found /usr/bin/strip
configure:7200: result: strip
configure:7272: checking for ranlib
configure:7288: found /usr/bin/ranlib
configure:7299: result: ranlib
configure:7401: checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object
configure:7521: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:7524: $? = 0
configure:7528: /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:7531: $? = 0
cannot find nm_test_var in conftest.nm
configure:7521: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:7524: $? = 0
configure:7528: /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:7531: $? = 0
configure:7597: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib conftest.c conftstm.o >&5
configure:7600: $? = 0
configure:7638: result: ok
configure:7675: checking for sysroot
configure:7705: result: no
configure:7961: checking for mt
configure:7991: result: no
configure:8011: checking if : is a manifest tool
configure:8017: : '-?'
configure:8025: result: no
configure:8081: checking for dsymutil
configure:8097: found /usr/bin/dsymutil
configure:8108: result: dsymutil
configure:8173: checking for nmedit
configure:8189: found /usr/bin/nmedit
configure:8200: result: nmedit
configure:8265: checking for lipo
configure:8281: found /usr/bin/lipo
configure:8292: result: lipo
configure:8357: checking for otool
configure:8373: found /usr/bin/otool
configure:8384: result: otool
configure:8449: checking for otool64
configure:8479: result: no
configure:8524: checking for -single_module linker flag
/usr/bin/gcc-4.2 -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:8557: result: yes
configure:8560: checking for -exported_symbols_list linker flag
configure:8580: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:8580: $? = 0
configure:8590: result: yes
configure:8593: checking for -force_load linker flag
/usr/bin/gcc-4.2 -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
/usr/bin/gcc-4.2 -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:8625: result: yes
configure:8664: checking for dlfcn.h
configure:8664: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:8664: $? = 0
configure:8664: result: yes
configure:8848: checking for objdir
configure:8863: result: .libs
configure:9130: checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions
configure:9148: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -fno-rtti -fno-exceptions conftest.c >&5
configure:9152: $? = 0
configure:9165: result: yes
configure:9492: checking for /usr/bin/gcc-4.2 option to produce PIC
configure:9499: result: -fno-common -DPIC
configure:9507: checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works
configure:9525: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -fno-common -DPIC -DPIC conftest.c >&5
configure:9529: $? = 0
configure:9542: result: yes
configure:9571: checking if /usr/bin/gcc-4.2 static flag -static works
configure:9599: result: no
configure:9614: checking if /usr/bin/gcc-4.2 supports -c -o file.o
configure:9635: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -o out/conftest2.o conftest.c >&5
configure:9639: $? = 0
configure:9661: result: yes
configure:9669: checking if /usr/bin/gcc-4.2 supports -c -o file.o
configure:9716: result: yes
configure:9749: checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
configure:10902: result: yes
configure:11142: checking dynamic linker characteristics
configure:11879: result: darwin10.8.0 dyld
configure:11986: checking how to hardcode library paths into programs
configure:12011: result: immediate
configure:12551: checking whether stripping libraries is possible
configure:12565: result: yes
configure:12591: checking if libtool supports shared libraries
configure:12593: result: yes
configure:12596: checking whether to build shared libraries
configure:12617: result: yes
configure:12620: checking whether to build static libraries
configure:12624: result: no
configure:12647: checking how to run the C++ preprocessor
configure:12674: /usr/bin/g++-4.2 -E -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.cpp
configure:12674: $? = 0
configure:12688: /usr/bin/g++-4.2 -E -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.cpp
conftest.cpp:33:28: error: ac_nonexistent.h: No such file or directory
configure:12688: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.32.6"
| #define PACKAGE_STRING "pango 1.32.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE_URL ""
| #define PACKAGE "pango"
| #define VERSION "1.32.6"
| #define MODULE_VERSION "1.8.0"
| #define PANGO_BINARY_AGE 3206
| #define PANGO_INTERFACE_AGE 6
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 32
| #define PANGO_VERSION_MICRO 6
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| #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_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12713: result: /usr/bin/g++-4.2 -E
configure:12733: /usr/bin/g++-4.2 -E -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.cpp
configure:12733: $? = 0
configure:12747: /usr/bin/g++-4.2 -E -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.cpp
conftest.cpp:33:28: error: ac_nonexistent.h: No such file or directory
configure:12747: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.32.6"
| #define PACKAGE_STRING "pango 1.32.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE_URL ""
| #define PACKAGE "pango"
| #define VERSION "1.32.6"
| #define MODULE_VERSION "1.8.0"
| #define PANGO_BINARY_AGE 3206
| #define PANGO_INTERFACE_AGE 6
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 32
| #define PANGO_VERSION_MICRO 6
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| #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_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12916: checking for ld used by /usr/bin/g++-4.2
configure:12983: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
configure:12990: checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld
configure:13005: result: no
configure:13060: checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
configure:14065: result: yes
configure:14101: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.cpp >&5
configure:14104: $? = 0
configure:14624: checking for /usr/bin/g++-4.2 option to produce PIC
configure:14631: result: -fno-common -DPIC
configure:14639: checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works
configure:14657: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -fno-common -DPIC -DPIC conftest.cpp >&5
configure:14661: $? = 0
configure:14674: result: yes
configure:14697: checking if /usr/bin/g++-4.2 static flag -static works
configure:14725: result: no
configure:14737: checking if /usr/bin/g++-4.2 supports -c -o file.o
configure:14758: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -o out/conftest2.o conftest.cpp >&5
configure:14762: $? = 0
configure:14784: result: yes
configure:14789: checking if /usr/bin/g++-4.2 supports -c -o file.o
configure:14836: result: yes
configure:14866: checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
configure:14902: result: yes
configure:15043: checking dynamic linker characteristics
configure:15714: result: darwin10.8.0 dyld
configure:15767: checking how to hardcode library paths into programs
configure:15792: result: immediate
configure:15854: creating ./config.lt
## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:679: creating libtool
configure:17492: checking for some Win32 platform
configure:17502: result: no
configure:17763: checking for pkg-config
configure:17781: found /usr/local/bin/pkg-config
configure:17793: result: /usr/local/bin/pkg-config
configure:17818: checking pkg-config is at least version 0.9.0
configure:17821: result: yes
configure:17831: checking for HARFBUZZ
configure:17838: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9.9"
configure:17841: $? = 0
configure:17855: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9.9"
configure:17858: $? = 0
configure:17898: result: yes
configure:17918: checking for FONTCONFIG
configure:17925: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.10.91"
configure:17928: $? = 0
configure:17942: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.10.91"
configure:17945: $? = 0
configure:17985: result: yes
configure:18000: checking for FREETYPE
configure:18007: $PKG_CONFIG --exists --print-errors "freetype2"
configure:18010: $? = 0
configure:18024: $PKG_CONFIG --exists --print-errors "freetype2"
configure:18027: $? = 0
configure:18067: result: yes
configure:18104: checking for XFT
configure:18111: $PKG_CONFIG --exists --print-errors "xft >= 2.0.0 xrender"
configure:18114: $? = 0
configure:18128: $PKG_CONFIG --exists --print-errors "xft >= 2.0.0 xrender"
configure:18131: $? = 0
configure:18169: result: yes
configure:18258: checking for CoreText availability
configure:18273: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -Wall -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib conftest.c -framework ApplicationServices >&5
configure:18273: $? = 0
configure:18288: result: yes
configure:18315: checking for CAIRO
configure:18322: $PKG_CONFIG --exists --print-errors "cairo >= $cairo_required"
configure:18325: $? = 0
configure:18339: $PKG_CONFIG --exists --print-errors "cairo >= $cairo_required"
configure:18342: $? = 0
configure:18382: result: yes
configure:18398: $PKG_CONFIG --exists --print-errors "cairo-ft >= $cairo_required"
configure:18401: $? = 0
configure:18438: $PKG_CONFIG --exists --print-errors "cairo-quartz-font >= $cairo_required"
configure:18441: $? = 0
configure:18456: checking which cairo font backends could be used
configure:18459: result: quartz freetype
configure:18474: $PKG_CONFIG --exists --print-errors "cairo-png >= $cairo_required"
configure:18477: $? = 0
configure:18490: $PKG_CONFIG --exists --print-errors "cairo-ps >= $cairo_required"
configure:18493: $? = 0
configure:18506: $PKG_CONFIG --exists --print-errors "cairo-pdf >= $cairo_required"
configure:18509: $? = 0
configure:18522: $PKG_CONFIG --exists --print-errors "cairo-xlib >= $cairo_required"
configure:18525: $? = 0
configure:18627: checking for GLIB
configure:18634: $PKG_CONFIG --exists --print-errors "$GLIB_MODULES"
configure:18637: $? = 0
configure:18651: $PKG_CONFIG --exists --print-errors "$GLIB_MODULES"
configure:18654: $? = 0
configure:18696: result: yes
configure:18711: checking for LIBTHAI
configure:18718: $PKG_CONFIG --exists --print-errors "libthai >= $LIBTHAI_REQUIRED_VERSION"
Package libthai was not found in the pkg-config search path.
Perhaps you should add the directory containing `libthai.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libthai' found
configure:18721: $? = 1
configure:18735: $PKG_CONFIG --exists --print-errors "libthai >= $LIBTHAI_REQUIRED_VERSION"
Package libthai was not found in the pkg-config search path.
Perhaps you should add the directory containing `libthai.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libthai' found
configure:18738: $? = 1
configure:18752: result: no
No package 'libthai' found
configure:18796: checking for gobject-introspection
configure:18841: result: no (disabled, use --enable-introspection to enable)
configure:18896: checking modules to link statically
configure:18912: result:
configure:18926: checking dynamic modules to build
configure:18942: result: arabic-lang,basic-fc,basic-win32,basic-coretext,indic-lang, (those built into Pango will be excluded)
configure:19084: checking for flockfile
configure:19084: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -Wall -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib conftest.c >&5
configure:19084: $? = 0
configure:19084: result: yes
configure:19084: checking for strtok_r
configure:19084: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -Wall -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib conftest.c >&5
configure:19084: $? = 0
configure:19084: result: yes
configure:19108: checking for gtkdoc-check
configure:19141: result: no
configure:19150: checking for gtkdoc-rebase
configure:19183: result: no
configure:19194: checking for gtkdoc-mkpdf
configure:19227: result: no
configure:19358: checking whether to build gtk-doc documentation
configure:19360: result: no
configure:19436: checking for xsltproc
configure:19454: found /usr/bin/xsltproc
configure:19466: result: /usr/bin/xsltproc
configure:19493: checking for XML catalog (/etc/xml/catalog)
configure:19500: result: not found
configure:19507: checking for xmlcatalog
configure:19525: found /usr/bin/xmlcatalog
configure:19538: result: /usr/bin/xmlcatalog
configure:19557: checking for DocBook XML DTD V4.1.2 in XML catalog
configure:19568: result: not found
configure:19574: checking for DocBook XSL Stylesheets in XML catalog
configure:19585: result: not found
configure:19648: checking for -Bsymbolic-functions linker flag
configure:19662: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -Wall -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -Wl,-Bsymbolic-functions conftest.c >&5
conftest.c: In function 'main':
conftest.c:49: error: nested functions are disabled, use -fnested-functions to re-enable
configure:19662: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pango"
| #define PACKAGE_TARNAME "pango"
| #define PACKAGE_VERSION "1.32.6"
| #define PACKAGE_STRING "pango 1.32.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
| #define PACKAGE_URL ""
| #define PACKAGE "pango"
| #define VERSION "1.32.6"
| #define MODULE_VERSION "1.8.0"
| #define PANGO_BINARY_AGE 3206
| #define PANGO_INTERFACE_AGE 6
| #define PANGO_VERSION_MAJOR 1
| #define PANGO_VERSION_MINOR 32
| #define PANGO_VERSION_MICRO 6
| #define HAVE_SYSCONF 1
| #define HAVE_GETPAGESIZE 1
| #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_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_FREETYPE 1
| #define HAVE_XFT 1
| #define HAVE_CORE_TEXT 1
| #define HAVE_CAIRO_FREETYPE 1
| #define HAVE_CAIRO_QUARTZ 1
| #define HAVE_CAIRO 1
| #define HAVE_CAIRO_PNG 1
| #define HAVE_CAIRO_PS 1
| #define HAVE_CAIRO_PDF 1
| #define HAVE_CAIRO_XLIB 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STRTOK_R 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| int main (void) { return 0; }
| ;
| return 0;
| }
configure:19667: result: no
configure:19701: checking Whether to write dependencies into .pc files
configure:19718: result: no
configure:19767: checking for dirent.h that defines DIR
configure:19786: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -Wall -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include conftest.c >&5
configure:19786: $? = 0
configure:19794: result: yes
configure:19807: checking for library containing opendir
configure:19838: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -Wall -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include -L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib conftest.c >&5
configure:19838: $? = 0
configure:19855: result: none required
configure:19924: checking for unistd.h
configure:19924: result: yes
configure:20052: checking that generated files are newer than configure
configure:20058: result: done
configure:20249: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by pango config.status 1.32.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on akrubic.home
config.status:1362: creating Makefile
config.status:1362: creating pango/Makefile
config.status:1362: creating pango/mini-fribidi/Makefile
config.status:1362: creating pango/pango.rc
config.status:1362: creating pango/pangoft2.rc
config.status:1362: creating pango/pangowin32.rc
config.status:1362: creating pango/pangocairo.rc
config.status:1362: creating pango/pangoxft.rc
config.status:1362: creating pango-view/Makefile
config.status:1362: creating modules/Makefile
config.status:1362: creating modules/arabic/Makefile
config.status:1362: creating modules/basic/Makefile
config.status:1362: creating modules/indic/Makefile
config.status:1362: creating modules/thai/Makefile
config.status:1362: creating examples/Makefile
config.status:1362: creating docs/Makefile
config.status:1362: creating docs/version.xml
config.status:1362: creating tools/Makefile
config.status:1362: creating tests/Makefile
config.status:1362: creating build/Makefile
config.status:1362: creating build/win32/Makefile
config.status:1362: creating build/win32/vs9/Makefile
config.status:1362: creating build/win32/vs10/Makefile
config.status:1362: creating pango.pc
config.status:1362: creating pangowin32.pc
config.status:1362: creating pangoft2.pc
config.status:1362: creating pangoxft.pc
config.status:1362: creating pangocairo.pc
config.status:1362: creating pango-uninstalled.pc
config.status:1362: creating pangowin32-uninstalled.pc
config.status:1362: creating pangoft2-uninstalled.pc
config.status:1362: creating pangoxft-uninstalled.pc
config.status:1362: creating pangocairo-uninstalled.pc
config.status:1362: creating pango-zip.sh
config.status:1362: creating config.h.win32
config.status:1362: creating config.h
config.status:1591: executing depfiles commands
config.status:1591: executing libtool commands
config.status:1591: executing pango/module-defs.h commands
config.status:1591: executing pango/module-defs-fc.c commands
config.status:1591: executing pango/module-defs-win32.c commands
config.status:1591: executing pango/module-defs-coretext.c commands
config.status:1591: executing pango/module-defs-lang.c commands
config.status:1591: executing pango/pango-features.h commands
config.status:2623: creating pango/pango-features.h
config.status:2643: pango/pango-features.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin10.8.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_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=/usr/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include'
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=set
ac_cv_env_CXXFLAGS_value='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/g++-4.2
ac_cv_env_FONTCONFIG_CFLAGS_set=
ac_cv_env_FONTCONFIG_CFLAGS_value=
ac_cv_env_FONTCONFIG_LIBS_set=
ac_cv_env_FONTCONFIG_LIBS_value=
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_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_HARFBUZZ_CFLAGS_set=
ac_cv_env_HARFBUZZ_CFLAGS_value=
ac_cv_env_HARFBUZZ_LIBS_set=
ac_cv_env_HARFBUZZ_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBTHAI_CFLAGS_set=
ac_cv_env_LIBTHAI_CFLAGS_value=
ac_cv_env_LIBTHAI_LIBS_set=
ac_cv_env_LIBTHAI_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XFT_CFLAGS_set=
ac_cv_env_XFT_CFLAGS_value=
ac_cv_env_XFT_LIBS_set=
ac_cv_env_XFT_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_flockfile=yes
ac_cv_func_getpagesize=yes
ac_cv_func_strtok_r=yes
ac_cv_func_sysconf=yes
ac_cv_header_dirent_dirent_h=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-darwin10.8.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/bin/sed
ac_cv_path_XMLCATALOG=/usr/bin/xmlcatalog
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E'
ac_cv_prog_CXXCPP='/usr/bin/g++-4.2 -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2
ac_cv_prog_ac_ct_DLLTOOL=dlltool
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_OBJDUMP=objdump
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
ac_cv_search_opendir='none required'
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
lt_cv_path_LDCXX=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_CAIRO_CFLAGS='-I/usr/local/Cellar/cairo/1.12.12/include/cairo -I/usr/local/Cellar/pixman/0.28.2/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.10.91/include -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 '
pkg_cv_CAIRO_LIBS='-L/usr/local/Cellar/cairo/1.12.12/lib -lcairo '
pkg_cv_FONTCONFIG_CFLAGS='-I/usr/local/Cellar/fontconfig/2.10.91/include '
pkg_cv_FONTCONFIG_LIBS='-L/usr/local/Cellar/fontconfig/2.10.91/lib -lfontconfig '
pkg_cv_FREETYPE_CFLAGS='-I/usr/X11/include/freetype2 -I/usr/X11/include '
pkg_cv_FREETYPE_LIBS='-L/usr/X11/lib -lfreetype '
pkg_cv_GLIB_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include '
pkg_cv_GLIB_LIBS='-L/usr/local/Cellar/glib/2.34.3/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl '
pkg_cv_HARFBUZZ_CFLAGS='-I/usr/local/Cellar/harfbuzz/0.9.12/include/harfbuzz '
pkg_cv_HARFBUZZ_LIBS='-L/usr/local/Cellar/harfbuzz/0.9.12/lib -lharfbuzz '
pkg_cv_XFT_CFLAGS='-I/usr/local/Cellar/fontconfig/2.10.91/include -I/usr/X11/include -I/usr/X11/include/freetype2 '
pkg_cv_XFT_LIBS='-L/usr/local/Cellar/fontconfig/2.10.91/lib -L/usr/X11/lib -lXft -lfontconfig -lfreetype -lXrender -lX11 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/pango-vvLc/pango-1.32.6/missing --run aclocal-1.12 '
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/pango-vvLc/pango-1.32.6/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/pango-vvLc/pango-1.32.6/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/pango-vvLc/pango-1.32.6/missing --run automake-1.12'
AWK='awk'
CAIRO_CFLAGS='-I/usr/local/Cellar/cairo/1.12.12/include/cairo -I/usr/local/Cellar/pixman/0.28.2/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.10.91/include -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/X11/include/libpng12 '
CAIRO_LIBS='-L/usr/local/Cellar/cairo/1.12.12/lib -lcairo '
CAIRO_PREFIX='/usr/local/Cellar/cairo/1.12.12'
CC='/usr/bin/gcc-4.2'
CCDEPMODE='depmode=none'
CFLAGS='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -Wall'
CPP='/usr/bin/gcc-4.2 -E'
CPPFLAGS='-I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/fontconfig/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/libtool/include -I/usr/local/opt/gettext/include -I/usr/X11/include'
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CXX='/usr/bin/g++-4.2'
CXXCPP='/usr/bin/g++-4.2 -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_EXPLICIT_DEPS_FALSE='#'
DISABLE_EXPLICIT_DEPS_TRUE=''
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
DUMPBIN=''
DYNAMIC_ARABIC_LANG_FALSE='#'
DYNAMIC_ARABIC_LANG_TRUE=''
DYNAMIC_BASIC_CORE_TEXT_FALSE='#'
DYNAMIC_BASIC_CORE_TEXT_TRUE=''
DYNAMIC_BASIC_FC_FALSE='#'
DYNAMIC_BASIC_FC_TRUE=''
DYNAMIC_BASIC_WIN32_FALSE='#'
DYNAMIC_BASIC_WIN32_TRUE=''
DYNAMIC_INDIC_LANG_FALSE='#'
DYNAMIC_INDIC_LANG_TRUE=''
DYNAMIC_THAI_LANG_FALSE=''
DYNAMIC_THAI_LANG_TRUE='#'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_DOC_CROSS_REFERENCES_FALSE='#'
ENABLE_DOC_CROSS_REFERENCES_TRUE=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE='#'
EXEEXT=''
FGREP='/usr/bin/grep -F'
FONTCONFIG_CFLAGS='-I/usr/local/Cellar/fontconfig/2.10.91/include '
FONTCONFIG_LIBS='-L/usr/local/Cellar/fontconfig/2.10.91/lib -lfontconfig '
FREETYPE_CFLAGS='-I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/local/Cellar/fontconfig/2.10.91/include '
FREETYPE_LIBS='-L/usr/X11/lib -lfreetype -L/usr/local/Cellar/fontconfig/2.10.91/lib -lfontconfig '
GLIB_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include '
GLIB_LIBS='-L/usr/local/Cellar/glib/2.34.3/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl '
GLIB_MKENUMS='glib-mkenums'
GLIB_PREFIX='/usr/local/Cellar/glib/2.34.3'
GREP='/usr/bin/grep'
GTKDOC_CHECK=''
GTKDOC_DEPS_CFLAGS=''
GTKDOC_DEPS_LIBS=''
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=''
HARFBUZZ_CFLAGS='-I/usr/local/Cellar/harfbuzz/0.9.12/include/harfbuzz '
HARFBUZZ_LIBS='-L/usr/local/Cellar/harfbuzz/0.9.12/lib -lharfbuzz '
HAVE_CAIRO_FALSE='#'
HAVE_CAIRO_FREETYPE_FALSE='#'
HAVE_CAIRO_FREETYPE_TRUE=''
HAVE_CAIRO_PDF_FALSE='#'
HAVE_CAIRO_PDF_TRUE=''
HAVE_CAIRO_PNG_FALSE='#'
HAVE_CAIRO_PNG_TRUE=''
HAVE_CAIRO_PS_FALSE='#'
HAVE_CAIRO_PS_TRUE=''
HAVE_CAIRO_QUARTZ_FALSE='#'
HAVE_CAIRO_QUARTZ_TRUE=''
HAVE_CAIRO_TRUE=''
HAVE_CAIRO_WIN32_FALSE=''
HAVE_CAIRO_WIN32_TRUE='#'
HAVE_CAIRO_XLIB_FALSE='#'
HAVE_CAIRO_XLIB_TRUE=''
HAVE_CORE_TEXT_FALSE='#'
HAVE_CORE_TEXT_TRUE=''
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_DYNAMIC_MODULES_FALSE='#'
HAVE_DYNAMIC_MODULES_TRUE=''
HAVE_FREETYPE_FALSE='#'
HAVE_FREETYPE_TRUE=''
HAVE_HARFBUZZ_FALSE='#'
HAVE_HARFBUZZ_TRUE=''
HAVE_INCLUDED_MODULES_FALSE=''
HAVE_INCLUDED_MODULES_TRUE='#'
HAVE_INTROSPECTION_FALSE=''
HAVE_INTROSPECTION_TRUE='#'
HAVE_WIN32_FALSE=''
HAVE_WIN32_TRUE='#'
HAVE_XFT_FALSE='#'
HAVE_XFT_TRUE=''
HTML_DIR='/usr/local/Cellar/pango/1.32.6/share/doc'
INCLUDED_CORE_TEXT_MODULES=''
INCLUDED_FC_MODULES=''
INCLUDED_LANG_MODULES=''
INCLUDED_WIN32_MODULES=''
INCLUDE_ARABIC_LANG_FALSE=''
INCLUDE_ARABIC_LANG_TRUE='#'
INCLUDE_BASIC_CORE_TEXT_FALSE=''
INCLUDE_BASIC_CORE_TEXT_TRUE='#'
INCLUDE_BASIC_FC_FALSE=''
INCLUDE_BASIC_FC_TRUE='#'
INCLUDE_BASIC_WIN32_FALSE=''
INCLUDE_BASIC_WIN32_TRUE='#'
INCLUDE_INDIC_LANG_FALSE=''
INCLUDE_INDIC_LANG_TRUE='#'
INCLUDE_THAI_LANG_FALSE=''
INCLUDE_THAI_LANG_TRUE='#'
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='/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld'
LDFLAGS='-L/usr/local/opt/cairo/lib -L/usr/local/opt/pixman/lib -L/usr/local/opt/fontconfig/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/libtool/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/usr/X11/lib'
LIBOBJS=''
LIBRARY_LIBTOOL_OPTIONS='-version-info 3200:6:3200 -export-symbols-regex "^pango_.*"'
LIBS=''
LIBTHAI_CFLAGS=''
LIBTHAI_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_EXE_MACHINE_FLAG=''
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/pango-vvLc/pango-1.32.6/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
MODULE_LIBTOOL_OPTIONS='-export-dynamic -avoid-version -export-symbols-regex "^script_engine_.*"'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OTOOL64=':'
OTOOL='otool'
PACKAGE='pango'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pango'
PACKAGE_NAME='pango'
PACKAGE_STRING='pango 1.32.6'
PACKAGE_TARNAME='pango'
PACKAGE_URL=''
PACKAGE_VERSION='1.32.6'
PANGO_API_VERSION='1.0'
PANGO_BINARY_AGE='3206'
PANGO_CURRENT_MINUS_AGE='0'
PANGO_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
PANGO_INTERFACE_AGE='6'
PANGO_MODULE_VERSION='1.8.0'
PANGO_VERSION='1.32.6'
PANGO_VERSION_MAJOR='1'
PANGO_VERSION_MICRO='6'
PANGO_VERSION_MINOR='32'
PATH_SEPARATOR=':'
PKGCONFIG_CAIRO_REQUIRES=''
PKGCONFIG_MATH_LIBS=''
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR='/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig'
PKG_CONFIG_PATH='/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.32.6'
WIN32_LIBS=''
WINDRES=''
XFT_CFLAGS='-I/usr/local/Cellar/fontconfig/2.10.91/include -I/usr/X11/include -I/usr/X11/include/freetype2 '
XFT_LIBS='-L/usr/local/Cellar/fontconfig/2.10.91/lib -L/usr/X11/lib -lXft -lfontconfig -lfreetype -lXrender -lX11 '
XMLCATALOG='/usr/bin/xmlcatalog'
XML_CATALOG_FILE='/etc/xml/catalog'
XSLTPROC='/usr/bin/xsltproc'
ac_ct_AR='ar'
ac_ct_CC='/usr/bin/gcc-4.2'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin10.8.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin10.8.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin10.8.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin10.8.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/pango-vvLc/pango-1.32.6/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
ms_librarian=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/pango/1.32.6'
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 "pango"
#define PACKAGE_TARNAME "pango"
#define PACKAGE_VERSION "1.32.6"
#define PACKAGE_STRING "pango 1.32.6"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
#define PACKAGE_URL ""
#define PACKAGE "pango"
#define VERSION "1.32.6"
#define MODULE_VERSION "1.8.0"
#define PANGO_BINARY_AGE 3206
#define PANGO_INTERFACE_AGE 6
#define PANGO_VERSION_MAJOR 1
#define PANGO_VERSION_MINOR 32
#define PANGO_VERSION_MICRO 6
#define HAVE_SYSCONF 1
#define HAVE_GETPAGESIZE 1
#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_UNISTD_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_FREETYPE 1
#define HAVE_XFT 1
#define HAVE_CORE_TEXT 1
#define HAVE_CAIRO_FREETYPE 1
#define HAVE_CAIRO_QUARTZ 1
#define HAVE_CAIRO 1
#define HAVE_CAIRO_PNG 1
#define HAVE_CAIRO_PS 1
#define HAVE_CAIRO_PDF 1
#define HAVE_CAIRO_XLIB 1
#define HAVE_FLOCKFILE 1
#define HAVE_STRTOK_R 1
#define HAVE_DIRENT_H 1
#define HAVE_UNISTD_H 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment