Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@To1ne
Created December 9, 2009 22:32
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 To1ne/252905 to your computer and use it in GitHub Desktop.
Save To1ne/252905 to your computer and use it in GitHub Desktop.
» brew install klavaro
==> Downloading http://ftp.gnu.org/pub/gnu/gettext/gettext-0.17.tar.gz
######################################################################## 100.0%
==> Patching
######################################################################## 100.0%
patching file gettext-runtime/gnulib-lib/setenv.c
patching file gettext-tools/gnulib-lib/execute.c
patching file gettext-tools/gnulib-lib/pipe.c
patching file gettext-tools/gnulib-lib/setenv.c
patching file gettext-tools/gnulib-lib/unsetenv.c
==> ./configure --disable-debug --prefix=/usr/local/Cellar/gettext/0.17 --disable-dependency-tracking --without-emacs --without-included-gettext --wit
==> make
==> make install
==> Caveats
gettext is keg-only. This means it is not symlinked into Homebrew's
prefix. The formula provides the following rationale:
OS X provides the BSD gettext library and some software gets confused if both are in the library path.
Generally there are no consequences of this for you, however if you build your
own software and it requires this formula, you may want to run this command to
link it into the Homebrew prefix:
brew link gettext
==> Summary
/usr/local/Cellar/gettext/0.17: 274 files, 7.4M, built in 3.0 minutes
==> Downloading http://ftp.acc.umu.se/pub/gnome/sources/glib/2.20/glib-2.20.5.tar.bz2
######################################################################## 100.0%
==> Downloading http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv --disable-debug --disable-dependency-tracking --enable-static --disa
==> make install
==> ./configure --disable-debug --prefix=/usr/local/Cellar/glib/2.20.5 --disable-dependency-tracking --disable-rebuilds --with-libiconv=gnu
==> make
cd . && /bin/sh ./config.status glibconfig.h
config.status: executing glibconfig.h commands
config.status: glibconfig.h is unchanged
echo timestamp > stamp-gc-h
make all-recursive
Making all in .
Making all in m4macros
make[2]: Nothing to be done for `all'.
Making all in glib
make all-recursive
Making all in libcharset
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/local/Cellar/glib/2.20.5/lib\" -I../.. -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o localcharset.lo localcharset.c
sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/glib/g' ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
/bin/sh ./config.charset 'i386-apple-darwin10.2.0' > t-charset.alias
mv t-charset.alias charset.alias
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DLIBDIR=\"/usr/local/Cellar/glib/2.20.5/lib\" -I../.. -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c localcharset.c -fno-common -DPIC -o .libs/localcharset.o
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o libcharset.la localcharset.lo -lintl
*** Warning: Linking the shared library libcharset.la against the
*** static library /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a is not portable!
libtool: link: ar cru .libs/libcharset.a .libs/localcharset.o
libtool: link: ranlib .libs/libcharset.a
libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" )
Making all in pcre
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_compile.lo pcre_compile.c
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_chartables.lo pcre_chartables.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_chartables.c -fno-common -DPIC -o .libs/pcre_chartables.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_compile.c -fno-common -DPIC -o .libs/pcre_compile.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_config.lo pcre_config.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_config.c -fno-common -DPIC -o .libs/pcre_config.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_dfa_exec.lo pcre_dfa_exec.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_dfa_exec.c -fno-common -DPIC -o .libs/pcre_dfa_exec.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_exec.lo pcre_exec.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_exec.c -fno-common -DPIC -o .libs/pcre_exec.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_fullinfo.lo pcre_fullinfo.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_fullinfo.c -fno-common -DPIC -o .libs/pcre_fullinfo.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_get.lo pcre_get.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_get.c -fno-common -DPIC -o .libs/pcre_get.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_globals.lo pcre_globals.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_globals.c -fno-common -DPIC -o .libs/pcre_globals.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_info.lo pcre_info.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_info.c -fno-common -DPIC -o .libs/pcre_info.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_maketables.lo pcre_maketables.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_maketables.c -fno-common -DPIC -o .libs/pcre_maketables.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_newline.lo pcre_newline.c
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_ord2utf8.lo pcre_ord2utf8.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_newline.c -fno-common -DPIC -o .libs/pcre_newline.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_ord2utf8.c -fno-common -DPIC -o .libs/pcre_ord2utf8.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_refcount.lo pcre_refcount.c
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_study.lo pcre_study.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_refcount.c -fno-common -DPIC -o .libs/pcre_refcount.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_study.c -fno-common -DPIC -o .libs/pcre_study.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_tables.lo pcre_tables.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_tables.c -fno-common -DPIC -o .libs/pcre_tables.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_try_flipped.lo pcre_try_flipped.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_try_flipped.c -fno-common -DPIC -o .libs/pcre_try_flipped.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_ucp_searchfuncs.lo pcre_ucp_searchfuncs.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_ucp_searchfuncs.c -fno-common -DPIC -o .libs/pcre_ucp_searchfuncs.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_valid_utf8.lo pcre_valid_utf8.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_valid_utf8.c -fno-common -DPIC -o .libs/pcre_valid_utf8.o
pcre_internal.h:277: warning: ‘pcre_memmove’ defined but not used
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_version.lo pcre_version.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_version.c -fno-common -DPIC -o .libs/pcre_version.o
pcre_internal.h:277: warning: ‘pcre_memmove’ defined but not used
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o pcre_xclass.lo pcre_xclass.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GLib-GRegex\" -DSUPPORT_UCP -DSUPPORT_UTF8 -DNEWLINE=-1 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=8192 -DMAX_NAME_SIZE=32 -DMAX_NAME_COUNT=10000 -DMAX_DUPLENGTH=30000 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DPCRE_STATIC -I../.. -I. -I../../glib -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -Wno-pointer-sign -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c pcre_xclass.c -fno-common -DPIC -o .libs/pcre_xclass.o
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -no-undefined -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o libpcre.la pcre_compile.lo pcre_chartables.lo pcre_config.lo pcre_dfa_exec.lo pcre_exec.lo pcre_fullinfo.lo pcre_get.lo pcre_globals.lo pcre_info.lo pcre_maketables.lo pcre_newline.lo pcre_ord2utf8.lo pcre_refcount.lo pcre_study.lo pcre_tables.lo pcre_try_flipped.lo pcre_ucp_searchfuncs.lo pcre_valid_utf8.lo pcre_version.lo pcre_xclass.lo -lintl
*** Warning: Linking the shared library libpcre.la against the
*** static library /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a is not portable!
libtool: link: ar cru .libs/libpcre.a .libs/pcre_compile.o .libs/pcre_chartables.o .libs/pcre_config.o .libs/pcre_dfa_exec.o .libs/pcre_exec.o .libs/pcre_fullinfo.o .libs/pcre_get.o .libs/pcre_globals.o .libs/pcre_info.o .libs/pcre_maketables.o .libs/pcre_newline.o .libs/pcre_ord2utf8.o .libs/pcre_refcount.o .libs/pcre_study.o .libs/pcre_tables.o .libs/pcre_try_flipped.o .libs/pcre_ucp_searchfuncs.o .libs/pcre_valid_utf8.o .libs/pcre_version.o .libs/pcre_xclass.o
libtool: link: ranlib .libs/libpcre.a
libtool: link: ( cd ".libs" && rm -f "libpcre.la" && ln -s "../libpcre.la" "libpcre.la" )
Making all in update-pcre
make[4]: Nothing to be done for `all'.
Making all in .
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o garray.lo garray.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gasyncqueue.lo gasyncqueue.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c garray.c -fno-common -DPIC -o .libs/garray.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gasyncqueue.c -fno-common -DPIC -o .libs/gasyncqueue.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gatomic.lo gatomic.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gbacktrace.lo gbacktrace.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gatomic.c -fno-common -DPIC -o .libs/gatomic.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gbacktrace.c -fno-common -DPIC -o .libs/gbacktrace.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gbase64.lo gbase64.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gbookmarkfile.lo gbookmarkfile.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gbase64.c -fno-common -DPIC -o .libs/gbase64.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gbookmarkfile.c -fno-common -DPIC -o .libs/gbookmarkfile.o
gbase64.c: In function ‘g_base64_decode_inplace’:
gbase64.c:418: warning: pointer targets in return differ in signedness
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gcache.lo gcache.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gcache.c -fno-common -DPIC -o .libs/gcache.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gchecksum.lo gchecksum.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gchecksum.c -fno-common -DPIC -o .libs/gchecksum.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gcompletion.lo gcompletion.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gcompletion.c -fno-common -DPIC -o .libs/gcompletion.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gconvert.lo gconvert.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gconvert.c -fno-common -DPIC -o .libs/gconvert.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gdataset.lo gdataset.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gdate.lo gdate.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gdataset.c -fno-common -DPIC -o .libs/gdataset.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gdate.c -fno-common -DPIC -o .libs/gdate.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gdir.lo gdir.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gdir.c -fno-common -DPIC -o .libs/gdir.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gerror.lo gerror.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfileutils.lo gfileutils.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gerror.c -fno-common -DPIC -o .libs/gerror.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfileutils.c -fno-common -DPIC -o .libs/gfileutils.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o ghash.lo ghash.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c ghash.c -fno-common -DPIC -o .libs/ghash.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o ghook.lo ghook.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o giochannel.lo giochannel.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c ghook.c -fno-common -DPIC -o .libs/ghook.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c giochannel.c -fno-common -DPIC -o .libs/giochannel.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gkeyfile.lo gkeyfile.c
giochannel.c: In function ‘g_io_error_get_from_g_error’:
giochannel.c:186: warning: control reaches end of non-void function
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gkeyfile.c -fno-common -DPIC -o .libs/gkeyfile.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o glist.lo glist.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c glist.c -fno-common -DPIC -o .libs/glist.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gmain.lo gmain.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gmain.c -fno-common -DPIC -o .libs/gmain.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gmappedfile.lo gmappedfile.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gmappedfile.c -fno-common -DPIC -o .libs/gmappedfile.o
gmain.c: In function ‘child_watch_helper_thread’:
gmain.c:3704: warning: no return statement in function returning non-void
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gmarkup.lo gmarkup.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gmarkup.c -fno-common -DPIC -o .libs/gmarkup.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gmem.lo gmem.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gmem.c -fno-common -DPIC -o .libs/gmem.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gmessages.lo gmessages.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gnode.lo gnode.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gmessages.c -fno-common -DPIC -o .libs/gmessages.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gnode.c -fno-common -DPIC -o .libs/gnode.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o goption.lo goption.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gpattern.lo gpattern.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c goption.c -fno-common -DPIC -o .libs/goption.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gpattern.c -fno-common -DPIC -o .libs/gpattern.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gpoll.lo gpoll.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gpoll.c -fno-common -DPIC -o .libs/gpoll.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gprimes.lo gprimes.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gqsort.lo gqsort.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gprimes.c -fno-common -DPIC -o .libs/gprimes.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gqsort.c -fno-common -DPIC -o .libs/gqsort.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gqueue.lo gqueue.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o grel.lo grel.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gqueue.c -fno-common -DPIC -o .libs/gqueue.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c grel.c -fno-common -DPIC -o .libs/grel.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o grand.lo grand.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gregex.lo gregex.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c grand.c -fno-common -DPIC -o .libs/grand.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gregex.c -fno-common -DPIC -o .libs/gregex.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gscanner.lo gscanner.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gscanner.c -fno-common -DPIC -o .libs/gscanner.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gsequence.lo gsequence.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gsequence.c -fno-common -DPIC -o .libs/gsequence.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gshell.lo gshell.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gshell.c -fno-common -DPIC -o .libs/gshell.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gslice.lo gslice.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gslice.c -fno-common -DPIC -o .libs/gslice.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gslist.lo gslist.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gslist.c -fno-common -DPIC -o .libs/gslist.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gstdio.lo gstdio.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gstrfuncs.lo gstrfuncs.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gstdio.c -fno-common -DPIC -o .libs/gstdio.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gstrfuncs.c -fno-common -DPIC -o .libs/gstrfuncs.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gstring.lo gstring.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gstring.c -fno-common -DPIC -o .libs/gstring.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gtestutils.lo gtestutils.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gtestutils.c -fno-common -DPIC -o .libs/gtestutils.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gthread.lo gthread.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gthread.c -fno-common -DPIC -o .libs/gthread.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gthreadpool.lo gthreadpool.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gtimer.lo gtimer.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gthreadpool.c -fno-common -DPIC -o .libs/gthreadpool.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gtimer.c -fno-common -DPIC -o .libs/gtimer.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gtree.lo gtree.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o guniprop.lo guniprop.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gtree.c -fno-common -DPIC -o .libs/gtree.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c guniprop.c -fno-common -DPIC -o .libs/guniprop.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gutf8.lo gutf8.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gutf8.c -fno-common -DPIC -o .libs/gutf8.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gunibreak.lo gunibreak.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gunicollate.lo gunicollate.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gunibreak.c -fno-common -DPIC -o .libs/gunibreak.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gunicollate.c -fno-common -DPIC -o .libs/gunicollate.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gunidecomp.lo gunidecomp.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gunidecomp.c -fno-common -DPIC -o .libs/gunidecomp.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gurifuncs.lo gurifuncs.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gurifuncs.c -fno-common -DPIC -o .libs/gurifuncs.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gutils.lo gutils.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gprintf.lo gprintf.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gutils.c -fno-common -DPIC -o .libs/gutils.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gprintf.c -fno-common -DPIC -o .libs/gprintf.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o giounix.lo giounix.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c giounix.c -fno-common -DPIC -o .libs/giounix.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gspawn.lo gspawn.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gspawn.c -fno-common -DPIC -o .libs/gspawn.o
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -DPCRE_STATIC -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gtester.c
/bin/sh ../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -version-info 2000:5:2000 -export-dynamic -export-symbols-regex "^g.*" -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o libglib-2.0.la -rpath /usr/local/Cellar/glib/2.20.5/lib garray.lo gasyncqueue.lo gatomic.lo gbacktrace.lo gbase64.lo gbookmarkfile.lo gcache.lo gchecksum.lo gcompletion.lo gconvert.lo gdataset.lo gdate.lo gdir.lo gerror.lo gfileutils.lo ghash.lo ghook.lo giochannel.lo gkeyfile.lo glist.lo gmain.lo gmappedfile.lo gmarkup.lo gmem.lo gmessages.lo gnode.lo goption.lo gpattern.lo gpoll.lo gprimes.lo gqsort.lo gqueue.lo grel.lo grand.lo gregex.lo gscanner.lo gsequence.lo gshell.lo gslice.lo gslist.lo gstdio.lo gstrfuncs.lo gstring.lo gtestutils.lo gthread.lo gthreadpool.lo gtimer.lo gtree.lo guniprop.lo gutf8.lo gunibreak.lo gunicollate.lo gunidecomp.lo gurifuncs.lo gutils.lo gprintf.lo libcharset/libcharset.la giounix.lo gspawn.lo -liconv pcre/libpcre.la -lintl
*** Warning: Linking the shared library libglib-2.0.la against the
*** static library /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a is not portable!
libtool: link: /usr/bin/nm .libs/garray.o .libs/gasyncqueue.o .libs/gatomic.o .libs/gbacktrace.o .libs/gbase64.o .libs/gbookmarkfile.o .libs/gcache.o .libs/gchecksum.o .libs/gcompletion.o .libs/gconvert.o .libs/gdataset.o .libs/gdate.o .libs/gdir.o .libs/gerror.o .libs/gfileutils.o .libs/ghash.o .libs/ghook.o .libs/giochannel.o .libs/gkeyfile.o .libs/glist.o .libs/gmain.o .libs/gmappedfile.o .libs/gmarkup.o .libs/gmem.o .libs/gmessages.o .libs/gnode.o .libs/goption.o .libs/gpattern.o .libs/gpoll.o .libs/gprimes.o .libs/gqsort.o .libs/gqueue.o .libs/grel.o .libs/grand.o .libs/gregex.o .libs/gscanner.o .libs/gsequence.o .libs/gshell.o .libs/gslice.o .libs/gslist.o .libs/gstdio.o .libs/gstrfuncs.o .libs/gstring.o .libs/gtestutils.o .libs/gthread.o .libs/gthreadpool.o .libs/gtimer.o .libs/gtree.o .libs/guniprop.o .libs/gutf8.o .libs/gunibreak.o .libs/gunicollate.o .libs/gunidecomp.o .libs/gurifuncs.o .libs/gutils.o .libs/gprintf.o .libs/giounix.o .libs/gspawn.o libcharset/.libs/libcharset.a pcre/.libs/libpcre.a | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libglib-2.0.exp
libtool: link: /usr/bin/grep -E -e "^g.*" ".libs/libglib-2.0.exp" > ".libs/libglib-2.0.expT"
libtool: link: mv -f ".libs/libglib-2.0.expT" ".libs/libglib-2.0.exp"
libtool: link: (cd .libs/libglib-2.0.lax/libcharset.a && ar x "/private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/libcharset/.libs/libcharset.a")
libtool: link: (cd .libs/libglib-2.0.lax/libpcre.a && ar x "/private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/pcre/.libs/libpcre.a")
libtool: link: sed 's,^,_,' < .libs/libglib-2.0.exp > .libs/libglib-2.0-symbols.expsym
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libglib-2.0.0.dylib .libs/garray.o .libs/gasyncqueue.o .libs/gatomic.o .libs/gbacktrace.o .libs/gbase64.o .libs/gbookmarkfile.o .libs/gcache.o .libs/gchecksum.o .libs/gcompletion.o .libs/gconvert.o .libs/gdataset.o .libs/gdate.o .libs/gdir.o .libs/gerror.o .libs/gfileutils.o .libs/ghash.o .libs/ghook.o .libs/giochannel.o .libs/gkeyfile.o .libs/glist.o .libs/gmain.o .libs/gmappedfile.o .libs/gmarkup.o .libs/gmem.o .libs/gmessages.o .libs/gnode.o .libs/goption.o .libs/gpattern.o .libs/gpoll.o .libs/gprimes.o .libs/gqsort.o .libs/gqueue.o .libs/grel.o .libs/grand.o .libs/gregex.o .libs/gscanner.o .libs/gsequence.o .libs/gshell.o .libs/gslice.o .libs/gslist.o .libs/gstdio.o .libs/gstrfuncs.o .libs/gstring.o .libs/gtestutils.o .libs/gthread.o .libs/gthreadpool.o .libs/gtimer.o .libs/gtree.o .libs/guniprop.o .libs/gutf8.o .libs/gunibreak.o .libs/gunicollate.o .libs/gunidecomp.o .libs/gurifuncs.o .libs/gutils.o .libs/gprintf.o .libs/giounix.o .libs/gspawn.o .libs/libglib-2.0.lax/libcharset.a/localcharset.o .libs/libglib-2.0.lax/libpcre.a/pcre_chartables.o .libs/libglib-2.0.lax/libpcre.a/pcre_compile.o .libs/libglib-2.0.lax/libpcre.a/pcre_config.o .libs/libglib-2.0.lax/libpcre.a/pcre_dfa_exec.o .libs/libglib-2.0.lax/libpcre.a/pcre_exec.o .libs/libglib-2.0.lax/libpcre.a/pcre_fullinfo.o .libs/libglib-2.0.lax/libpcre.a/pcre_get.o .libs/libglib-2.0.lax/libpcre.a/pcre_globals.o .libs/libglib-2.0.lax/libpcre.a/pcre_info.o .libs/libglib-2.0.lax/libpcre.a/pcre_maketables.o .libs/libglib-2.0.lax/libpcre.a/pcre_newline.o .libs/libglib-2.0.lax/libpcre.a/pcre_ord2utf8.o .libs/libglib-2.0.lax/libpcre.a/pcre_refcount.o .libs/libglib-2.0.lax/libpcre.a/pcre_study.o .libs/libglib-2.0.lax/libpcre.a/pcre_tables.o .libs/libglib-2.0.lax/libpcre.a/pcre_try_flipped.o .libs/libglib-2.0.lax/libpcre.a/pcre_ucp_searchfuncs.o .libs/libglib-2.0.lax/libpcre.a/pcre_valid_utf8.o .libs/libglib-2.0.lax/libpcre.a/pcre_version.o .libs/libglib-2.0.lax/libpcre.a/pcre_xclass.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -liconv -lintl -march=core2 -mmmx -msse4.1 -mmacosx-version-min=10.6 -framework Carbon -install_name /usr/local/Cellar/glib/2.20.5/lib/libglib-2.0.0.dylib -compatibility_version 2001 -current_version 2001.5 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libglib-2.0-symbols.expsym
WARNING: While resolving call to function 'bookmark_app_info_free' arguments were dropped!
WARNING: While resolving call to function 'g_free' arguments were dropped!
WARNING: While resolving call to function 'bookmark_item_free' arguments were dropped!
WARNING: While resolving call to function 'g_free' arguments were dropped!
WARNING: While resolving call to function 'g_free' arguments were dropped!
WARNING: While resolving call to function 'g_key_file_key_value_pair_free' arguments were dropped!
WARNING: While resolving call to function 'g_option_group_free' arguments were dropped!
WARNING: While resolving call to function 'free_interpolation_data' arguments were dropped!
WARNING: While resolving call to function 'free_interpolation_data' arguments were dropped!
WARNING: While resolving call to function 'free_interpolation_data' arguments were dropped!
WARNING: While resolving call to function 'free_interpolation_data' arguments were dropped!
WARNING: While resolving call to function 'g_free' arguments were dropped!
WARNING: While resolving call to function 'g_free' arguments were dropped!
WARNING: While resolving call to function 'g_free' arguments were dropped!
WARNING: While resolving call to function 'g_free' arguments were dropped!
libtool: link: dsymutil .libs/libglib-2.0.0.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd ".libs" && rm -f "libglib-2.0.dylib" && ln -s "libglib-2.0.0.dylib" "libglib-2.0.dylib")
libtool: link: rm -fr .libs/libglib-2.0.lax
libtool: link: ( cd ".libs" && rm -f "libglib-2.0.la" && ln -s "../libglib-2.0.la" "libglib-2.0.la" )
/bin/sh ../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o gtester gtester.o libglib-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/gtester gtester.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ./.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
Making all in tests
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c testing.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c option-context.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c keyfile.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c fileutils.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c printf.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c rand.c
printf.c:442: warning: ‘same_value’ defined but not used
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c strfuncs.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c string.c
strfuncs.c: In function ‘test_strtod’:
strfuncs.c:921: warning: unused variable ‘buffer’
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c markup-subparser.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c array-test.c
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o testing testing.o ../../glib/libglib-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o option-context option-context.o ../../glib/libglib-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/testing testing.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/option-context option-context.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o keyfile keyfile.o ../../glib/libglib-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/keyfile keyfile.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o fileutils fileutils.o ../../glib/libglib-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/fileutils fileutils.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o printf printf.o ../../glib/libglib-2.0.la -lm -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o rand rand.o ../../glib/libglib-2.0.la -lm -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/printf printf.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib -liconv -lm -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/rand rand.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib -liconv -lm -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o strfuncs strfuncs.o ../../glib/libglib-2.0.la -lm -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o string string.o ../../glib/libglib-2.0.la -lm -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/strfuncs strfuncs.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib -liconv -lm -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/string string.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib -liconv -lm -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o markup-subparser markup-subparser.o ../../glib/libglib-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o array-test array-test.o ../../glib/libglib-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/markup-subparser markup-subparser.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/array-test array-test.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
Making all in gmodule
make all-am
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../gmodule -DG_LOG_DOMAIN=\"GModule\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gmodule.lo gmodule.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../gmodule -DG_LOG_DOMAIN=\"GModule\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gmodule.c -fno-common -DPIC -o .libs/gmodule.o
/bin/sh ../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -version-info 2000:5:2000 -export-dynamic -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o libgmodule-2.0.la -rpath /usr/local/Cellar/glib/2.20.5/lib gmodule.lo ../glib/libglib-2.0.la -lintl
*** Warning: Linking the shared library libgmodule-2.0.la against the
*** static library /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a is not portable!
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgmodule-2.0.0.dylib .libs/gmodule.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon ../glib/.libs/libglib-2.0.dylib -liconv -lintl -march=core2 -mmmx -msse4.1 -mmacosx-version-min=10.6 -framework Carbon -install_name /usr/local/Cellar/glib/2.20.5/lib/libgmodule-2.0.0.dylib -compatibility_version 2001 -current_version 2001.5 -Wl,-single_module
libtool: link: dsymutil .libs/libgmodule-2.0.0.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd ".libs" && rm -f "libgmodule-2.0.dylib" && ln -s "libgmodule-2.0.0.dylib" "libgmodule-2.0.dylib")
libtool: link: ( cd ".libs" && rm -f "libgmodule-2.0.la" && ln -s "../libgmodule-2.0.la" "libgmodule-2.0.la" )
Making all in gthread
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../gthread -DG_LOG_DOMAIN=\"GThread\" -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gthread-impl.lo gthread-impl.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I.. -I../glib -I../gthread -DG_LOG_DOMAIN=\"GThread\" -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gthread-impl.c -fno-common -DPIC -o .libs/gthread-impl.o
/bin/sh ../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -version-info 2000:5:2000 -export-dynamic -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o libgthread-2.0.la -rpath /usr/local/Cellar/glib/2.20.5/lib gthread-impl.lo ../glib/libglib-2.0.la -lintl
*** Warning: Linking the shared library libgthread-2.0.la against the
*** static library /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a is not portable!
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgthread-2.0.0.dylib .libs/gthread-impl.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon ../glib/.libs/libglib-2.0.dylib -liconv -lintl -march=core2 -mmmx -msse4.1 -mmacosx-version-min=10.6 -framework Carbon -install_name /usr/local/Cellar/glib/2.20.5/lib/libgthread-2.0.0.dylib -compatibility_version 2001 -current_version 2001.5 -Wl,-single_module
libtool: link: dsymutil .libs/libgthread-2.0.0.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd ".libs" && rm -f "libgthread-2.0.dylib" && ln -s "libgthread-2.0.0.dylib" "libgthread-2.0.dylib")
libtool: link: ( cd ".libs" && rm -f "libgthread-2.0.la" && ln -s "../libgthread-2.0.la" "libgthread-2.0.la" )
Making all in gobject
make all-recursive
Making all in .
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gboxed.lo gboxed.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gclosure.lo gclosure.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gboxed.c -fno-common -DPIC -o .libs/gboxed.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gclosure.c -fno-common -DPIC -o .libs/gclosure.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o genums.lo genums.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gobject.lo gobject.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c genums.c -fno-common -DPIC -o .libs/genums.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gobject.c -fno-common -DPIC -o .libs/gobject.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gparam.lo gparam.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gparam.c -fno-common -DPIC -o .libs/gparam.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gparamspecs.lo gparamspecs.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gparamspecs.c -fno-common -DPIC -o .libs/gparamspecs.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gsignal.lo gsignal.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gsignal.c -fno-common -DPIC -o .libs/gsignal.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gsourceclosure.lo gsourceclosure.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gsourceclosure.c -fno-common -DPIC -o .libs/gsourceclosure.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gtype.lo gtype.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gtype.c -fno-common -DPIC -o .libs/gtype.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gtypemodule.lo gtypemodule.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gtypemodule.c -fno-common -DPIC -o .libs/gtypemodule.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gtypeplugin.lo gtypeplugin.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gtypeplugin.c -fno-common -DPIC -o .libs/gtypeplugin.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gvalue.lo gvalue.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gvaluearray.lo gvaluearray.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gvalue.c -fno-common -DPIC -o .libs/gvalue.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gvaluearray.c -fno-common -DPIC -o .libs/gvaluearray.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gvaluetransform.lo gvaluetransform.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gvaluetypes.lo gvaluetypes.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gvaluetransform.c -fno-common -DPIC -o .libs/gvaluetransform.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gvaluetypes.c -fno-common -DPIC -o .libs/gvaluetypes.o
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gobject-query.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c glib-genmarshal.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I.. -I../glib -I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGOBJECT_COMPILATION -DG_DISABLE_CONST_RETURNS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c testgobject.c
/bin/sh ../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -version-info 2000:5:2000 -export-dynamic -export-symbols-regex "^g.*" -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o libgobject-2.0.la -rpath /usr/local/Cellar/glib/2.20.5/lib gboxed.lo gclosure.lo genums.lo gobject.lo gparam.lo gparamspecs.lo gsignal.lo gsourceclosure.lo gtype.lo gtypemodule.lo gtypeplugin.lo gvalue.lo gvaluearray.lo gvaluetransform.lo gvaluetypes.lo ../glib/libglib-2.0.la -lintl
/bin/sh ../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o glib-genmarshal glib-genmarshal.o ../glib/libglib-2.0.la -lintl
*** Warning: Linking the shared library libgobject-2.0.la against the
*** static library /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a is not portable!
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/glib-genmarshal glib-genmarshal.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /usr/bin/nm .libs/gboxed.o .libs/gclosure.o .libs/genums.o .libs/gobject.o .libs/gparam.o .libs/gparamspecs.o .libs/gsignal.o .libs/gsourceclosure.o .libs/gtype.o .libs/gtypemodule.o .libs/gtypeplugin.o .libs/gvalue.o .libs/gvaluearray.o .libs/gvaluetransform.o .libs/gvaluetypes.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgobject-2.0.exp
libtool: link: /usr/bin/grep -E -e "^g.*" ".libs/libgobject-2.0.exp" > ".libs/libgobject-2.0.expT"
libtool: link: mv -f ".libs/libgobject-2.0.expT" ".libs/libgobject-2.0.exp"
libtool: link: sed 's,^,_,' < .libs/libgobject-2.0.exp > .libs/libgobject-2.0-symbols.expsym
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgobject-2.0.0.dylib .libs/gboxed.o .libs/gclosure.o .libs/genums.o .libs/gobject.o .libs/gparam.o .libs/gparamspecs.o .libs/gsignal.o .libs/gsourceclosure.o .libs/gtype.o .libs/gtypemodule.o .libs/gtypeplugin.o .libs/gvalue.o .libs/gvaluearray.o .libs/gvaluetransform.o .libs/gvaluetypes.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon ../glib/.libs/libglib-2.0.dylib -liconv -lintl -march=core2 -mmmx -msse4.1 -mmacosx-version-min=10.6 -framework Carbon -install_name /usr/local/Cellar/glib/2.20.5/lib/libgobject-2.0.0.dylib -compatibility_version 2001 -current_version 2001.5 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libgobject-2.0-symbols.expsym
libtool: link: dsymutil .libs/libgobject-2.0.0.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd ".libs" && rm -f "libgobject-2.0.dylib" && ln -s "libgobject-2.0.0.dylib" "libgobject-2.0.dylib")
libtool: link: ( cd ".libs" && rm -f "libgobject-2.0.la" && ln -s "../libgobject-2.0.la" "libgobject-2.0.la" )
/bin/sh ../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o gobject-query gobject-query.o ./libgobject-2.0.la ../glib/libglib-2.0.la -lintl
/bin/sh ../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o testgobject testgobject.o ./libgobject-2.0.la ../glib/libglib-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/testgobject testgobject.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ./.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib ../glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/gobject-query gobject-query.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ./.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib ../glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
Making all in tests
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c threadtests.c
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o threadtests threadtests.o ../libgobject-2.0.la ../../gthread/libgthread-2.0.la ../../glib/libglib-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/threadtests threadtests.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../.libs/libgobject-2.0.dylib ../../gthread/.libs/libgthread-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib ../../glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
Making all in gio
make all-recursive
Making all in xdgmime
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o xdgmime.lo xdgmime.c
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o xdgmimealias.lo xdgmimealias.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c xdgmime.c -fno-common -DPIC -o .libs/xdgmime.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c xdgmimealias.c -fno-common -DPIC -o .libs/xdgmimealias.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o xdgmimecache.lo xdgmimecache.c
WARNING: While resolving call to function 'xdg_mime_init_from_directory' arguments were dropped!
WARNING: While resolving call to function 'xdg_mime_init_from_directory' arguments were dropped!
WARNING: While resolving call to function 'xdg_mime_init_from_directory' arguments were dropped!
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c xdgmimecache.c -fno-common -DPIC -o .libs/xdgmimecache.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o xdgmimeglob.lo xdgmimeglob.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c xdgmimeglob.c -fno-common -DPIC -o .libs/xdgmimeglob.o
xdgmimeglob.c: In function ‘__gio_xdg_hash_lookup_file_name’:
xdgmimeglob.c:378: warning: unused variable ‘ucs4’
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o xdgmimeicon.lo xdgmimeicon.c
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o xdgmimeint.lo xdgmimeint.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c xdgmimeicon.c -fno-common -DPIC -o .libs/xdgmimeicon.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c xdgmimeint.c -fno-common -DPIC -o .libs/xdgmimeint.o
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o xdgmimemagic.lo xdgmimemagic.c
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o xdgmimeparent.lo xdgmimeparent.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c xdgmimemagic.c -fno-common -DPIC -o .libs/xdgmimemagic.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c xdgmimeparent.c -fno-common -DPIC -o .libs/xdgmimeparent.o
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -DXDG_PREFIX=_gio_xdg -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c test-mime.c
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o libxdgmime.la xdgmime.lo xdgmimealias.lo xdgmimecache.lo xdgmimeglob.lo xdgmimeicon.lo xdgmimeint.lo xdgmimemagic.lo xdgmimeparent.lo -lintl
*** Warning: Linking the shared library libxdgmime.la against the
*** static library /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a is not portable!
libtool: link: ar cru .libs/libxdgmime.a .libs/xdgmime.o .libs/xdgmimealias.o .libs/xdgmimecache.o .libs/xdgmimeglob.o .libs/xdgmimeicon.o .libs/xdgmimeint.o .libs/xdgmimemagic.o .libs/xdgmimeparent.o
libtool: link: ranlib .libs/libxdgmime.a
libtool: link: ( cd ".libs" && rm -f "libxdgmime.la" && ln -s "../libxdgmime.la" "libxdgmime.la" )
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o test-mime test-mime.o libxdgmime.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o test-mime test-mime.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ./.libs/libxdgmime.a -lintl -framework Carbon
Making all in .
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gappinfo.lo gappinfo.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gasynchelper.lo gasynchelper.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gasynchelper.c -fno-common -DPIC -o .libs/gasynchelper.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gappinfo.c -fno-common -DPIC -o .libs/gappinfo.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gasyncresult.lo gasyncresult.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gbufferedinputstream.lo gbufferedinputstream.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gasyncresult.c -fno-common -DPIC -o .libs/gasyncresult.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gbufferedinputstream.c -fno-common -DPIC -o .libs/gbufferedinputstream.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gbufferedoutputstream.lo gbufferedoutputstream.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gbufferedoutputstream.c -fno-common -DPIC -o .libs/gbufferedoutputstream.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gcancellable.lo gcancellable.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gcancellable.c -fno-common -DPIC -o .libs/gcancellable.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gcontenttype.lo gcontenttype.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gcontenttype.c -fno-common -DPIC -o .libs/gcontenttype.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gdatainputstream.lo gdatainputstream.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gdatainputstream.c -fno-common -DPIC -o .libs/gdatainputstream.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gdataoutputstream.lo gdataoutputstream.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gdrive.lo gdrive.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gdataoutputstream.c -fno-common -DPIC -o .libs/gdataoutputstream.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gdrive.c -fno-common -DPIC -o .libs/gdrive.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gdummyfile.lo gdummyfile.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gemblem.lo gemblem.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gdummyfile.c -fno-common -DPIC -o .libs/gdummyfile.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gemblem.c -fno-common -DPIC -o .libs/gemblem.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gemblemedicon.lo gemblemedicon.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfile.lo gfile.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gemblemedicon.c -fno-common -DPIC -o .libs/gemblemedicon.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfile.c -fno-common -DPIC -o .libs/gfile.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfileattribute.lo gfileattribute.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfileattribute.c -fno-common -DPIC -o .libs/gfileattribute.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfileenumerator.lo gfileenumerator.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfileenumerator.c -fno-common -DPIC -o .libs/gfileenumerator.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfileicon.lo gfileicon.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfileicon.c -fno-common -DPIC -o .libs/gfileicon.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfileinfo.lo gfileinfo.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfileinputstream.lo gfileinputstream.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfileinfo.c -fno-common -DPIC -o .libs/gfileinfo.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfileinputstream.c -fno-common -DPIC -o .libs/gfileinputstream.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfilemonitor.lo gfilemonitor.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfilemonitor.c -fno-common -DPIC -o .libs/gfilemonitor.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfilenamecompleter.lo gfilenamecompleter.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfilenamecompleter.c -fno-common -DPIC -o .libs/gfilenamecompleter.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfileoutputstream.lo gfileoutputstream.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfilterinputstream.lo gfilterinputstream.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfileoutputstream.c -fno-common -DPIC -o .libs/gfileoutputstream.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfilterinputstream.c -fno-common -DPIC -o .libs/gfilterinputstream.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gfilteroutputstream.lo gfilteroutputstream.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gicon.lo gicon.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gfilteroutputstream.c -fno-common -DPIC -o .libs/gfilteroutputstream.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gicon.c -fno-common -DPIC -o .libs/gicon.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o ginputstream.lo ginputstream.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gioerror.lo gioerror.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c ginputstream.c -fno-common -DPIC -o .libs/ginputstream.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gioerror.c -fno-common -DPIC -o .libs/gioerror.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o giomodule.lo giomodule.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gioscheduler.lo gioscheduler.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c giomodule.c -fno-common -DPIC -o .libs/giomodule.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gioscheduler.c -fno-common -DPIC -o .libs/gioscheduler.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gloadableicon.lo gloadableicon.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gmount.lo gmount.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gloadableicon.c -fno-common -DPIC -o .libs/gloadableicon.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gmount.c -fno-common -DPIC -o .libs/gmount.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gmemoryinputstream.lo gmemoryinputstream.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gmemoryoutputstream.lo gmemoryoutputstream.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gmemoryinputstream.c -fno-common -DPIC -o .libs/gmemoryinputstream.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gmemoryoutputstream.c -fno-common -DPIC -o .libs/gmemoryoutputstream.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gmountoperation.lo gmountoperation.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gnativevolumemonitor.lo gnativevolumemonitor.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gmountoperation.c -fno-common -DPIC -o .libs/gmountoperation.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gnativevolumemonitor.c -fno-common -DPIC -o .libs/gnativevolumemonitor.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o goutputstream.lo goutputstream.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gpollfilemonitor.lo gpollfilemonitor.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c goutputstream.c -fno-common -DPIC -o .libs/goutputstream.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gpollfilemonitor.c -fno-common -DPIC -o .libs/gpollfilemonitor.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gseekable.lo gseekable.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gsimpleasyncresult.lo gsimpleasyncresult.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gseekable.c -fno-common -DPIC -o .libs/gseekable.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gsimpleasyncresult.c -fno-common -DPIC -o .libs/gsimpleasyncresult.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gthemedicon.lo gthemedicon.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gunionvolumemonitor.lo gunionvolumemonitor.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gthemedicon.c -fno-common -DPIC -o .libs/gthemedicon.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gunionvolumemonitor.c -fno-common -DPIC -o .libs/gunionvolumemonitor.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gvfs.lo gvfs.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gvfs.c -fno-common -DPIC -o .libs/gvfs.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gvolume.lo gvolume.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gvolume.c -fno-common -DPIC -o .libs/gvolume.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gvolumemonitor.lo gvolumemonitor.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gvolumemonitor.c -fno-common -DPIC -o .libs/gvolumemonitor.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gioenumtypes.lo gioenumtypes.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gioenumtypes.c -fno-common -DPIC -o .libs/gioenumtypes.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gioaliasdef.lo gioaliasdef.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gioaliasdef.c -fno-common -DPIC -o .libs/gioaliasdef.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gdesktopappinfo.lo gdesktopappinfo.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gunixmount.lo gunixmount.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gdesktopappinfo.c -fno-common -DPIC -o .libs/gdesktopappinfo.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gunixmount.c -fno-common -DPIC -o .libs/gunixmount.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gunixmounts.lo gunixmounts.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gunixmounts.c -fno-common -DPIC -o .libs/gunixmounts.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gunixvolume.lo gunixvolume.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gunixvolume.c -fno-common -DPIC -o .libs/gunixvolume.o
gunixmounts.c: In function ‘_g_get_unix_mount_points’:
gunixmounts.c:973: warning: unused variable ‘len’
gunixmounts.c: At top level:
gunixmounts.c:61: warning: ‘_resolve_dev_root’ declared ‘static’ but never defined
gunixmounts.c:2080: warning: ‘_resolve_symlink’ defined but not used
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gunixvolumemonitor.lo gunixvolumemonitor.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gunixinputstream.lo gunixinputstream.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gunixvolumemonitor.c -fno-common -DPIC -o .libs/gunixvolumemonitor.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gunixinputstream.c -fno-common -DPIC -o .libs/gunixinputstream.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gunixoutputstream.lo gunixoutputstream.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gunixoutputstream.c -fno-common -DPIC -o .libs/gunixoutputstream.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o glocaldirectorymonitor.lo glocaldirectorymonitor.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c glocaldirectorymonitor.c -fno-common -DPIC -o .libs/glocaldirectorymonitor.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o glocalfile.lo glocalfile.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o glocalfileenumerator.lo glocalfileenumerator.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c glocalfile.c -fno-common -DPIC -o .libs/glocalfile.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c glocalfileenumerator.c -fno-common -DPIC -o .libs/glocalfileenumerator.o
glocalfile.c:630: warning: ‘get_fs_type’ defined but not used
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o glocalfileinfo.lo glocalfileinfo.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c glocalfileinfo.c -fno-common -DPIC -o .libs/glocalfileinfo.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o glocalfileinputstream.lo glocalfileinputstream.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c glocalfileinputstream.c -fno-common -DPIC -o .libs/glocalfileinputstream.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o glocalfilemonitor.lo glocalfilemonitor.c
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o glocalfileoutputstream.lo glocalfileoutputstream.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c glocalfilemonitor.c -fno-common -DPIC -o .libs/glocalfilemonitor.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c glocalfileoutputstream.c -fno-common -DPIC -o .libs/glocalfileoutputstream.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o glocalvfs.lo glocalvfs.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c glocalvfs.c -fno-common -DPIC -o .libs/glocalvfs.o
/bin/sh ../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o gio-marshal.lo gio-marshal.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODULE_DIR=\"/usr/local/Cellar/glib/2.20.5/lib/gio/modules\" -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c gio-marshal.c -fno-common -DPIC -o .libs/gio-marshal.o
/bin/sh ../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -version-info 2000:5:2000 -export-dynamic -export-symbols-regex '^g_.*' -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o libgio-2.0.la -rpath /usr/local/Cellar/glib/2.20.5/lib gappinfo.lo gasynchelper.lo gasyncresult.lo gbufferedinputstream.lo gbufferedoutputstream.lo gcancellable.lo gcontenttype.lo gdatainputstream.lo gdataoutputstream.lo gdrive.lo gdummyfile.lo gemblem.lo gemblemedicon.lo gfile.lo gfileattribute.lo gfileenumerator.lo gfileicon.lo gfileinfo.lo gfileinputstream.lo gfilemonitor.lo gfilenamecompleter.lo gfileoutputstream.lo gfilterinputstream.lo gfilteroutputstream.lo gicon.lo ginputstream.lo gioerror.lo giomodule.lo gioscheduler.lo gloadableicon.lo gmount.lo gmemoryinputstream.lo gmemoryoutputstream.lo gmountoperation.lo gnativevolumemonitor.lo goutputstream.lo gpollfilemonitor.lo gseekable.lo gsimpleasyncresult.lo gthemedicon.lo gunionvolumemonitor.lo gvfs.lo gvolume.lo gvolumemonitor.lo gioenumtypes.lo gioaliasdef.lo gdesktopappinfo.lo gunixmount.lo gunixmounts.lo gunixvolume.lo gunixvolumemonitor.lo gunixinputstream.lo gunixoutputstream.lo glocaldirectorymonitor.lo glocalfile.lo glocalfileenumerator.lo glocalfileinfo.lo glocalfileinputstream.lo glocalfilemonitor.lo glocalfileoutputstream.lo glocalvfs.lo gio-marshal.lo ../glib/libglib-2.0.la ../gobject/libgobject-2.0.la ../gmodule/libgmodule-2.0.la xdgmime/libxdgmime.la -lintl
*** Warning: Linking the shared library libgio-2.0.la against the
*** static library /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a is not portable!
libtool: link: /usr/bin/nm .libs/gappinfo.o .libs/gasynchelper.o .libs/gasyncresult.o .libs/gbufferedinputstream.o .libs/gbufferedoutputstream.o .libs/gcancellable.o .libs/gcontenttype.o .libs/gdatainputstream.o .libs/gdataoutputstream.o .libs/gdrive.o .libs/gdummyfile.o .libs/gemblem.o .libs/gemblemedicon.o .libs/gfile.o .libs/gfileattribute.o .libs/gfileenumerator.o .libs/gfileicon.o .libs/gfileinfo.o .libs/gfileinputstream.o .libs/gfilemonitor.o .libs/gfilenamecompleter.o .libs/gfileoutputstream.o .libs/gfilterinputstream.o .libs/gfilteroutputstream.o .libs/gicon.o .libs/ginputstream.o .libs/gioerror.o .libs/giomodule.o .libs/gioscheduler.o .libs/gloadableicon.o .libs/gmount.o .libs/gmemoryinputstream.o .libs/gmemoryoutputstream.o .libs/gmountoperation.o .libs/gnativevolumemonitor.o .libs/goutputstream.o .libs/gpollfilemonitor.o .libs/gseekable.o .libs/gsimpleasyncresult.o .libs/gthemedicon.o .libs/gunionvolumemonitor.o .libs/gvfs.o .libs/gvolume.o .libs/gvolumemonitor.o .libs/gioenumtypes.o .libs/gioaliasdef.o .libs/gdesktopappinfo.o .libs/gunixmount.o .libs/gunixmounts.o .libs/gunixvolume.o .libs/gunixvolumemonitor.o .libs/gunixinputstream.o .libs/gunixoutputstream.o .libs/glocaldirectorymonitor.o .libs/glocalfile.o .libs/glocalfileenumerator.o .libs/glocalfileinfo.o .libs/glocalfileinputstream.o .libs/glocalfilemonitor.o .libs/glocalfileoutputstream.o .libs/glocalvfs.o .libs/gio-marshal.o xdgmime/.libs/libxdgmime.a | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgio-2.0.exp
libtool: link: /usr/bin/grep -E -e "^g_.*" ".libs/libgio-2.0.exp" > ".libs/libgio-2.0.expT"
libtool: link: mv -f ".libs/libgio-2.0.expT" ".libs/libgio-2.0.exp"
libtool: link: (cd .libs/libgio-2.0.lax/libxdgmime.a && ar x "/private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gio/xdgmime/.libs/libxdgmime.a")
libtool: link: sed 's,^,_,' < .libs/libgio-2.0.exp > .libs/libgio-2.0-symbols.expsym
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgio-2.0.0.dylib .libs/gappinfo.o .libs/gasynchelper.o .libs/gasyncresult.o .libs/gbufferedinputstream.o .libs/gbufferedoutputstream.o .libs/gcancellable.o .libs/gcontenttype.o .libs/gdatainputstream.o .libs/gdataoutputstream.o .libs/gdrive.o .libs/gdummyfile.o .libs/gemblem.o .libs/gemblemedicon.o .libs/gfile.o .libs/gfileattribute.o .libs/gfileenumerator.o .libs/gfileicon.o .libs/gfileinfo.o .libs/gfileinputstream.o .libs/gfilemonitor.o .libs/gfilenamecompleter.o .libs/gfileoutputstream.o .libs/gfilterinputstream.o .libs/gfilteroutputstream.o .libs/gicon.o .libs/ginputstream.o .libs/gioerror.o .libs/giomodule.o .libs/gioscheduler.o .libs/gloadableicon.o .libs/gmount.o .libs/gmemoryinputstream.o .libs/gmemoryoutputstream.o .libs/gmountoperation.o .libs/gnativevolumemonitor.o .libs/goutputstream.o .libs/gpollfilemonitor.o .libs/gseekable.o .libs/gsimpleasyncresult.o .libs/gthemedicon.o .libs/gunionvolumemonitor.o .libs/gvfs.o .libs/gvolume.o .libs/gvolumemonitor.o .libs/gioenumtypes.o .libs/gioaliasdef.o .libs/gdesktopappinfo.o .libs/gunixmount.o .libs/gunixmounts.o .libs/gunixvolume.o .libs/gunixvolumemonitor.o .libs/gunixinputstream.o .libs/gunixoutputstream.o .libs/glocaldirectorymonitor.o .libs/glocalfile.o .libs/glocalfileenumerator.o .libs/glocalfileinfo.o .libs/glocalfileinputstream.o .libs/glocalfilemonitor.o .libs/glocalfileoutputstream.o .libs/glocalvfs.o .libs/gio-marshal.o .libs/libgio-2.0.lax/libxdgmime.a/xdgmime.o .libs/libgio-2.0.lax/libxdgmime.a/xdgmimealias.o .libs/libgio-2.0.lax/libxdgmime.a/xdgmimecache.o .libs/libgio-2.0.lax/libxdgmime.a/xdgmimeglob.o .libs/libgio-2.0.lax/libxdgmime.a/xdgmimeicon.o .libs/libgio-2.0.lax/libxdgmime.a/xdgmimeint.o .libs/libgio-2.0.lax/libxdgmime.a/xdgmimemagic.o .libs/libgio-2.0.lax/libxdgmime.a/xdgmimeparent.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon ../glib/.libs/libglib-2.0.dylib ../gobject/.libs/libgobject-2.0.dylib ../gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -march=core2 -mmmx -msse4.1 -mmacosx-version-min=10.6 -Wl,-dylib_file -Wl,/usr/local/Cellar/glib/2.20.5/lib/libglib-2.0.0.dylib:/private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -Wl,-dylib_file -Wl,/usr/local/Cellar/glib/2.20.5/lib/libglib-2.0.0.dylib:/private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -framework Carbon -install_name /usr/local/Cellar/glib/2.20.5/lib/libgio-2.0.0.dylib -compatibility_version 2001 -current_version 2001.5 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libgio-2.0-symbols.expsym
libtool: link: dsymutil .libs/libgio-2.0.0.dylib || :
warning: no debug symbols in executable (-arch x86_64)
libtool: link: (cd ".libs" && rm -f "libgio-2.0.dylib" && ln -s "libgio-2.0.0.dylib" "libgio-2.0.dylib")
libtool: link: rm -fr .libs/libgio-2.0.lax
libtool: link: ( cd ".libs" && rm -f "libgio-2.0.la" && ln -s "../libgio-2.0.la" "libgio-2.0.la" )
Making all in tests
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c memory-input-stream.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c memory-output-stream.c
memory-input-stream.c: In function ‘test_read_chunks’:
memory-input-stream.c:33: warning: unused variable ‘result’
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c g-file.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c g-file-info.c
g-file.c: In function ‘test_g_file_dup’:
g-file.c:211: warning: unused variable ‘equal’
g-file.c: In function ‘test_g_file_get_parse_name_utf8’:
g-file.c:274: warning: unused variable ‘equal’
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c data-input-stream.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c data-output-stream.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c g-icon.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c buffered-input-stream.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c sleepy-stream.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c filter-streams.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c simple-async-result.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c live-g-file.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c unix-streams.c
live-g-file.c: In function ‘test_initial_structure’:
live-g-file.c:461: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘gssize’
live-g-file.c:461: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘gssize’
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -g -I../.. -I../../glib -I../../gmodule -I../../gobject -I../../gio -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c desktop-app-info.c
unix-streams.c: In function ‘reader_thread’:
unix-streams.c:116: warning: control reaches end of non-void function
unix-streams.c: In function ‘writer_thread’:
unix-streams.c:74: warning: control reaches end of non-void function
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o memory-input-stream memory-input-stream.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o memory-output-stream memory-output-stream.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/memory-input-stream memory-input-stream.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/memory-output-stream memory-output-stream.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o g-file g-file.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o g-file-info g-file-info.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/g-file g-file.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/g-file-info g-file-info.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o data-input-stream data-input-stream.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o data-output-stream data-output-stream.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/data-input-stream data-input-stream.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/data-output-stream data-output-stream.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o g-icon g-icon.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o buffered-input-stream buffered-input-stream.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/g-icon g-icon.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/buffered-input-stream buffered-input-stream.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o sleepy-stream sleepy-stream.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o filter-streams filter-streams.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/sleepy-stream sleepy-stream.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/filter-streams filter-streams.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o simple-async-result simple-async-result.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o live-g-file live-g-file.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/simple-async-result simple-async-result.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/live-g-file live-g-file.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o unix-streams unix-streams.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la ../../gthread/libgthread-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o desktop-app-info desktop-app-info.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gio/libgio-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/unix-streams unix-streams.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib ../../gthread/.libs/libgthread-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/desktop-app-info desktop-app-info.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gio/.libs/libgio-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gobject/.libs/libgobject-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/gmodule/.libs/libgmodule-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
Making all in tests
Making all in gobject
../../gobject/glib-genmarshal --prefix=test_marshal ./testmarshal.list --header >> xgen-gmh \
&& (cmp -s xgen-gmh testmarshal.h 2>/dev/null || cp xgen-gmh testmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~ \
&& echo timestamp > stamp-testmarshal.h
make all-am
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o testmarshal.lo testmarshal.c
/bin/sh ../../libtool --tag=CC --mode=compile /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o testmodule.lo testmodule.c
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c testmodule.c -fno-common -DPIC -o .libs/testmodule.o
libtool: compile: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c testmarshal.c -fno-common -DPIC -o .libs/testmarshal.o
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o libtestgobject.la testmarshal.lo testmodule.lo -lintl
*** Warning: Linking the shared library libtestgobject.la against the
*** static library /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a is not portable!
libtool: link: ar cru .libs/libtestgobject.a .libs/testmarshal.o .libs/testmodule.o
libtool: link: ranlib .libs/libtestgobject.a
libtool: link: ( cd ".libs" && rm -f "libtestgobject.la" && ln -s "../libtestgobject.la" "libtestgobject.la" )
Making all in refcount
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c closures.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c objects.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c objects2.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c properties.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c properties2.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -DTESTNUM=1 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o signal1-signals.o `test -f 'signals.c' || echo './'`signals.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -DTESTNUM=2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o signal2-signals.o `test -f 'signals.c' || echo './'`signals.c
/Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../glib -I../../gmodule -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/local/Cellar/gettext/0.17/include -DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -DTESTNUM=3 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -c -o signal3-signals.o `test -f 'signals.c' || echo './'`signals.c
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o closures closures.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gthread/libgthread-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o objects objects.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gthread/libgthread-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/closures closures.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gthread/.libs/libgthread-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/objects objects.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gthread/.libs/libgthread-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o objects2 objects2.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gthread/libgthread-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o properties properties.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gthread/libgthread-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/objects2 objects2.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gthread/.libs/libgthread-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/properties properties.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gthread/.libs/libgthread-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o properties2 properties2.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gthread/libgthread-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DTESTNUM=1 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o signal1 signal1-signals.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gthread/libgthread-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DTESTNUM=1 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/signal1 signal1-signals.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gthread/.libs/libgthread-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/properties2 properties2.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gthread/.libs/libgthread-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DTESTNUM=2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o signal2 signal2-signals.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gthread/libgthread-2.0.la -lintl
/bin/sh ../../libtool --tag=CC --mode=link /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DTESTNUM=3 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a -framework Carbon -o signal3 signal3-signals.o ../../glib/libglib-2.0.la ../../gobject/libgobject-2.0.la ../../gthread/libgthread-2.0.la -lintl
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DTESTNUM=2 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/signal2 signal2-signals.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gthread/.libs/libgthread-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
libtool: link: /Developer/usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 -DTESTNUM=3 -O4 -march=core2 -mmmx -msse4.1 -pipe -fomit-frame-pointer -mmacosx-version-min=10.6 -Wall -o .libs/signal3 signal3-signals.o -L/usr/local/Cellar/gettext/0.17/lib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/iconv/lib/libiconv.a ../../glib/.libs/libglib-2.0.dylib ../../gobject/.libs/libgobject-2.0.dylib ../../gthread/.libs/libgthread-2.0.dylib /private/tmp/homebrew-glib-2.20.5-0DbX/glib-2.20.5/glib/.libs/libglib-2.0.dylib -liconv -lintl -framework Carbon
ld: could not do LTO codegen: could not open file
collect2: ld returned 1 exit status
make[3]: *** [signal2] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
==> Backtrace
/usr/local/Library/Homebrew/formula.rb:242:in `system'
/usr/local/Library/Formula/glib.rb:44:in `install'
/usr/local/Library/Homebrew/install.rb:89:in `install'
/usr/local/Library/Homebrew/formula.rb:153:in `brew'
/usr/local/Library/Homebrew/formula.rb:290:in `stage'
/usr/local/Library/Homebrew/formula.rb:257:in `mktemp'
/usr/local/Library/Homebrew/formula.rb:288:in `stage'
/usr/local/Library/Homebrew/formula.rb:148:in `brew'
/usr/local/Library/Homebrew/install.rb:76:in `install'
/usr/local/Library/Homebrew/install.rb:39
/usr/local/Library/Formula/glib.rb:18
==> Environment
fatal: Not a git repository (or any of the parent directories): .git
HOMEBREW_VERSION: 0.5
HEAD:
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_CACHE: /Users/toine/Library/Caches/Homebrew
HOMEBREW_REPOSITORY: /usr/local
Library Path: /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby
Hardware: dual-core 64-bit penryn
OS X: 10.6.2
Kernel Architecture: i386
Ruby: 1.8.7-72
GCC: 4.2 build 5646
LLVM: build 2206
MacPorts or Fink? false
Exit status: 512
Error: Failure while executing: make
Please report this bug to http://bit.ly/Homebrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment