freetype-2.8.1.tar.bz2

FreeType build system -- automatic system detection

The following settings are used:

  platform                    unix
  compiler                    cc
  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 `/usr/bin/make' again to build the library,
or `/usr/bin/make refdoc' to build the API reference (this needs python >= 2.6).

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; \
        ./configure  '--prefix=/usr' '--with-zlib=no' '--with-png=no'
checking build system type... armv7l-unknown-linux-gnueabi
checking host system type... armv7l-unknown-linux-gnueabi
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 pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.24... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 32768
checking how to convert armv7l-unknown-linux-gnueabi file names to armv7l-unknown-linux-gnueabi format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabi file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
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... @
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 -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
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... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
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/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
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 for a BSD-compatible install... /bin/install -c
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for ANSI C header files... (cached) 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... 4
checking for unsigned long long int... yes
checking for long long int... yes
checking whether cpp computation of bit length in ftconfig.in works... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
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, adding to XX_ANSIFLAGS
checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, adding to XX_ANSIFLAGS
checking for BZIP2... no
checking for BZ2_bzDecompress in -lbz2... no
checking for HARFBUZZ... no
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
configure:

Library configuration:
  external zlib: no
  bzip2:         no
  libpng:        no
  harfbuzz:      no

make: Nothing to be done for `unix'.
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftsystem.lo builds/unix/ftsystem.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftsystem.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -o /isthmus/tmp/freetype-2.8.1/objs/ftsystem.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftdebug.lo /isthmus/tmp/freetype-2.8.1/src/base/ftdebug.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftdebug.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftdebug.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftdebug.c -o /isthmus/tmp/freetype-2.8.1/objs/ftdebug.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftinit.lo /isthmus/tmp/freetype-2.8.1/src/base/ftinit.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftinit.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftinit.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftinit.c -o /isthmus/tmp/freetype-2.8.1/objs/ftinit.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftbase.lo /isthmus/tmp/freetype-2.8.1/src/base/ftbase.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftbase.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftbase.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftbase.c -o /isthmus/tmp/freetype-2.8.1/objs/ftbase.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftbbox.lo /isthmus/tmp/freetype-2.8.1/src/base/ftbbox.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftbbox.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftbbox.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftbbox.c -o /isthmus/tmp/freetype-2.8.1/objs/ftbbox.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftbdf.lo /isthmus/tmp/freetype-2.8.1/src/base/ftbdf.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftbdf.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftbdf.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftbdf.c -o /isthmus/tmp/freetype-2.8.1/objs/ftbdf.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftbitmap.lo /isthmus/tmp/freetype-2.8.1/src/base/ftbitmap.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftbitmap.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftbitmap.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftbitmap.c -o /isthmus/tmp/freetype-2.8.1/objs/ftbitmap.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftcid.lo /isthmus/tmp/freetype-2.8.1/src/base/ftcid.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftcid.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftcid.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftcid.c -o /isthmus/tmp/freetype-2.8.1/objs/ftcid.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftfntfmt.lo /isthmus/tmp/freetype-2.8.1/src/base/ftfntfmt.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftfntfmt.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftfntfmt.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftfntfmt.c -o /isthmus/tmp/freetype-2.8.1/objs/ftfntfmt.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftfstype.lo /isthmus/tmp/freetype-2.8.1/src/base/ftfstype.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftfstype.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftfstype.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftfstype.c -o /isthmus/tmp/freetype-2.8.1/objs/ftfstype.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftgasp.lo /isthmus/tmp/freetype-2.8.1/src/base/ftgasp.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftgasp.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftgasp.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftgasp.c -o /isthmus/tmp/freetype-2.8.1/objs/ftgasp.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftglyph.lo /isthmus/tmp/freetype-2.8.1/src/base/ftglyph.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftglyph.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftglyph.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftglyph.c -o /isthmus/tmp/freetype-2.8.1/objs/ftglyph.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftgxval.lo /isthmus/tmp/freetype-2.8.1/src/base/ftgxval.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftgxval.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftgxval.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftgxval.c -o /isthmus/tmp/freetype-2.8.1/objs/ftgxval.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftlcdfil.lo /isthmus/tmp/freetype-2.8.1/src/base/ftlcdfil.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftlcdfil.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftlcdfil.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftlcdfil.c -o /isthmus/tmp/freetype-2.8.1/objs/ftlcdfil.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftmm.lo /isthmus/tmp/freetype-2.8.1/src/base/ftmm.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftmm.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftmm.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftmm.c -o /isthmus/tmp/freetype-2.8.1/objs/ftmm.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftotval.lo /isthmus/tmp/freetype-2.8.1/src/base/ftotval.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftotval.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftotval.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftotval.c -o /isthmus/tmp/freetype-2.8.1/objs/ftotval.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftpatent.lo /isthmus/tmp/freetype-2.8.1/src/base/ftpatent.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftpatent.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftpatent.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftpatent.c -o /isthmus/tmp/freetype-2.8.1/objs/ftpatent.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftpfr.lo /isthmus/tmp/freetype-2.8.1/src/base/ftpfr.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftpfr.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftpfr.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftpfr.c -o /isthmus/tmp/freetype-2.8.1/objs/ftpfr.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftstroke.lo /isthmus/tmp/freetype-2.8.1/src/base/ftstroke.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftstroke.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftstroke.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftstroke.c -o /isthmus/tmp/freetype-2.8.1/objs/ftstroke.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftsynth.lo /isthmus/tmp/freetype-2.8.1/src/base/ftsynth.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftsynth.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftsynth.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftsynth.c -o /isthmus/tmp/freetype-2.8.1/objs/ftsynth.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/fttype1.lo /isthmus/tmp/freetype-2.8.1/src/base/fttype1.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/fttype1.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/fttype1.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/fttype1.c -o /isthmus/tmp/freetype-2.8.1/objs/fttype1.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftwinfnt.lo /isthmus/tmp/freetype-2.8.1/src/base/ftwinfnt.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftwinfnt.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftwinfnt.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/base -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/base/ftwinfnt.c -o /isthmus/tmp/freetype-2.8.1/objs/ftwinfnt.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/truetype -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/truetype.lo /isthmus/tmp/freetype-2.8.1/src/truetype/truetype.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/truetype -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/truetype/truetype.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/truetype.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/truetype -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/truetype/truetype.c -o /isthmus/tmp/freetype-2.8.1/objs/truetype.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/type1 -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/type1.lo /isthmus/tmp/freetype-2.8.1/src/type1/type1.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/type1 -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/type1/type1.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/type1.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/type1 -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/type1/type1.c -o /isthmus/tmp/freetype-2.8.1/objs/type1.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/cff -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/cff.lo /isthmus/tmp/freetype-2.8.1/src/cff/cff.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/cff -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/cff/cff.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/cff.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/cff -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/cff/cff.c -o /isthmus/tmp/freetype-2.8.1/objs/cff.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/cid -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/type1cid.lo /isthmus/tmp/freetype-2.8.1/src/cid/type1cid.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/cid -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/cid/type1cid.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/type1cid.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/cid -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/cid/type1cid.c -o /isthmus/tmp/freetype-2.8.1/objs/type1cid.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/pfr -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/pfr.lo /isthmus/tmp/freetype-2.8.1/src/pfr/pfr.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/pfr -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/pfr/pfr.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/pfr.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/pfr -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/pfr/pfr.c -o /isthmus/tmp/freetype-2.8.1/objs/pfr.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/type42 -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/type42.lo /isthmus/tmp/freetype-2.8.1/src/type42/type42.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/type42 -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/type42/type42.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/type42.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/type42 -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/type42/type42.c -o /isthmus/tmp/freetype-2.8.1/objs/type42.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/winfonts -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/winfnt.lo /isthmus/tmp/freetype-2.8.1/src/winfonts/winfnt.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/winfonts -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/winfonts/winfnt.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/winfnt.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/winfonts -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/winfonts/winfnt.c -o /isthmus/tmp/freetype-2.8.1/objs/winfnt.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/pcf -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/pcf.lo /isthmus/tmp/freetype-2.8.1/src/pcf/pcf.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/pcf -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/pcf/pcf.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/pcf.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/pcf -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/pcf/pcf.c -o /isthmus/tmp/freetype-2.8.1/objs/pcf.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/bdf -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/bdf.lo /isthmus/tmp/freetype-2.8.1/src/bdf/bdf.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/bdf -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/bdf/bdf.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/bdf.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/bdf -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/bdf/bdf.c -o /isthmus/tmp/freetype-2.8.1/objs/bdf.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/sfnt -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/sfnt.lo /isthmus/tmp/freetype-2.8.1/src/sfnt/sfnt.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/sfnt -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/sfnt/sfnt.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/sfnt.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/sfnt -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/sfnt/sfnt.c -o /isthmus/tmp/freetype-2.8.1/objs/sfnt.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/autofit -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/autofit.lo /isthmus/tmp/freetype-2.8.1/src/autofit/autofit.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/autofit -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/autofit/autofit.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/autofit.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/autofit -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/autofit/autofit.c -o /isthmus/tmp/freetype-2.8.1/objs/autofit.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/pshinter -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/pshinter.lo /isthmus/tmp/freetype-2.8.1/src/pshinter/pshinter.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/pshinter -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/pshinter/pshinter.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/pshinter.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/pshinter -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/pshinter/pshinter.c -o /isthmus/tmp/freetype-2.8.1/objs/pshinter.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/raster -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/raster.lo /isthmus/tmp/freetype-2.8.1/src/raster/raster.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/raster -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/raster/raster.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/raster.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/raster -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/raster/raster.c -o /isthmus/tmp/freetype-2.8.1/objs/raster.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/smooth -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/smooth.lo /isthmus/tmp/freetype-2.8.1/src/smooth/smooth.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/smooth -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/smooth/smooth.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/smooth.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/smooth -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/smooth/smooth.c -o /isthmus/tmp/freetype-2.8.1/objs/smooth.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/cache -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftcache.lo /isthmus/tmp/freetype-2.8.1/src/cache/ftcache.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/cache -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/cache/ftcache.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftcache.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/cache -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/cache/ftcache.c -o /isthmus/tmp/freetype-2.8.1/objs/ftcache.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftgzip.lo /isthmus/tmp/freetype-2.8.1/src/gzip/ftgzip.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/gzip/ftgzip.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftgzip.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/gzip/ftgzip.c -o /isthmus/tmp/freetype-2.8.1/objs/ftgzip.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/lzw -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftlzw.lo /isthmus/tmp/freetype-2.8.1/src/lzw/ftlzw.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/lzw -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/lzw/ftlzw.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftlzw.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/lzw -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/lzw/ftlzw.c -o /isthmus/tmp/freetype-2.8.1/objs/ftlzw.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/ftbzip2.lo /isthmus/tmp/freetype-2.8.1/src/bzip2/ftbzip2.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/bzip2/ftbzip2.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftbzip2.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/bzip2/ftbzip2.c -o /isthmus/tmp/freetype-2.8.1/objs/ftbzip2.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/psaux -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/psaux.lo /isthmus/tmp/freetype-2.8.1/src/psaux/psaux.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/psaux -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/psaux/psaux.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/psaux.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/psaux -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/psaux/psaux.c -o /isthmus/tmp/freetype-2.8.1/objs/psaux.o >/dev/null 2>&1
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/psnames -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include  -c -Wall -g -O2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>"  -o /isthmus/tmp/freetype-2.8.1/objs/psnames.lo /isthmus/tmp/freetype-2.8.1/src/psnames/psnames.c
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/psnames -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/psnames/psnames.c  -fPIC -DPIC -o /isthmus/tmp/freetype-2.8.1/objs/.libs/psnames.o
libtool: compile:  gcc -pedantic -ansi -I/isthmus/tmp/freetype-2.8.1/src/psnames -I/isthmus/tmp/freetype-2.8.1/objs -I./builds/unix -I/isthmus/tmp/freetype-2.8.1/include -c -Wall -g -O2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /isthmus/tmp/freetype-2.8.1/src/psnames/psnames.c -o /isthmus/tmp/freetype-2.8.1/objs/psnames.o >/dev/null 2>&1
gcc		  -o /isthmus/tmp/freetype-2.8.1/objs/apinames /isthmus/tmp/freetype-2.8.1/src/tools/apinames.c 
/isthmus/tmp/freetype-2.8.1/objs/apinames -o/isthmus/tmp/freetype-2.8.1/objs/ftexport.sym  /isthmus/tmp/freetype-2.8.1/include/freetype/ftimage.h /isthmus/tmp/freetype-2.8.1/include/freetype/fttrigon.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftincrem.h /isthmus/tmp/freetype-2.8.1/include/freetype/ttunpat.h /isthmus/tmp/freetype-2.8.1/include/freetype/tttags.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftsnames.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftgxval.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftgasp.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftmoderr.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftttdrv.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftbbox.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftadvanc.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftautoh.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftotval.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftcffdrv.h /isthmus/tmp/freetype-2.8.1/include/freetype/freetype.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftwinfnt.h /isthmus/tmp/freetype-2.8.1/include/freetype/fttypes.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftgzip.h /isthmus/tmp/freetype-2.8.1/include/freetype/ttnameid.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftcache.h /isthmus/tmp/freetype-2.8.1/include/freetype/fterrdef.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftbdf.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftchapters.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftlist.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftbzip2.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftoutln.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftmm.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftrender.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftsizes.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftpfr.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftlcdfil.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftsynth.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftfntfmt.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftsystem.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftmodapi.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftbitmap.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftglyph.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftpcfdrv.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftlzw.h /isthmus/tmp/freetype-2.8.1/include/freetype/fterrors.h /isthmus/tmp/freetype-2.8.1/include/freetype/t1tables.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftstroke.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftcid.h /isthmus/tmp/freetype-2.8.1/include/freetype/tttables.h
./builds/unix/libtool --mode=link gcc -o /isthmus/tmp/freetype-2.8.1/objs/libfreetype.la  /isthmus/tmp/freetype-2.8.1/objs/ftsystem.lo /isthmus/tmp/freetype-2.8.1/objs/ftdebug.lo /isthmus/tmp/freetype-2.8.1/objs/ftinit.lo /isthmus/tmp/freetype-2.8.1/objs/ftbase.lo /isthmus/tmp/freetype-2.8.1/objs/ftbbox.lo /isthmus/tmp/freetype-2.8.1/objs/ftbdf.lo /isthmus/tmp/freetype-2.8.1/objs/ftbitmap.lo /isthmus/tmp/freetype-2.8.1/objs/ftcid.lo /isthmus/tmp/freetype-2.8.1/objs/ftfntfmt.lo /isthmus/tmp/freetype-2.8.1/objs/ftfstype.lo /isthmus/tmp/freetype-2.8.1/objs/ftgasp.lo /isthmus/tmp/freetype-2.8.1/objs/ftglyph.lo /isthmus/tmp/freetype-2.8.1/objs/ftgxval.lo /isthmus/tmp/freetype-2.8.1/objs/ftlcdfil.lo /isthmus/tmp/freetype-2.8.1/objs/ftmm.lo /isthmus/tmp/freetype-2.8.1/objs/ftotval.lo /isthmus/tmp/freetype-2.8.1/objs/ftpatent.lo /isthmus/tmp/freetype-2.8.1/objs/ftpfr.lo /isthmus/tmp/freetype-2.8.1/objs/ftstroke.lo /isthmus/tmp/freetype-2.8.1/objs/ftsynth.lo /isthmus/tmp/freetype-2.8.1/objs/fttype1.lo /isthmus/tmp/freetype-2.8.1/objs/ftwinfnt.lo /isthmus/tmp/freetype-2.8.1/objs/truetype.lo /isthmus/tmp/freetype-2.8.1/objs/type1.lo /isthmus/tmp/freetype-2.8.1/objs/cff.lo /isthmus/tmp/freetype-2.8.1/objs/type1cid.lo /isthmus/tmp/freetype-2.8.1/objs/pfr.lo /isthmus/tmp/freetype-2.8.1/objs/type42.lo /isthmus/tmp/freetype-2.8.1/objs/winfnt.lo /isthmus/tmp/freetype-2.8.1/objs/pcf.lo /isthmus/tmp/freetype-2.8.1/objs/bdf.lo /isthmus/tmp/freetype-2.8.1/objs/sfnt.lo /isthmus/tmp/freetype-2.8.1/objs/autofit.lo /isthmus/tmp/freetype-2.8.1/objs/pshinter.lo /isthmus/tmp/freetype-2.8.1/objs/raster.lo /isthmus/tmp/freetype-2.8.1/objs/smooth.lo /isthmus/tmp/freetype-2.8.1/objs/ftcache.lo /isthmus/tmp/freetype-2.8.1/objs/ftgzip.lo /isthmus/tmp/freetype-2.8.1/objs/ftlzw.lo /isthmus/tmp/freetype-2.8.1/objs/ftbzip2.lo /isthmus/tmp/freetype-2.8.1/objs/psaux.lo /isthmus/tmp/freetype-2.8.1/objs/psnames.lo -rpath /usr/lib -version-info 21:0:15  -no-undefined -export-symbols /isthmus/tmp/freetype-2.8.1/objs/ftexport.sym
libtool: link: echo "{ global:" > /isthmus/tmp/freetype-2.8.1/objs/.libs/libfreetype.ver
libtool: link:  cat /isthmus/tmp/freetype-2.8.1/objs/ftexport.sym | sed -e "s/\(.*\)/\1;/" >> /isthmus/tmp/freetype-2.8.1/objs/.libs/libfreetype.ver
libtool: link:  echo "local: *; };" >> /isthmus/tmp/freetype-2.8.1/objs/.libs/libfreetype.ver
libtool: link:  gcc -shared  -fPIC -DPIC  /isthmus/tmp/freetype-2.8.1/objs/.libs/ftsystem.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftdebug.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftinit.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftbase.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftbbox.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftbdf.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftbitmap.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftcid.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftfntfmt.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftfstype.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftgasp.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftglyph.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftgxval.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftlcdfil.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftmm.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftotval.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftpatent.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftpfr.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftstroke.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftsynth.o /isthmus/tmp/freetype-2.8.1/objs/.libs/fttype1.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftwinfnt.o /isthmus/tmp/freetype-2.8.1/objs/.libs/truetype.o /isthmus/tmp/freetype-2.8.1/objs/.libs/type1.o /isthmus/tmp/freetype-2.8.1/objs/.libs/cff.o /isthmus/tmp/freetype-2.8.1/objs/.libs/type1cid.o /isthmus/tmp/freetype-2.8.1/objs/.libs/pfr.o /isthmus/tmp/freetype-2.8.1/objs/.libs/type42.o /isthmus/tmp/freetype-2.8.1/objs/.libs/winfnt.o /isthmus/tmp/freetype-2.8.1/objs/.libs/pcf.o /isthmus/tmp/freetype-2.8.1/objs/.libs/bdf.o /isthmus/tmp/freetype-2.8.1/objs/.libs/sfnt.o /isthmus/tmp/freetype-2.8.1/objs/.libs/autofit.o /isthmus/tmp/freetype-2.8.1/objs/.libs/pshinter.o /isthmus/tmp/freetype-2.8.1/objs/.libs/raster.o /isthmus/tmp/freetype-2.8.1/objs/.libs/smooth.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftcache.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftgzip.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftlzw.o /isthmus/tmp/freetype-2.8.1/objs/.libs/ftbzip2.o /isthmus/tmp/freetype-2.8.1/objs/.libs/psaux.o /isthmus/tmp/freetype-2.8.1/objs/.libs/psnames.o      -Wl,-soname -Wl,libfreetype.so.6 -Wl,-version-script -Wl,/isthmus/tmp/freetype-2.8.1/objs/.libs/libfreetype.ver -o /isthmus/tmp/freetype-2.8.1/objs/.libs/libfreetype.so.6.15.0
libtool: link: (cd "/isthmus/tmp/freetype-2.8.1/objs/.libs" && rm -f "libfreetype.so.6" && ln -s "libfreetype.so.6.15.0" "libfreetype.so.6")
libtool: link: (cd "/isthmus/tmp/freetype-2.8.1/objs/.libs" && rm -f "libfreetype.so" && ln -s "libfreetype.so.6.15.0" "libfreetype.so")
libtool: link: ar cru /isthmus/tmp/freetype-2.8.1/objs/.libs/libfreetype.a  /isthmus/tmp/freetype-2.8.1/objs/ftsystem.o /isthmus/tmp/freetype-2.8.1/objs/ftdebug.o /isthmus/tmp/freetype-2.8.1/objs/ftinit.o /isthmus/tmp/freetype-2.8.1/objs/ftbase.o /isthmus/tmp/freetype-2.8.1/objs/ftbbox.o /isthmus/tmp/freetype-2.8.1/objs/ftbdf.o /isthmus/tmp/freetype-2.8.1/objs/ftbitmap.o /isthmus/tmp/freetype-2.8.1/objs/ftcid.o /isthmus/tmp/freetype-2.8.1/objs/ftfntfmt.o /isthmus/tmp/freetype-2.8.1/objs/ftfstype.o /isthmus/tmp/freetype-2.8.1/objs/ftgasp.o /isthmus/tmp/freetype-2.8.1/objs/ftglyph.o /isthmus/tmp/freetype-2.8.1/objs/ftgxval.o /isthmus/tmp/freetype-2.8.1/objs/ftlcdfil.o /isthmus/tmp/freetype-2.8.1/objs/ftmm.o /isthmus/tmp/freetype-2.8.1/objs/ftotval.o /isthmus/tmp/freetype-2.8.1/objs/ftpatent.o /isthmus/tmp/freetype-2.8.1/objs/ftpfr.o /isthmus/tmp/freetype-2.8.1/objs/ftstroke.o /isthmus/tmp/freetype-2.8.1/objs/ftsynth.o /isthmus/tmp/freetype-2.8.1/objs/fttype1.o /isthmus/tmp/freetype-2.8.1/objs/ftwinfnt.o /isthmus/tmp/freetype-2.8.1/objs/truetype.o /isthmus/tmp/freetype-2.8.1/objs/type1.o /isthmus/tmp/freetype-2.8.1/objs/cff.o /isthmus/tmp/freetype-2.8.1/objs/type1cid.o /isthmus/tmp/freetype-2.8.1/objs/pfr.o /isthmus/tmp/freetype-2.8.1/objs/type42.o /isthmus/tmp/freetype-2.8.1/objs/winfnt.o /isthmus/tmp/freetype-2.8.1/objs/pcf.o /isthmus/tmp/freetype-2.8.1/objs/bdf.o /isthmus/tmp/freetype-2.8.1/objs/sfnt.o /isthmus/tmp/freetype-2.8.1/objs/autofit.o /isthmus/tmp/freetype-2.8.1/objs/pshinter.o /isthmus/tmp/freetype-2.8.1/objs/raster.o /isthmus/tmp/freetype-2.8.1/objs/smooth.o /isthmus/tmp/freetype-2.8.1/objs/ftcache.o /isthmus/tmp/freetype-2.8.1/objs/ftgzip.o /isthmus/tmp/freetype-2.8.1/objs/ftlzw.o /isthmus/tmp/freetype-2.8.1/objs/ftbzip2.o /isthmus/tmp/freetype-2.8.1/objs/psaux.o /isthmus/tmp/freetype-2.8.1/objs/psnames.o
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib /isthmus/tmp/freetype-2.8.1/objs/.libs/libfreetype.a
libtool: link: ( cd "/isthmus/tmp/freetype-2.8.1/objs/.libs" && rm -f "libfreetype.la" && ln -s "../libfreetype.la" "libfreetype.la" )
rm -f builds/unix/freetype-config builds/unix/freetype-config.tmp
sed -e 's|%LIBSSTATIC_CONFIG%|-lfreetype|'   \
    -e 's|%PKG_CONFIG%|/usr/bin/pkg-config|'                 \
    -e 's|%build_libtool_libs%||' \
    -e 's|%exec_prefix%|/usr|'               \
    -e 's|%ft_version%|21.0.15|'                 \
    -e 's|%includedir%|/usr/include|'                 \
    -e 's|%libdir%|/usr/lib|'                         \
    -e 's|%prefix%|/usr|'                         \
    /isthmus/tmp/freetype-2.8.1/builds/unix/freetype-config.in                                                 \
    > builds/unix/freetype-config.tmp
chmod +x builds/unix/freetype-config.tmp
chmod go-w builds/unix/freetype-config.tmp
mv builds/unix/freetype-config.tmp builds/unix/freetype-config
rm -f builds/unix/freetype2.pc builds/unix/freetype2.pc.tmp
sed -e 's|%REQUIRES_PRIVATE%||'     \
    -e 's|%LIBS_PRIVATE%||'             \
    -e 's|%build_libtool_libs%||' \
    -e 's|%exec_prefix%|/usr|'             \
    -e 's|%ft_version%|21.0.15|'                 \
    -e 's|%includedir%|/usr/include|'               \
    -e 's|%libdir%|/usr/lib|'                       \
    -e 's|%prefix%|/usr|'                       \
    /isthmus/tmp/freetype-2.8.1/builds/unix/freetype2.in                                                 \
    > builds/unix/freetype2.pc.tmp
chmod a-w builds/unix/freetype2.pc.tmp
mv builds/unix/freetype2.pc.tmp builds/unix/freetype2.pc
rm -rf /tmp/tmp.JnphHE/usr/include/freetype2
rm -f /tmp/tmp.JnphHE/usr/include/ft2build.h
/isthmus/tmp/freetype-2.8.1/builds/unix/./install-sh -c -d /tmp/tmp.JnphHE/usr/lib                               \
                         /tmp/tmp.JnphHE/usr/lib/pkgconfig                     \
                         /tmp/tmp.JnphHE/usr/include/freetype2/freetype/config \
                         /tmp/tmp.JnphHE/usr/bin                               \
                         /tmp/tmp.JnphHE/usr/share/aclocal                      \
                         /tmp/tmp.JnphHE/usr/share/man/man1
./builds/unix/libtool --mode=install /bin/install -c                             \
                                  /isthmus/tmp/freetype-2.8.1/objs/libfreetype.la /tmp/tmp.JnphHE/usr/lib
libtool: install: /bin/install -c /isthmus/tmp/freetype-2.8.1/objs/.libs/libfreetype.so.6.15.0 /tmp/tmp.JnphHE/usr/lib/libfreetype.so.6.15.0
libtool: install: (cd /tmp/tmp.JnphHE/usr/lib && { ln -s -f libfreetype.so.6.15.0 libfreetype.so.6 || { rm -f libfreetype.so.6 && ln -s libfreetype.so.6.15.0 libfreetype.so.6; }; })
libtool: install: (cd /tmp/tmp.JnphHE/usr/lib && { ln -s -f libfreetype.so.6.15.0 libfreetype.so || { rm -f libfreetype.so && ln -s libfreetype.so.6.15.0 libfreetype.so; }; })
libtool: install: /bin/install -c /isthmus/tmp/freetype-2.8.1/objs/.libs/libfreetype.lai /tmp/tmp.JnphHE/usr/lib/libfreetype.la
libtool: install: /bin/install -c /isthmus/tmp/freetype-2.8.1/objs/.libs/libfreetype.a /tmp/tmp.JnphHE/usr/lib/libfreetype.a
libtool: install: chmod 644 /tmp/tmp.JnphHE/usr/lib/libfreetype.a
libtool: install: ranlib /tmp/tmp.JnphHE/usr/lib/libfreetype.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
for P in /isthmus/tmp/freetype-2.8.1/include/freetype/ftimage.h /isthmus/tmp/freetype-2.8.1/include/freetype/fttrigon.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftincrem.h /isthmus/tmp/freetype-2.8.1/include/freetype/ttunpat.h /isthmus/tmp/freetype-2.8.1/include/freetype/tttags.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftsnames.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftgxval.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftgasp.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftmoderr.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftttdrv.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftbbox.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftadvanc.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftautoh.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftotval.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftcffdrv.h /isthmus/tmp/freetype-2.8.1/include/freetype/freetype.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftwinfnt.h /isthmus/tmp/freetype-2.8.1/include/freetype/fttypes.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftmac.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftgzip.h /isthmus/tmp/freetype-2.8.1/include/freetype/ttnameid.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftcache.h /isthmus/tmp/freetype-2.8.1/include/freetype/fterrdef.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftbdf.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftchapters.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftlist.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftbzip2.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftoutln.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftmm.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftrender.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftsizes.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftpfr.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftlcdfil.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftsynth.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftfntfmt.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftsystem.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftmodapi.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftbitmap.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftglyph.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftpcfdrv.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftlzw.h /isthmus/tmp/freetype-2.8.1/include/freetype/fterrors.h /isthmus/tmp/freetype-2.8.1/include/freetype/t1tables.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftstroke.h /isthmus/tmp/freetype-2.8.1/include/freetype/ftcid.h /isthmus/tmp/freetype-2.8.1/include/freetype/tttables.h ; do                           \
          /bin/install -c -m 644                                    \
            $P /tmp/tmp.JnphHE/usr/include/freetype2/freetype ; \
        done
for P in /isthmus/tmp/freetype-2.8.1/include/freetype/config/ftheader.h /isthmus/tmp/freetype-2.8.1/include/freetype/config/ftoption.h /isthmus/tmp/freetype-2.8.1/include/freetype/config/ftmodule.h /isthmus/tmp/freetype-2.8.1/include/freetype/config/ftconfig.h /isthmus/tmp/freetype-2.8.1/include/freetype/config/ftstdlib.h  /isthmus/tmp/freetype-2.8.1/objs/ftmodule.h  ; do                                  \
          /bin/install -c -m 644                                           \
            $P /tmp/tmp.JnphHE/usr/include/freetype2/freetype/config ; \
        done
/bin/install -c -m 644 /isthmus/tmp/freetype-2.8.1/include/ft2build.h  \
          /tmp/tmp.JnphHE/usr/include/freetype2/ft2build.h
/bin/install -c -m 644 ./builds/unix/ftconfig.h                        \
          /tmp/tmp.JnphHE/usr/include/freetype2/freetype/config/ftconfig.h
/bin/install -c -m 644 /isthmus/tmp/freetype-2.8.1/objs/ftmodule.h                          \
          /tmp/tmp.JnphHE/usr/include/freetype2/freetype/config/ftmodule.h
/bin/install -c -m 755 ./builds/unix/freetype-config \
          /tmp/tmp.JnphHE/usr/bin/freetype-config
/bin/install -c -m 644 ./builds/unix/freetype2.m4 \
          /tmp/tmp.JnphHE/usr/share/aclocal/freetype2.m4
/bin/install -c -m 644 ./builds/unix/freetype2.pc \
          /tmp/tmp.JnphHE/usr/lib/pkgconfig/freetype2.pc
/bin/install -c -m 644 /isthmus/tmp/freetype-2.8.1/docs/freetype-config.1 \
          /tmp/tmp.JnphHE/usr/share/man/man1/freetype-config.1