[yt-users] yt installation crash

Platon, Tudor tplaton at cfa.harvard.edu
Mon Sep 16 13:11:38 PDT 2013


Hello,

I am getting the error while running $ bash install_script.sh
It appears that the ZeroMQ is causing trouble, here are the lines printed
in the terminal
Installing distribute
Installing pip
Installing ZeroMQ
********************************************
        FAILURE REPORT:
********************************************

make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in tests
  CXX    test_disconnect_inproc.o
test_disconnect_inproc.cpp: In function ‘int main(int, char**)’:
test_disconnect_inproc.cpp:48: error: ‘strndup’ was not declared in this
scope
test_disconnect_inproc.cpp:52: error: ‘strndup’ was not declared in this
scope
test_disconnect_inproc.cpp:72: error: ‘strndup’ was not declared in this
scope
make[1]: *** [test_disconnect_inproc.o] Error 1
make: *** [install-recursive] Error 1

********************************************
********************************************
Failure.  Check /Users/tplaton/yt-i386/yt_install.log.  The last 10 lines
are above.

I am not sure if the messages containing the log file were approved as it
is over 4 mb in size.

Thank you,
Tudor


On Mon, Sep 16, 2013 at 4:00 PM, Platon, Tudor <tplaton at cfa.harvard.edu>wrote:

> Hello,
>
> I am getting the error while running $ bash install_script.sh
> It appears that the ZeroMQ is causing trouble, here are the lines printed
> in the terminal Installing distribute
> Installing pip
> Installing ZeroMQ
> ********************************************
>         FAILURE REPORT:
> ********************************************
>
> make[2]: Nothing to be done for `install-exec-am'.
> make[2]: Nothing to be done for `install-data-am'.
> Making install in tests
>   CXX    test_disconnect_inproc.o
> test_disconnect_inproc.cpp: In function ‘int main(int, char**)’:
> test_disconnect_inproc.cpp:48: error: ‘strndup’ was not declared in this
> scope
> test_disconnect_inproc.cpp:52: error: ‘strndup’ was not declared in this
> scope
> test_disconnect_inproc.cpp:72: error: ‘strndup’ was not declared in this
> scope
> make[1]: *** [test_disconnect_inproc.o] Error 1
> make: *** [install-recursive] Error 1
>
> ********************************************
> ********************************************
> Failure.  Check /Users/tplaton/yt-i386/yt_install.log.  The last 10 lines
> are above.
>
> In case my previous message containing the install log is not approved I
> have copied its contents here.
>
> Thank you,
> Tudor
>
>
>
> xray_emissivity.h5: OK
> hdf5-1.8.11.tar.gz: OK
> zlib-1.2.8.tar.gz: OK
> bzip2-1.0.6.tar.gz: OK
> libpng-1.6.3.tar.gz: OK
> freetype-2.4.12.tar.gz: OK
> sqlite-autoconf-3071700.tar.gz: OK
> zeromq-3.2.3.tar.gz: OK
> pyzmq-13.1.0.tar.gz: OK
> tornado-3.1.tar.gz: OK
> Python-2.7.5.tgz: OK
> numpy-1.7.1.tar.gz: OK
> matplotlib-1.3.0.tar.gz: OK
> mercurial-2.7.tar.gz: OK
> ipython-1.0.0.tar.gz: OK
> h5py-2.1.3.tar.gz: OK
> Cython-0.19.1.tar.gz: OK
> reason-js-20120623.zip: OK
> Forthon-0.8.11.tar.gz: OK
> nose-1.3.0.tar.gz: OK
> python-hglib-1.0.tar.gz: OK
> sympy-0.7.3.tar.gz: OK
> rockstar-0.99.6.tar.gz: OK
>
> If compilation produces errors, or a large number of warnings,
> please read README.COMPILATION.PROBLEMS -- you might be able to
> adjust the flags in this Makefile to improve matters.
>
> Also in README.COMPILATION.PROBLEMS are some hints that may help
> if your build produces an executable which is unable to correctly
> handle so-called 'large files' -- files of size 2GB or more.
>
> gcc -fPIC -c blocksort.c
> gcc -fPIC -c huffman.c
> gcc -fPIC -c crctable.c
> gcc -fPIC -c randtable.c
> gcc -fPIC -c compress.c
> gcc -fPIC -c decompress.c
> gcc -fPIC -c bzlib.c
> rm -f libbz2.a
> ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o
> decompress.o bzlib.o
> ranlib libbz2.a
> gcc -fPIC -c bzip2.c
> gcc -fPIC -fPIC -o bzip2 bzip2.o -L. -lbz2
> gcc -fPIC -c bzip2recover.c
> gcc -fPIC -fPIC -o bzip2recover bzip2recover.o
> if ( test ! -d /Users/tplaton/yt-i386/bin ) ; then mkdir -p
> /Users/tplaton/yt-i386/bin ; fi
> if ( test ! -d /Users/tplaton/yt-i386/lib ) ; then mkdir -p
> /Users/tplaton/yt-i386/lib ; fi
> if ( test ! -d /Users/tplaton/yt-i386/man ) ; then mkdir -p
> /Users/tplaton/yt-i386/man ; fi
> if ( test ! -d /Users/tplaton/yt-i386/man/man1 ) ; then mkdir -p
> /Users/tplaton/yt-i386/man/man1 ; fi
> if ( test ! -d /Users/tplaton/yt-i386/include ) ; then mkdir -p
> /Users/tplaton/yt-i386/include ; fi
> cp -f bzip2 /Users/tplaton/yt-i386/bin/bzip2
> cp -f bzip2 /Users/tplaton/yt-i386/bin/bunzip2
> cp -f bzip2 /Users/tplaton/yt-i386/bin/bzcat
> cp -f bzip2recover /Users/tplaton/yt-i386/bin/bzip2recover
> chmod a+x /Users/tplaton/yt-i386/bin/bzip2
> chmod a+x /Users/tplaton/yt-i386/bin/bunzip2
> chmod a+x /Users/tplaton/yt-i386/bin/bzcat
> chmod a+x /Users/tplaton/yt-i386/bin/bzip2recover
> cp -f bzip2.1 /Users/tplaton/yt-i386/man/man1
> chmod a+r /Users/tplaton/yt-i386/man/man1/bzip2.1
> cp -f bzlib.h /Users/tplaton/yt-i386/include
> chmod a+r /Users/tplaton/yt-i386/include/bzlib.h
> cp -f libbz2.a /Users/tplaton/yt-i386/lib
> chmod a+r /Users/tplaton/yt-i386/lib/libbz2.a
> cp -f bzgrep /Users/tplaton/yt-i386/bin/bzgrep
> ln -s -f /Users/tplaton/yt-i386/bin/bzgrep
> /Users/tplaton/yt-i386/bin/bzegrep
> ln -s -f /Users/tplaton/yt-i386/bin/bzgrep
> /Users/tplaton/yt-i386/bin/bzfgrep
> chmod a+x /Users/tplaton/yt-i386/bin/bzgrep
> cp -f bzmore /Users/tplaton/yt-i386/bin/bzmore
> ln -s -f /Users/tplaton/yt-i386/bin/bzmore
> /Users/tplaton/yt-i386/bin/bzless
> chmod a+x /Users/tplaton/yt-i386/bin/bzmore
> cp -f bzdiff /Users/tplaton/yt-i386/bin/bzdiff
> ln -s -f /Users/tplaton/yt-i386/bin/bzdiff /Users/tplaton/yt-i386/bin/bzcmp
> chmod a+x /Users/tplaton/yt-i386/bin/bzdiff
> cp -f bzgrep.1 bzmore.1 bzdiff.1 /Users/tplaton/yt-i386/man/man1
> chmod a+r /Users/tplaton/yt-i386/man/man1/bzgrep.1
> chmod a+r /Users/tplaton/yt-i386/man/man1/bzmore.1
> chmod a+r /Users/tplaton/yt-i386/man/man1/bzdiff.1
> echo ".so man1/bzgrep.1" > /Users/tplaton/yt-i386/man/man1/bzegrep.1
> echo ".so man1/bzgrep.1" > /Users/tplaton/yt-i386/man/man1/bzfgrep.1
> echo ".so man1/bzmore.1" > /Users/tplaton/yt-i386/man/man1/bzless.1
> echo ".so man1/bzdiff.1" > /Users/tplaton/yt-i386/man/man1/bzcmp.1
> gcc -shared -Wl,-install_name -Wl,libbz2.so.1.0 -o libbz2.so.1.0.6
> blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
> gcc -fPIC -o bzip2-shared bzip2.c libbz2.so.1.0.6
> rm -f libbz2.so.1.0
> ln -s libbz2.so.1.0.6 libbz2.so.1.0
> libbz2.so.1.0.6 -> /Users/tplaton/yt-i386/lib/libbz2.so.1.0.6
> Checking for shared library support...
> Building shared library libz.1.2.8.dylib with gcc.
> Checking for off64_t... No.
> Checking for fseeko... Yes.
> Checking for strerror... Yes.
> Checking for unistd.h... Yes.
> Checking for stdarg.h... Yes.
> Checking whether to use vs[n]printf() or s[n]printf()... using
> vs[n]printf().
> Checking for vsnprintf() in stdio.h... Yes.
> Checking for return value of vsnprintf()... Yes.
> Checking for attribute(visibility) support... Yes.
> gcc -O3  -DHAVE_HIDDEN   -c -o adler32.o adler32.c
> gcc -O3  -DHAVE_HIDDEN   -c -o crc32.o crc32.c
> gcc -O3  -DHAVE_HIDDEN   -c -o deflate.o deflate.c
> gcc -O3  -DHAVE_HIDDEN   -c -o infback.o infback.c
> gcc -O3  -DHAVE_HIDDEN   -c -o inffast.o inffast.c
> gcc -O3  -DHAVE_HIDDEN   -c -o inflate.o inflate.c
> gcc -O3  -DHAVE_HIDDEN   -c -o inftrees.o inftrees.c
> gcc -O3  -DHAVE_HIDDEN   -c -o trees.o trees.c
> gcc -O3  -DHAVE_HIDDEN   -c -o zutil.o zutil.c
> gcc -O3  -DHAVE_HIDDEN   -c -o compress.o compress.c
> gcc -O3  -DHAVE_HIDDEN   -c -o uncompr.o uncompr.c
> gcc -O3  -DHAVE_HIDDEN   -c -o gzclose.o gzclose.c
> gcc -O3  -DHAVE_HIDDEN   -c -o gzlib.o gzlib.c
> gcc -O3  -DHAVE_HIDDEN   -c -o gzread.o gzread.c
> gcc -O3  -DHAVE_HIDDEN   -c -o gzwrite.o gzwrite.c
> libtool -o libz.a adler32.o crc32.o deflate.o infback.o inffast.o
> inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o
> gzread.o gzwrite.o
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/adler32.o adler32.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/crc32.o crc32.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/deflate.o deflate.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/infback.o infback.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/inffast.o inffast.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/inflate.o inflate.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/inftrees.o inftrees.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/trees.o trees.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/zutil.o zutil.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/compress.o compress.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/uncompr.o uncompr.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzclose.o gzclose.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzlib.o gzlib.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzread.o gzread.c
> gcc -O3  -fPIC -DHAVE_HIDDEN -DPIC -c -o objs/gzwrite.o gzwrite.c
> gcc -dynamiclib -install_name /Users/tplaton/yt-i386//lib/libz.1.dylib
> -compatibility_version 1 -current_version 1.2.8 -O3  -fPIC -DHAVE_HIDDEN -o
> libz.1.2.8.dylib adler32.lo crc32.lo deflate.lo infback.lo inffast.lo
> inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo
> gzlib.lo gzread.lo gzwrite.lo  -lc -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/
> ld: warning: directory '/Users/tplaton/yt-i386/lib64/' following -L not
> found
> rm -f libz.dylib libz.1.dylib
> ln -s libz.1.2.8.dylib libz.dylib
> ln -s libz.1.2.8.dylib libz.1.dylib
> cp libz.a /Users/tplaton/yt-i386//lib
> chmod 644 /Users/tplaton/yt-i386//lib/libz.a
> cp libz.1.2.8.dylib /Users/tplaton/yt-i386//lib
> chmod 755 /Users/tplaton/yt-i386//lib/libz.1.2.8.dylib
> cp zlib.3 /Users/tplaton/yt-i386//share/man/man3
> chmod 644 /Users/tplaton/yt-i386//share/man/man3/zlib.3
> cp zlib.pc /Users/tplaton/yt-i386//lib/pkgconfig
> chmod 644 /Users/tplaton/yt-i386//lib/pkgconfig/zlib.pc
> cp zlib.h zconf.h /Users/tplaton/yt-i386//include
> chmod 644 /Users/tplaton/yt-i386//include/zlib.h
> /Users/tplaton/yt-i386//include/zconf.h
> rm -f *.o *.lo *~ \
>    example minigzip examplesh minigzipsh \
>    example64 minigzip64 \
>    infcover \
>    libz.* foo.gz so_locations \
>    _match.s maketree contrib/infback9/*.o
> rm -rf objs
> rm -f *.gcda *.gcno *.gcov
> rm -f contrib/infback9/*.gcda contrib/infback9/*.gcno
> contrib/infback9/*.gcov
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... ./install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking dependency style of gcc... gcc3
> checking build system type... x86_64-apple-darwin10.8.0
> checking host system type... x86_64-apple-darwin10.8.0
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for fgrep... /usr/bin/grep -F
> checking how to print strings... printf
> checking for ld used by gcc...
> /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is
> GNU ld... no
> checking how to run the C preprocessor... gcc -E
> checking for gawk... (cached) awk
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking how to convert x86_64-apple-darwin10.8.0 file names to
> x86_64-apple-darwin10.8.0 format... func_convert_file_noop
> checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain
> format... func_convert_file_noop
> checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to
> reload object files... -r
> checking for objdump... no
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... no
> checking how to associate runtime and link libraries... printf %s\n
> checking for ar... ar
> checking for archiver @FILE support... no
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm output from gcc object... ok
> checking for sysroot... no
> checking for mt... no
> checking if : is a manifest tool... no
> checking for dsymutil... dsymutil
> checking for nmedit... nmedit
> checking for lipo... lipo
> checking for otool... otool
> checking for otool64... no
> checking for -single_module linker flag... yes
> checking for -exported_symbols_list linker flag... yes
> checking for -force_load linker flag... yes
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fno-common -DPIC
> checking if gcc PIC flag -fno-common -DPIC works... yes
> checking if gcc static flag -static works... no
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... darwin10.8.0 dyld
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking that AWK works... ok
> checking for ANSI C header files... (cached) yes
> checking for an ANSI C-conforming const... yes
> checking for size_t... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for C/C++ restrict keyword... __restrict
> checking for working strtod... yes
> checking for memset... yes
> checking for pow... yes
> checking for zlibVersion in -lz... yes
> checking for feenableexcept in -lm... no
> checking for feenableexcept... no
> checking if using Solaris linker... no
> checking if libraries can be versioned... no
> configure: WARNING: *** You have not enabled versioned symbols.
> configure: pkgconfig directory is ${libdir}/pkgconfig
> configure: Extra options for compiler:
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating libpng.pc
> config.status: creating libpng-config
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
> rm -f pnglibconf.dfn pnglibconf.tf[45]
> awk -f ./scripts/options.awk out=pnglibconf.tf4 version=search\
>     ./pngconf.h ./scripts/pnglibconf.dfa\
>     ./pngusr.dfa  1>&2
> awk -f ./scripts/options.awk out=pnglibconf.tf5 pnglibconf.tf4 1>&2
> rm pnglibconf.tf4
> mv pnglibconf.tf5 pnglibconf.dfn
> rm -f pnglibconf.out pnglibconf.c pnglibconf.tf[12]
> test -d scripts || mkdir scripts || test -d scripts
> echo '#include "pnglibconf.dfn"' >pnglibconf.c
> gcc -E -DHAVE_CONFIG_H -I. \
>     -I/Users/tplaton/yt-i386/include -DPNGLIB_LIBNAME='PNG16_0'
> -DPNGLIB_VERSION='1.6.3' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS
> -DPNG_BUILDING_SYMBOL_TABLE  pnglibconf.c > pnglibconf.tf1
> awk -f "./scripts/dfn.awk" out="pnglibconf.tf2" pnglibconf.tf1 1>&2
> rm -f pnglibconf.c pnglibconf.tf1
> mv pnglibconf.tf2 pnglibconf.out
> rm -f pnglibconf.h
> cp pnglibconf.out pnglibconf.h
> :>pngprefix.h
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> png.lo -MD -MP -MF .deps/png.Tpo -c -o png.lo png.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> png.lo -MD -MP -MF .deps/png.Tpo -c png.c  -fno-common -DPIC -o .libs/png.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> png.lo -MD -MP -MF .deps/png.Tpo -c png.c -o png.o >/dev/null 2>&1
> mv -f .deps/png.Tpo .deps/png.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c -o pngerror.lo pngerror.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c pngerror.c  -fno-common -DPIC
> -o .libs/pngerror.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngerror.lo -MD -MP -MF .deps/pngerror.Tpo -c pngerror.c -o pngerror.o
> >/dev/null 2>&1
> mv -f .deps/pngerror.Tpo .deps/pngerror.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngget.lo -MD -MP -MF .deps/pngget.Tpo -c -o pngget.lo pngget.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngget.lo -MD -MP -MF .deps/pngget.Tpo -c pngget.c  -fno-common -DPIC -o
> .libs/pngget.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngget.lo -MD -MP -MF .deps/pngget.Tpo -c pngget.c -o pngget.o >/dev/null
> 2>&1
> mv -f .deps/pngget.Tpo .deps/pngget.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c -o pngmem.lo pngmem.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c pngmem.c  -fno-common -DPIC -o
> .libs/pngmem.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngmem.lo -MD -MP -MF .deps/pngmem.Tpo -c pngmem.c -o pngmem.o >/dev/null
> 2>&1
> mv -f .deps/pngmem.Tpo .deps/pngmem.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c -o pngpread.lo pngpread.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c pngpread.c  -fno-common -DPIC
> -o .libs/pngpread.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngpread.lo -MD -MP -MF .deps/pngpread.Tpo -c pngpread.c -o pngpread.o
> >/dev/null 2>&1
> mv -f .deps/pngpread.Tpo .deps/pngpread.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngread.lo -MD -MP -MF .deps/pngread.Tpo -c -o pngread.lo pngread.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngread.lo -MD -MP -MF .deps/pngread.Tpo -c pngread.c  -fno-common -DPIC -o
> .libs/pngread.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngread.lo -MD -MP -MF .deps/pngread.Tpo -c pngread.c -o pngread.o
> >/dev/null 2>&1
> mv -f .deps/pngread.Tpo .deps/pngread.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c -o pngrio.lo pngrio.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c pngrio.c  -fno-common -DPIC -o
> .libs/pngrio.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrio.lo -MD -MP -MF .deps/pngrio.Tpo -c pngrio.c -o pngrio.o >/dev/null
> 2>&1
> mv -f .deps/pngrio.Tpo .deps/pngrio.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c -o pngrtran.lo pngrtran.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c pngrtran.c  -fno-common -DPIC
> -o .libs/pngrtran.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrtran.lo -MD -MP -MF .deps/pngrtran.Tpo -c pngrtran.c -o pngrtran.o
> >/dev/null 2>&1
> mv -f .deps/pngrtran.Tpo .deps/pngrtran.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c -o pngrutil.lo pngrutil.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c pngrutil.c  -fno-common -DPIC
> -o .libs/pngrutil.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngrutil.lo -MD -MP -MF .deps/pngrutil.Tpo -c pngrutil.c -o pngrutil.o
> >/dev/null 2>&1
> mv -f .deps/pngrutil.Tpo .deps/pngrutil.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngset.lo -MD -MP -MF .deps/pngset.Tpo -c -o pngset.lo pngset.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngset.lo -MD -MP -MF .deps/pngset.Tpo -c pngset.c  -fno-common -DPIC -o
> .libs/pngset.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngset.lo -MD -MP -MF .deps/pngset.Tpo -c pngset.c -o pngset.o >/dev/null
> 2>&1
> mv -f .deps/pngset.Tpo .deps/pngset.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c -o pngtrans.lo pngtrans.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c pngtrans.c  -fno-common -DPIC
> -o .libs/pngtrans.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngtrans.lo -MD -MP -MF .deps/pngtrans.Tpo -c pngtrans.c -o pngtrans.o
> >/dev/null 2>&1
> mv -f .deps/pngtrans.Tpo .deps/pngtrans.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c -o pngwio.lo pngwio.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c pngwio.c  -fno-common -DPIC -o
> .libs/pngwio.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwio.lo -MD -MP -MF .deps/pngwio.Tpo -c pngwio.c -o pngwio.o >/dev/null
> 2>&1
> mv -f .deps/pngwio.Tpo .deps/pngwio.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c -o pngwrite.lo pngwrite.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c pngwrite.c  -fno-common -DPIC
> -o .libs/pngwrite.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwrite.lo -MD -MP -MF .deps/pngwrite.Tpo -c pngwrite.c -o pngwrite.o
> >/dev/null 2>&1
> mv -f .deps/pngwrite.Tpo .deps/pngwrite.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c -o pngwtran.lo pngwtran.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c pngwtran.c  -fno-common -DPIC
> -o .libs/pngwtran.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwtran.lo -MD -MP -MF .deps/pngwtran.Tpo -c pngwtran.c -o pngwtran.o
> >/dev/null 2>&1
> mv -f .deps/pngwtran.Tpo .deps/pngwtran.Plo
> /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include  -I/Users/tplaton/yt-i386/include -MT
> pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c -o pngwutil.lo pngwutil.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c pngwutil.c  -fno-common -DPIC
> -o .libs/pngwutil.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I.
> -I/Users/tplaton/yt-i386/include -I/Users/tplaton/yt-i386/include -MT
> pngwutil.lo -MD -MP -MF .deps/pngwutil.Tpo -c pngwutil.c -o pngwutil.o
> >/dev/null 2>&1
> mv -f .deps/pngwutil.Tpo .deps/pngwutil.Plo
> rm -f scripts/sym.out scripts/sym.c scripts/sym.tf[12]
> test -d scripts || mkdir scripts || test -d scripts
> echo '#include "scripts/sym.dfn"' >scripts/sym.c
> gcc -E -DHAVE_CONFIG_H -I. \
>     -I/Users/tplaton/yt-i386/include -DPNGLIB_LIBNAME='PNG16_0'
> -DPNGLIB_VERSION='1.6.3' -DSYMBOL_PREFIX='' -DPNG_NO_USE_READ_MACROS
> -DPNG_BUILDING_SYMBOL_TABLE  scripts/sym.c > scripts/sym.tf1
> awk -f "./scripts/dfn.awk" out="scripts/sym.tf2" scripts/sym.tf1 1>&2
> rm -f scripts/sym.c scripts/sym.tf1
> mv scripts/sym.tf2 scripts/sym.out
> rm -f libpng.sym
> cp scripts/sym.out libpng.sym
> /bin/sh ./libtool  --tag=CC   --mode=link gcc
>  -I/Users/tplaton/yt-i386/include -no-undefined -export-dynamic
> -version-number 16:3:0   -export-symbols libpng.sym
> -L/Users/tplaton/yt-i386/lib/ -L/Users/tplaton/yt-i386/lib64/
> -L/Users/tplaton/yt-i386/lib/ -L/Users/tplaton/yt-i386/lib64/ -o
> libpng16.la -rpath /Users/tplaton/yt-i386/lib png.lo pngerror.lo
> pngget.lo pngmem.lo pngpread.lo pngread.lo pngrio.lo pngrtran.lo
> pngrutil.lo pngset.lo pngtrans.lo pngwio.lo pngwrite.lo pngwtran.lo
> pngwutil.lo    -lz
> libtool: link: sed 's,^,_,' < libpng.sym > .libs/libpng16-symbols.expsym
> libtool: link: gcc -dynamiclib  -o .libs/libpng16.16.dylib  .libs/png.o
> .libs/pngerror.o .libs/pngget.o .libs/pngmem.o .libs/pngpread.o
> .libs/pngread.o .libs/pngrio.o .libs/pngrtran.o .libs/pngrutil.o
> .libs/pngset.o .libs/pngtrans.o .libs/pngwio.o .libs/pngwrite.o
> .libs/pngwtran.o .libs/pngwutil.o   -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -lz    -install_name
>  /Users/tplaton/yt-i386/lib/libpng16.16.dylib -compatibility_version 20
> -current_version 20.0 -Wl,-single_module
> -Wl,-exported_symbols_list,.libs/libpng16-symbols.expsym
> ld: warning: directory '/Users/tplaton/yt-i386/lib64/' following -L not
> found
> libtool: link: (cd ".libs" && rm -f "libpng16.dylib" && ln -s
> "libpng16.16.dylib" "libpng16.dylib")
> libtool: link: ar cru .libs/libpng16.a  png.o pngerror.o pngget.o pngmem.o
> pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o
> pngwio.o pngwrite.o pngwtran.o pngwutil.o
> libtool: link: ranlib .libs/libpng16.a
> libtool: link: ( cd ".libs" && rm -f "libpng16.la" && ln -s "../
> libpng16.la" "libpng16.la" )
> gcc -DHAVE_CONFIG_H -I.   -I/Users/tplaton/yt-i386/include
>  -I/Users/tplaton/yt-i386/include -MT pngfix.o -MD -MP -MF .deps/pngfix.Tpo
> -c -o pngfix.o `test -f 'contrib/tools/pngfix.c' || echo
> './'`contrib/tools/pngfix.c
> mv -f .deps/pngfix.Tpo .deps/pngfix.Po
> /bin/sh ./libtool  --tag=CC   --mode=link gcc
>  -I/Users/tplaton/yt-i386/include  -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -o pngfix pngfix.o libpng16.la -lz
> libtool: link: gcc -I/Users/tplaton/yt-i386/include -o .libs/pngfix
> pngfix.o  -L/Users/tplaton/yt-i386/lib/ -L/Users/tplaton/yt-i386/lib64/
> ./.libs/libpng16.dylib -lz
> ld: warning: directory '/Users/tplaton/yt-i386/lib64/' following -L not
> found
> gcc -DHAVE_CONFIG_H -I.   -I/Users/tplaton/yt-i386/include
>  -I/Users/tplaton/yt-i386/include -MT png-fix-itxt.o -MD -MP -MF
> .deps/png-fix-itxt.Tpo -c -o png-fix-itxt.o `test -f
> 'contrib/tools/png-fix-itxt.c' || echo './'`contrib/tools/png-fix-itxt.c
> mv -f .deps/png-fix-itxt.Tpo .deps/png-fix-itxt.Po
> /bin/sh ./libtool  --tag=CC   --mode=link gcc
>  -I/Users/tplaton/yt-i386/include  -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -o png-fix-itxt png-fix-itxt.o  -lz
> libtool: link: gcc -I/Users/tplaton/yt-i386/include -o png-fix-itxt
> png-fix-itxt.o  -L/Users/tplaton/yt-i386/lib/
> -L/Users/tplaton/yt-i386/lib64/ -lz
> ld: warning: directory '/Users/tplaton/yt-i386/lib64/' following -L not
> found
> cp libpng-config libpng16-config
> cp libpng.pc libpng16.pc
>  ./install-sh -c -d '/Users/tplaton/yt-i386/lib'
>  /bin/sh ./libtool   --mode=install /usr/bin/install -c   libpng16.la'/Users/tplaton/yt-i386/lib'
> libtool: install: /usr/bin/install -c .libs/libpng16.16.dylib
> /Users/tplaton/yt-i386/lib/libpng16.16.dylib
> libtool: install: (cd /Users/tplaton/yt-i386/lib && { ln -s -f
> libpng16.16.dylib libpng16.dylib || { rm -f libpng16.dylib && ln -s
> libpng16.16.dylib libpng16.dylib; }; })
> libtool: install: /usr/bin/install -c .libs/libpng16.lai
> /Users/tplaton/yt-i386/lib/libpng16.la
> libtool: install: /usr/bin/install -c .libs/libpng16.a
> /Users/tplaton/yt-i386/lib/libpng16.a
> libtool: install: chmod 644 /Users/tplaton/yt-i386/lib/libpng16.a
> libtool: install: ranlib /Users/tplaton/yt-i386/lib/libpng16.a
>  ./install-sh -c -d '/Users/tplaton/yt-i386/bin'
>   /bin/sh ./libtool   --mode=install /usr/bin/install -c pngfix
> png-fix-itxt '/Users/tplaton/yt-i386/bin'
> libtool: install: /usr/bin/install -c .libs/pngfix
> /Users/tplaton/yt-i386/bin/pngfix
> libtool: install: /usr/bin/install -c png-fix-itxt
> /Users/tplaton/yt-i386/bin/png-fix-itxt
>  ./install-sh -c -d '/Users/tplaton/yt-i386/bin'
>  /usr/bin/install -c libpng16-config '/Users/tplaton/yt-i386/bin'
> make  install-exec-hook
> cd '/Users/tplaton/yt-i386/bin'; rm -f libpng-config
> cd '/Users/tplaton/yt-i386/bin';\
>    ln -s libpng16-config libpng-config
> + cd /Users/tplaton/yt-i386/lib
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.a
> + test -f libpng16.a
> + ln -s libpng16.a libpng.a
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.la
> + test -f libpng16.la
> + ln -s libpng16.la libpng.la
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.so
> + test -f libpng16.so
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.so.16.3
> + test -f libpng16.so.16.3
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.sl
> + test -f libpng16.sl
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.dylib
> + test -f libpng16.dylib
> + ln -s libpng16.dylib libpng.dylib
> + for ext in a la so so.16.3 sl dylib dll.a
> + rm -f libpng.dll.a
> + test -f libpng16.dll.a
>  ./install-sh -c -d '/Users/tplaton/yt-i386/share/man/man3'
>  /usr/bin/install -c -m 644 libpng.3 libpngpf.3
> '/Users/tplaton/yt-i386/share/man/man3'
>  ./install-sh -c -d '/Users/tplaton/yt-i386/share/man/man5'
>  /usr/bin/install -c -m 644 png.5 '/Users/tplaton/yt-i386/share/man/man5'
>  ./install-sh -c -d '/Users/tplaton/yt-i386/include/libpng16'
>  /usr/bin/install -c -m 644 pnglibconf.h
> '/Users/tplaton/yt-i386/include/libpng16'
>  ./install-sh -c -d '/Users/tplaton/yt-i386/lib/pkgconfig'
>  /usr/bin/install -c -m 644 libpng16.pc
> '/Users/tplaton/yt-i386/lib/pkgconfig'
>  ./install-sh -c -d '/Users/tplaton/yt-i386/include/libpng16'
>  /usr/bin/install -c -m 644 png.h pngconf.h
> '/Users/tplaton/yt-i386/include/libpng16'
> make  install-data-hook
> cd '/Users/tplaton/yt-i386/include'; rm -f png.h pngconf.h pnglibconf.h
> cd '/Users/tplaton/yt-i386/include'; ln -s libpng16/png.h png.h
> cd '/Users/tplaton/yt-i386/include'; ln -s libpng16/pngconf.h \
>  pngconf.h
> cd '/Users/tplaton/yt-i386/include'; ln -s libpng16/pnglibconf.h \
> pnglibconf.h
> cd '/Users/tplaton/yt-i386/lib/pkgconfig'; rm -f libpng.pc
> cd '/Users/tplaton/yt-i386/lib/pkgconfig'; ln -s libpng16.pc libpng.pc
>  rm -f pngfix png-fix-itxt
>  rm -f pngtest pngunknown pngstest pngvalid
> test -z "*.tf? pngout.png libpng16.pc libpng16-config libpng.vers
> libpng.sym check.new pnglibconf.* pngprefix.h symbols.new pngtest-log.txt
> scripts/*.out scripts/*.chk scripts/pnglibconf.dfn" || rm -f *.tf?
> pngout.png libpng16.pc libpng16-config libpng.vers libpng.sym check.new
> pnglibconf.* pngprefix.h symbols.new pngtest-log.txt scripts/*.out
> scripts/*.chk scripts/pnglibconf.dfn
> test -z "libpng16.la" || rm -f libpng16.la
> rm -f ./so_locations
> rm -rf .libs _libs
> rm -f *.o
> test -z "tests/pngtest.log tests/pngvalid-gamma-16-to-8.log
> tests/pngvalid-gamma-alpha-mode.log tests/pngvalid-gamma-background.log
> tests/pngvalid-gamma-expand16-alpha-mode.log
> tests/pngvalid-gamma-expand16-background.log
> tests/pngvalid-gamma-expand16-transform.log tests/pngvalid-gamma-sbit.log
> tests/pngvalid-gamma-threshold.log tests/pngvalid-gamma-transform.log
> tests/pngvalid-progressive-interlace-size.log
> tests/pngvalid-progressive-interlace-standard.log
> tests/pngvalid-progressive-interlace-transform.log
> tests/pngvalid-progressive-standard.log tests/pngvalid-standard.log
> tests/pngstest-0g01.log tests/pngstest-0g02.log tests/pngstest-0g04.log
> tests/pngstest-0g08.log tests/pngstest-0g16.log tests/pngstest-2c08.log
> tests/pngstest-2c16.log tests/pngstest-3p01.log tests/pngstest-3p02.log
> tests/pngstest-3p04.log tests/pngstest-3p08.log tests/pngstest-4a08.log
> tests/pngstest-4a16.log tests/pngstest-6a08.log tests/pngstest-6a16.log
> tests/pngstest-error.log tests/pngunknown-IDAT.log
> tests/pngunknown-discard.log tests/pngunknown-if-safe.log
> tests/pngunknown-sAPI.log tests/pngunknown-sTER.log
> tests/pngunknown-save.log tests/pngunknown-vpAg.log" || rm -f
> tests/pngtest.log tests/pngvalid-gamma-16-to-8.log
> tests/pngvalid-gamma-alpha-mode.log tests/pngvalid-gamma-background.log
> tests/pngvalid-gamma-expand16-alpha-mode.log
> tests/pngvalid-gamma-expand16-background.log
> tests/pngvalid-gamma-expand16-transform.log tests/pngvalid-gamma-sbit.log
> tests/pngvalid-gamma-threshold.log tests/pngvalid-gamma-transform.log
> tests/pngvalid-progressive-interlace-size.log
> tests/pngvalid-progressive-interlace-standard.log
> tests/pngvalid-progressive-interlace-transform.log
> tests/pngvalid-progressive-standard.log tests/pngvalid-standard.log
> tests/pngstest-0g01.log tests/pngstest-0g02.log tests/pngstest-0g04.log
> tests/pngstest-0g08.log tests/pngstest-0g16.log tests/pngstest-2c08.log
> tests/pngstest-2c16.log tests/pngstest-3p01.log tests/pngstest-3p02.log
> tests/pngstest-3p04.log tests/pngstest-3p08.log tests/pngstest-4a08.log
> tests/pngstest-4a16.log tests/pngstest-6a08.log tests/pngstest-6a16.log
> tests/pngstest-error.log tests/pngunknown-IDAT.log
> tests/pngunknown-discard.log tests/pngunknown-if-safe.log
> tests/pngunknown-sAPI.log tests/pngunknown-sTER.log
> tests/pngunknown-save.log tests/pngunknown-vpAg.log
> test -z "tests/pngtest.trs tests/pngvalid-gamma-16-to-8.trs
> tests/pngvalid-gamma-alpha-mode.trs tests/pngvalid-gamma-background.trs
> tests/pngvalid-gamma-expand16-alpha-mode.trs
> tests/pngvalid-gamma-expand16-background.trs
> tests/pngvalid-gamma-expand16-transform.trs tests/pngvalid-gamma-sbit.trs
> tests/pngvalid-gamma-threshold.trs tests/pngvalid-gamma-transform.trs
> tests/pngvalid-progressive-interlace-size.trs
> tests/pngvalid-progressive-interlace-standard.trs
> tests/pngvalid-progressive-interlace-transform.trs
> tests/pngvalid-progressive-standard.trs tests/pngvalid-standard.trs
> tests/pngstest-0g01.trs tests/pngstest-0g02.trs tests/pngstest-0g04.trs
> tests/pngstest-0g08.trs tests/pngstest-0g16.trs tests/pngstest-2c08.trs
> tests/pngstest-2c16.trs tests/pngstest-3p01.trs tests/pngstest-3p02.trs
> tests/pngstest-3p04.trs tests/pngstest-3p08.trs tests/pngstest-4a08.trs
> tests/pngstest-4a16.trs tests/pngstest-6a08.trs tests/pngstest-6a16.trs
> tests/pngstest-error.trs tests/pngunknown-IDAT.trs
> tests/pngunknown-discard.trs tests/pngunknown-if-safe.trs
> tests/pngunknown-sAPI.trs tests/pngunknown-sTER.trs
> tests/pngunknown-save.trs tests/pngunknown-vpAg.trs" || rm -f
> tests/pngtest.trs tests/pngvalid-gamma-16-to-8.trs
> tests/pngvalid-gamma-alpha-mode.trs tests/pngvalid-gamma-background.trs
> tests/pngvalid-gamma-expand16-alpha-mode.trs
> tests/pngvalid-gamma-expand16-background.trs
> tests/pngvalid-gamma-expand16-transform.trs tests/pngvalid-gamma-sbit.trs
> tests/pngvalid-gamma-threshold.trs tests/pngvalid-gamma-transform.trs
> tests/pngvalid-progressive-interlace-size.trs
> tests/pngvalid-progressive-interlace-standard.trs
> tests/pngvalid-progressive-interlace-transform.trs
> tests/pngvalid-progressive-standard.trs tests/pngvalid-standard.trs
> tests/pngstest-0g01.trs tests/pngstest-0g02.trs tests/pngstest-0g04.trs
> tests/pngstest-0g08.trs tests/pngstest-0g16.trs tests/pngstest-2c08.trs
> tests/pngstest-2c16.trs tests/pngstest-3p01.trs tests/pngstest-3p02.trs
> tests/pngstest-3p04.trs tests/pngstest-3p08.trs tests/pngstest-4a08.trs
> tests/pngstest-4a16.trs tests/pngstest-6a08.trs tests/pngstest-6a16.trs
> tests/pngstest-error.trs tests/pngunknown-IDAT.trs
> tests/pngunknown-discard.trs tests/pngunknown-if-safe.trs
> tests/pngunknown-sAPI.trs tests/pngunknown-sTER.trs
> tests/pngunknown-save.trs tests/pngunknown-vpAg.trs
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f *.lo
>
> FreeType build system -- automatic system detection
>
> The following settings are used:
>
>   platform                    unix
>   compiler                    gcc
>   configuration directory     ./builds/unix
>   configuration rules         ./builds/unix/unix.mk
>
> If this does not correspond to your system or settings please remove the
> file
> `config.mk' from this directory then read the INSTALL file for help.
>
> Otherwise, simply type `make' again to build the library,
> or `make refdoc' to build the API reference (the latter needs python).
>
> Generating modules list in ./objs/ftmodule.h...
> * module: truetype  (Windows/Mac font files with extension *.ttf or *.ttc)
> * module: type1     (Postscript font files with extension *.pfa or *.pfb)
> * module: cff       (OpenType fonts with extension *.otf)
> * module: cid       (Postscript CID-keyed fonts, no known extension)
> * module: pfr       (PFR/TrueDoc font files with extension *.pfr)
> * module: type42    (Type 42 font files with no known extension)
> * module: winfnt    (Windows bitmap fonts with extension *.fnt or *.fon)
> * module: pcf       (pcf bitmap fonts)
> * module: bdf       (bdf bitmap fonts)
> * module: sfnt      (helper module for TrueType & OpenType formats)
> * module: autofit   (automatic hinting module)
> * module: pshinter  (Postscript hinter module)
> * module: raster    (monochrome bitmap renderer)
> * module: smooth    (anti-aliased bitmap renderer)
> * module: smooth    (anti-aliased bitmap renderer for LCDs)
> * module: smooth    (anti-aliased bitmap renderer for vertical LCDs)
> * module: psaux     (Postscript Type 1 & Type 2 helper module)
> * module: psnames   (Postscript & Unicode Glyph name handling)
> done.
> cd builds/unix; /bin/sh ./configure
>  'CFLAGS=-I/Users/tplaton/yt-i386/include'
> '--prefix=/Users/tplaton/yt-i386/'
> checking build system type... x86_64-apple-darwin10.8.0
> checking host system type... x86_64-apple-darwin10.8.0
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking how to run the C preprocessor... gcc -E
> checking for rmdir... rmdir
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking for unistd.h... (cached) yes
> checking for an ANSI C-conforming const... yes
> checking size of int... 4
> checking size of long... 8
> checking whether cpp computation of bit length in ftconfig.in works... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking whether munmap is declared... yes
> checking for munmap's first parameter type... void *
> checking for memcpy... yes
> checking for memmove... yes
> checking gcc compiler flag -pedantic to assure ANSI C works correctly...
> ok, add it to XX_ANSIFLAGS
> checking gcc compiler flag -ansi to assure ANSI C works correctly... ok,
> add it to XX_ANSIFLAGS
> checking for gzsetparams in -lz... yes
> checking zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking for BZ2_bzDecompress in -lbz2... yes
> checking bzlib.h usability... yes
> checking bzlib.h presence... yes
> checking for bzlib.h... yes
> checking how to print strings... printf
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for fgrep... /usr/bin/grep -F
> checking for ld used by gcc...
> /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is
> GNU ld... no
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking how to convert x86_64-apple-darwin10.8.0 file names to
> x86_64-apple-darwin10.8.0 format... func_convert_file_noop
> checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain
> format... func_convert_file_noop
> checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to
> reload object files... -r
> checking for objdump... no
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... no
> checking how to associate runtime and link libraries... printf %s\n
> checking for ar... ar
> checking for archiver @FILE support... no
> checking for strip... strip
> checking for ranlib... ranlib
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking command to parse /usr/bin/nm output from gcc object... ok
> checking for sysroot... no
> checking for mt... no
> checking if : is a manifest tool... no
> checking for dsymutil... dsymutil
> checking for nmedit... nmedit
> checking for lipo... lipo
> checking for otool... otool
> checking for otool64... no
> checking for -single_module linker flag... yes
> checking for -exported_symbols_list linker flag... yes
> checking for -force_load linker flag... yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fno-common -DPIC
> checking if gcc PIC flag -fno-common -DPIC works... yes
> checking if gcc static flag -static works... no
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... darwin10.8.0 dyld
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating ./config.status
> config.status: creating unix-cc.mk
> config.status: creating unix-def.mk
> config.status: creating ftconfig.h
> config.status: executing libtool commands
> make: Nothing to be done for `unix'.
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftsystem.lo
> builds/unix/ftsystem.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftsystem.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftsystem.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftdebug.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftdebug.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftdebug.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftdebug.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftdebug.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftdebug.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftinit.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftinit.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftinit.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftinit.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftinit.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftinit.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbase.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbase.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbase.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftbase.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbase.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbase.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbbox.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbbox.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbbox.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftbbox.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbbox.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbbox.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbdf.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbdf.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbdf.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftbdf.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbdf.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbdf.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbitmap.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbitmap.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbitmap.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftbitmap.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftbitmap.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftbitmap.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftcid.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftcid.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftcid.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftcid.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftcid.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftcid.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftfstype.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftfstype.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftfstype.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftfstype.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftfstype.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftfstype.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftgasp.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgasp.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgasp.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftgasp.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgasp.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftgasp.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftglyph.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftglyph.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftglyph.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftglyph.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftglyph.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftglyph.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftgxval.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgxval.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgxval.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftgxval.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftgxval.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftgxval.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftlcdfil.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftlcdfil.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftlcdfil.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftlcdfil.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftlcdfil.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftlcdfil.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftmm.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftmm.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftmm.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftmm.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftmm.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftmm.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftotval.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftotval.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftotval.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftotval.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftotval.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftotval.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftpatent.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpatent.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpatent.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftpatent.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpatent.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftpatent.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftpfr.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpfr.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpfr.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftpfr.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftpfr.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftpfr.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftstroke.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftstroke.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftstroke.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftstroke.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftstroke.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftstroke.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftsynth.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftsynth.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftsynth.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftsynth.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftsynth.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftsynth.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/fttype1.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/fttype1.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/fttype1.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/fttype1.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/fttype1.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/fttype1.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftwinfnt.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftwinfnt.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftwinfnt.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftwinfnt.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftwinfnt.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftwinfnt.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftxf86.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftxf86.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftxf86.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/ftxf86.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/base
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/base/ftxf86.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/ftxf86.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/truetype.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype/truetype.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype/truetype.c
>  -fno-common -DPIC -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/truetype.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/truetype/truetype.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/truetype.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1 -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/type1.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1/type1.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1/type1.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/type1.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/type1/type1.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/type1.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/cff.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff/cff.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff/cff.c  -fno-common -DPIC
> -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/cff.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cff/cff.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/cff.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/type1cid.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid/type1cid.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid/type1cid.c  -fno-common
> -DPIC -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/type1cid.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/cid/type1cid.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/type1cid.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY
> -DFT_CONFIG_MODULES_H="<ftmodule.h>"
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/pfr.lo
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr/pfr.c
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr/pfr.c  -fno-common -DPIC
> -o /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/.libs/pfr.o
> libtool: compile:  gcc -pedantic -ansi
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/include -c -Wall
> -I/Users/tplaton/yt-i386/include -DDARWIN_NO_CARBON
> -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2
> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY
> "-DFT_CONFIG_MODULES_H=<ftmodule.h>"
> -I/Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr
> /Users/tplaton/yt-i386/src/freetype-2.4.12/src/pfr/pfr.c -o
> /Users/tplaton/yt-i386/src/freetype-2.4.12/objs/pfr.o >/dev/null 2>&1
> ./builds/unix/libtool --mode=compile gcc -pedantic -ansi
>  -I/Users/tplaton/yt-i386/src/freetype-2.4.12/objs -I./builds/unix -I/Users
> ...
>
> [Message clipped]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20130916/51fe5110/attachment.htm>


More information about the yt-users mailing list