------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=6.5 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- ===> The following configuration options are available for silgraphite-2.3.1_4: FREETYPE=on: TrueType font rendering support ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- PKG_CONFIG=pkgconf XDG_DATA_HOME=/construction/graphics/silgraphite XDG_CONFIG_HOME=/construction/graphics/silgraphite XDG_CACHE_HOME=/construction/graphics/silgraphite/.cache HOME=/construction/graphics/silgraphite TMPDIR="/tmp" PATH=/construction/graphics/silgraphite/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/graphics/silgraphite/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 CONFIG_SITE=/xports/Templates/config.site lt_cv_sys_max_cmd_len=262144 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- --without-xft --without-pangographite --with-freetype --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/graphics/silgraphite XDG_CONFIG_HOME=/construction/graphics/silgraphite XDG_CACHE_HOME=/construction/graphics/silgraphite/.cache HOME=/construction/graphics/silgraphite TMPDIR="/tmp" PATH=/construction/graphics/silgraphite/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/graphics/silgraphite/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-DLIBICONV_PLUG" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/graphics/silgraphite/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- FREETYPE="" NO_FREETYPE="@comment " OSREL=6.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/silgraphite" EXAMPLESDIR="share/examples/silgraphite" DATADIR="share/silgraphite" WWWDIR="www/silgraphite" ETCDIR="etc/silgraphite" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- FREETYPE="" NO_FREETYPE="@comment " PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/silgraphite DOCSDIR=/usr/local/share/doc/silgraphite EXAMPLESDIR=/usr/local/share/examples/silgraphite WWWDIR=/usr/local/www/silgraphite ETCDIR=/usr/local/etc/silgraphite SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes DFLY_STING_XFAIL=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_COMPRESSION_FORMAT=.tgz DEVELOPER=1 WITH_CCACHE_BUILD=yes CCACHE_DIR=/ccache UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=600503 OSVERSION=9999999 OSREL=6.5 _OSRELEASE=6.5-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=13 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/pkgconf-1.8.1,1.pkg Installing /packages/All/ccache-3.7.12_4.pkg Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for gcc create symlink for gcc (world) create symlink for g++ create symlink for g++ (world) ===== Message from ccache-3.7.12_4: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. Installing /packages/All/brotli-1.0.9,1.pkg Installing /packages/All/png-1.6.39.pkg Installing /packages/All/freetype2-2.12.1_2.pkg ===== Message from freetype2-2.12.1_2: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> silgraphite-2.3.1_4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> silgraphite-2.3.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by silgraphite-2.3.1_4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> silgraphite-2.3.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by silgraphite-2.3.1_4 for building => SHA256 Checksum OK for silgraphite-2.3.1.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> silgraphite-2.3.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by silgraphite-2.3.1_4 for building ===> Extracting for silgraphite-2.3.1_4 => SHA256 Checksum OK for silgraphite-2.3.1.tar.gz. Extracted Memory Use: 11.66M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for silgraphite-2.3.1_4 ===> Applying ports patches for silgraphite-2.3.1_4 from /xports/graphics/silgraphite/files SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> silgraphite-2.3.1_4 depends on package: pkgconf>=1.3.0_1 - found ===> silgraphite-2.3.1_4 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> silgraphite-2.3.1_4 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> silgraphite-2.3.1_4 depends on package: pkgconf>=1.3.0_1 - found ===> silgraphite-2.3.1_4 depends on file: /usr/local/bin/ccache - found ===> silgraphite-2.3.1_4 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> Configuring for silgraphite-2.3.1_4 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile === configuring in engine (/construction/graphics/silgraphite/silgraphite-2.3.1/engine) configure: running /bin/sh ./configure '--prefix=/usr/local' '--without-xft' '--without-pangographite' '--with-freetype' '--localstatedir=/var' '--mandir=/usr/local/man' '--infodir=/usr/local/share/info/' '--build=x86_64-portbld-dragonfly6.5' 'build_alias=x86_64-portbld-dragonfly6.5' --cache-file=/dev/null --srcdir=. configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-portbld-dragonfly6.5 checking host system type... x86_64-portbld-dragonfly6.5 checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/bin/install -c checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly6.5 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 gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... (cached) gcc3 checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly6.5 ld.so checking how to hardcode library paths into programs... immediate checking for lsb_release... no checking for ANSI C header files... (cached) yes checking for size_t... (cached) yes checking for wchar_t... (cached) yes checking size of wchar_t... 4 checking for fabsf... yes checking if already have REL_CODENAME... no checking if have lsb_release... no configure: creating ./config.status config.status: creating Makefile config.status: creating silgraphite.pc config.status: creating silgraphite-uninstalled.pc config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating test/RegressionTest/Makefile config.status: creating test/ProfileHarness/Makefile config.status: executing depfiles commands config.status: executing libtool commands === configuring in wrappers (/construction/graphics/silgraphite/silgraphite-2.3.1/wrappers) configure: running /bin/sh ./configure '--prefix=/usr/local' '--without-xft' '--without-pangographite' '--with-freetype' '--localstatedir=/var' '--mandir=/usr/local/man' '--infodir=/usr/local/share/info/' '--build=x86_64-portbld-dragonfly6.5' 'build_alias=x86_64-portbld-dragonfly6.5' --cache-file=/dev/null --srcdir=. configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for pkg-config... pkgconf checking pkg-config is at least version 0.9.0... yes checking for GR2... yes checking whether to build backend freetype... yes configure: Entering freetype to configure (/construction/graphics/silgraphite/silgraphite-2.3.1/wrappers/freetype) configure: creating ./config.status === configuring in freetype (/construction/graphics/silgraphite/silgraphite-2.3.1/wrappers/freetype) configure: running /bin/sh ./configure '--prefix=/usr/local' '--without-xft' '--without-pangographite' '--with-freetype' '--localstatedir=/var' '--mandir=/usr/local/man' '--infodir=/usr/local/share/info/' '--build=x86_64-portbld-dragonfly6.5' 'build_alias=x86_64-portbld-dragonfly6.5' 'PKG_CONFIG=pkgconf' --cache-file=/dev/null --srcdir=. configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... no checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking build system type... x86_64-portbld-dragonfly6.5 checking host system type... x86_64-portbld-dragonfly6.5 checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for dlfcn.h... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... (cached) gcc3 checking how to run the C++ preprocessor... c++ -E checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly6.5 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 ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly6.5 ld.so checking how to hardcode library paths into programs... immediate checking pkg-config is at least version 0.9.0... yes checking for FT2... yes checking for GR2... yes checking for ANSI C header files... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating silgraphite-ft.pc config.status: creating silgraphite-ft-uninstalled.pc config.status: executing depfiles commands config.status: executing libtool commands configure: Leaving freetype finshed configure (/construction/graphics/silgraphite/silgraphite-2.3.1/wrappers/freetype) checking whether to build backend xft... no checking whether to build backend pangographite... no configure: creating ./config.status config.status: creating Makefile SUCCEEDED 00:00:23 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for silgraphite-2.3.1_4 --- all-recursive --- Making all in engine --- all-recursive --- Making all in src --- Debug.lo --- --- Util.lo --- --- Font.lo --- --- TtfUtil.lo --- --- FileFont.lo --- --- FileInput.lo --- --- FontCache.lo --- --- FontFace.lo --- --- GrCharStream.lo --- --- GrClassTable.lo --- --- GrEngine.lo --- --- GrFeature.lo --- --- GrFSM.lo --- --- Debug.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Debug.lo -MD -MP -MF .deps/Debug.Tpo -c -o Debug.lo `test -f '../src/generic/Debug.cpp' || echo './'`../src/generic/Debug.cpp --- Util.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Util.lo -MD -MP -MF .deps/Util.Tpo -c -o Util.lo `test -f '../src/generic/Util.cpp' || echo './'`../src/generic/Util.cpp --- Font.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Font.lo -MD -MP -MF .deps/Font.Tpo -c -o Font.lo `test -f '../src/font/Font.cpp' || echo './'`../src/font/Font.cpp --- TtfUtil.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TtfUtil.lo -MD -MP -MF .deps/TtfUtil.Tpo -c -o TtfUtil.lo `test -f '../src/font/TtfUtil.cpp' || echo './'`../src/font/TtfUtil.cpp --- FileFont.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FileFont.lo -MD -MP -MF .deps/FileFont.Tpo -c -o FileFont.lo `test -f '../src/font/FileFont.cpp' || echo './'`../src/font/FileFont.cpp --- FileInput.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FileInput.lo -MD -MP -MF .deps/FileInput.Tpo -c -o FileInput.lo `test -f '../src/segment/FileInput.cpp' || echo './'`../src/segment/FileInput.cpp --- FontCache.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FontCache.lo -MD -MP -MF .deps/FontCache.Tpo -c -o FontCache.lo `test -f '../src/segment/FontCache.cpp' || echo './'`../src/segment/FontCache.cpp --- FontFace.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FontFace.lo -MD -MP -MF .deps/FontFace.Tpo -c -o FontFace.lo `test -f '../src/segment/FontFace.cpp' || echo './'`../src/segment/FontFace.cpp --- GrCharStream.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrCharStream.lo -MD -MP -MF .deps/GrCharStream.Tpo -c -o GrCharStream.lo `test -f '../src/segment/GrCharStream.cpp' || echo './'`../src/segment/GrCharStream.cpp --- GrClassTable.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrClassTable.lo -MD -MP -MF .deps/GrClassTable.Tpo -c -o GrClassTable.lo `test -f '../src/segment/GrClassTable.cpp' || echo './'`../src/segment/GrClassTable.cpp --- GrEngine.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrEngine.lo -MD -MP -MF .deps/GrEngine.Tpo -c -o GrEngine.lo `test -f '../src/segment/GrEngine.cpp' || echo './'`../src/segment/GrEngine.cpp --- GrFeature.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrFeature.lo -MD -MP -MF .deps/GrFeature.Tpo -c -o GrFeature.lo `test -f '../src/segment/GrFeature.cpp' || echo './'`../src/segment/GrFeature.cpp --- GrFSM.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrFSM.lo -MD -MP -MF .deps/GrFSM.Tpo -c -o GrFSM.lo `test -f '../src/segment/GrFSM.cpp' || echo './'`../src/segment/GrFSM.cpp --- FileInput.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FileInput.lo -MD -MP -MF .deps/FileInput.Tpo -c ../src/segment/FileInput.cpp -fPIC -DPIC -o .libs/FileInput.o --- GrFeature.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrFeature.lo -MD -MP -MF .deps/GrFeature.Tpo -c ../src/segment/GrFeature.cpp -fPIC -DPIC -o .libs/GrFeature.o --- FontFace.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FontFace.lo -MD -MP -MF .deps/FontFace.Tpo -c ../src/segment/FontFace.cpp -fPIC -DPIC -o .libs/FontFace.o --- Util.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Util.lo -MD -MP -MF .deps/Util.Tpo -c ../src/generic/Util.cpp -fPIC -DPIC -o .libs/Util.o --- GrFeature.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrFeature.lo -MD -MP -MF .deps/GrFeature.Tpo -c ../src/segment/GrFeature.cpp -o GrFeature.o >/dev/null 2>&1 --- Font.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Font.lo -MD -MP -MF .deps/Font.Tpo -c ../src/font/Font.cpp -fPIC -DPIC -o .libs/Font.o --- FontCache.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FontCache.lo -MD -MP -MF .deps/FontCache.Tpo -c ../src/segment/FontCache.cpp -fPIC -DPIC -o .libs/FontCache.o --- Util.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Util.lo -MD -MP -MF .deps/Util.Tpo -c ../src/generic/Util.cpp -o Util.o >/dev/null 2>&1 --- FontFace.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FontFace.lo -MD -MP -MF .deps/FontFace.Tpo -c ../src/segment/FontFace.cpp -o FontFace.o >/dev/null 2>&1 --- TtfUtil.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TtfUtil.lo -MD -MP -MF .deps/TtfUtil.Tpo -c ../src/font/TtfUtil.cpp -fPIC -DPIC -o .libs/TtfUtil.o --- FontCache.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FontCache.lo -MD -MP -MF .deps/FontCache.Tpo -c ../src/segment/FontCache.cpp -o FontCache.o >/dev/null 2>&1 --- Util.lo --- mv -f .deps/Util.Tpo .deps/Util.Plo --- GrGlyphTable.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrGlyphTable.lo -MD -MP -MF .deps/GrGlyphTable.Tpo -c -o GrGlyphTable.lo `test -f '../src/segment/GrGlyphTable.cpp' || echo './'`../src/segment/GrGlyphTable.cpp --- FontFace.lo --- mv -f .deps/FontFace.Tpo .deps/FontFace.Plo --- GrPassActionCode.lo --- --- GrFSM.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrFSM.lo -MD -MP -MF .deps/GrFSM.Tpo -c ../src/segment/GrFSM.cpp -fPIC -DPIC -o .libs/GrFSM.o --- GrPassActionCode.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrPassActionCode.lo -MD -MP -MF .deps/GrPassActionCode.Tpo -c -o GrPassActionCode.lo `test -f '../src/segment/GrPassActionCode.cpp' || echo './'`../src/segment/GrPassActionCode.cpp --- GrEngine.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrEngine.lo -MD -MP -MF .deps/GrEngine.Tpo -c ../src/segment/GrEngine.cpp -fPIC -DPIC -o .libs/GrEngine.o --- TtfUtil.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TtfUtil.lo -MD -MP -MF .deps/TtfUtil.Tpo -c ../src/font/TtfUtil.cpp -o TtfUtil.o >/dev/null 2>&1 --- FontCache.lo --- mv -f .deps/FontCache.Tpo .deps/FontCache.Plo --- GrPass.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrPass.lo -MD -MP -MF .deps/GrPass.Tpo -c -o GrPass.lo `test -f '../src/segment/GrPass.cpp' || echo './'`../src/segment/GrPass.cpp --- GrEngine.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrEngine.lo -MD -MP -MF .deps/GrEngine.Tpo -c ../src/segment/GrEngine.cpp -o GrEngine.o >/dev/null 2>&1 --- TtfUtil.lo --- mv -f .deps/TtfUtil.Tpo .deps/TtfUtil.Plo --- GrSlotState.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrSlotState.lo -MD -MP -MF .deps/GrSlotState.Tpo -c -o GrSlotState.lo `test -f '../src/segment/GrSlotState.cpp' || echo './'`../src/segment/GrSlotState.cpp --- GrFSM.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrFSM.lo -MD -MP -MF .deps/GrFSM.Tpo -c ../src/segment/GrFSM.cpp -o GrFSM.o >/dev/null 2>&1 --- GrGlyphTable.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrGlyphTable.lo -MD -MP -MF .deps/GrGlyphTable.Tpo -c ../src/segment/GrGlyphTable.cpp -fPIC -DPIC -o .libs/GrGlyphTable.o --- Debug.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Debug.lo -MD -MP -MF .deps/Debug.Tpo -c ../src/generic/Debug.cpp -fPIC -DPIC -o .libs/Debug.o --- GrGlyphTable.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrGlyphTable.lo -MD -MP -MF .deps/GrGlyphTable.Tpo -c ../src/segment/GrGlyphTable.cpp -o GrGlyphTable.o >/dev/null 2>&1 --- GrFSM.lo --- mv -f .deps/GrFSM.Tpo .deps/GrFSM.Plo --- GrSlotStream.lo --- --- GrPass.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrPass.lo -MD -MP -MF .deps/GrPass.Tpo -c ../src/segment/GrPass.cpp -fPIC -DPIC -o .libs/GrPass.o --- GrSlotStream.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrSlotStream.lo -MD -MP -MF .deps/GrSlotStream.Tpo -c -o GrSlotStream.lo `test -f '../src/segment/GrSlotStream.cpp' || echo './'`../src/segment/GrSlotStream.cpp --- GrSlotState.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrSlotState.lo -MD -MP -MF .deps/GrSlotState.Tpo -c ../src/segment/GrSlotState.cpp -fPIC -DPIC -o .libs/GrSlotState.o --- GrFeature.lo --- mv -f .deps/GrFeature.Tpo .deps/GrFeature.Plo --- GrCharStream.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrCharStream.lo -MD -MP -MF .deps/GrCharStream.Tpo -c ../src/segment/GrCharStream.cpp -fPIC -DPIC -o .libs/GrCharStream.o --- GrTableManager.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrTableManager.lo -MD -MP -MF .deps/GrTableManager.Tpo -c -o GrTableManager.lo `test -f '../src/segment/GrTableManager.cpp' || echo './'`../src/segment/GrTableManager.cpp --- GrPass.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrPass.lo -MD -MP -MF .deps/GrPass.Tpo -c ../src/segment/GrPass.cpp -o GrPass.o >/dev/null 2>&1 --- GrSlotState.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrSlotState.lo -MD -MP -MF .deps/GrSlotState.Tpo -c ../src/segment/GrSlotState.cpp -o GrSlotState.o >/dev/null 2>&1 --- GrPass.lo --- mv -f .deps/GrPass.Tpo .deps/GrPass.Plo --- MemoryUsage.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT MemoryUsage.lo -MD -MP -MF .deps/MemoryUsage.Tpo -c -o MemoryUsage.lo `test -f '../src/segment/MemoryUsage.cpp' || echo './'`../src/segment/MemoryUsage.cpp --- GrSlotState.lo --- mv -f .deps/GrSlotState.Tpo .deps/GrSlotState.Plo --- Platform.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Platform.lo -MD -MP -MF .deps/Platform.Tpo -c -o Platform.lo `test -f '../src/segment/Platform.cpp' || echo './'`../src/segment/Platform.cpp --- GrClassTable.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrClassTable.lo -MD -MP -MF .deps/GrClassTable.Tpo -c ../src/segment/GrClassTable.cpp -fPIC -DPIC -o .libs/GrClassTable.o --- GrCharStream.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrCharStream.lo -MD -MP -MF .deps/GrCharStream.Tpo -c ../src/segment/GrCharStream.cpp -o GrCharStream.o >/dev/null 2>&1 --- Font.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Font.lo -MD -MP -MF .deps/Font.Tpo -c ../src/font/Font.cpp -o Font.o >/dev/null 2>&1 --- Debug.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Debug.lo -MD -MP -MF .deps/Debug.Tpo -c ../src/generic/Debug.cpp -o Debug.o >/dev/null 2>&1 --- GrClassTable.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrClassTable.lo -MD -MP -MF .deps/GrClassTable.Tpo -c ../src/segment/GrClassTable.cpp -o GrClassTable.o >/dev/null 2>&1 --- GrTableManager.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrTableManager.lo -MD -MP -MF .deps/GrTableManager.Tpo -c ../src/segment/GrTableManager.cpp -fPIC -DPIC -o .libs/GrTableManager.o --- Debug.lo --- mv -f .deps/Debug.Tpo .deps/Debug.Plo --- SegmentAux.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT SegmentAux.lo -MD -MP -MF .deps/SegmentAux.Tpo -c -o SegmentAux.lo `test -f '../src/segment/SegmentAux.cpp' || echo './'`../src/segment/SegmentAux.cpp --- GrSlotStream.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrSlotStream.lo -MD -MP -MF .deps/GrSlotStream.Tpo -c ../src/segment/GrSlotStream.cpp -fPIC -DPIC -o .libs/GrSlotStream.o --- GrTableManager.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrTableManager.lo -MD -MP -MF .deps/GrTableManager.Tpo -c ../src/segment/GrTableManager.cpp -o GrTableManager.o >/dev/null 2>&1 --- GrClassTable.lo --- mv -f .deps/GrClassTable.Tpo .deps/GrClassTable.Plo --- Font.lo --- mv -f .deps/Font.Tpo .deps/Font.Plo --- Segment.lo --- --- Platform.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Platform.lo -MD -MP -MF .deps/Platform.Tpo -c ../src/segment/Platform.cpp -fPIC -DPIC -o .libs/Platform.o --- TestFSM.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TestFSM.lo -MD -MP -MF .deps/TestFSM.Tpo -c -o TestFSM.lo `test -f '../src/segment/TestFSM.cpp' || echo './'`../src/segment/TestFSM.cpp --- GrSlotStream.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrSlotStream.lo -MD -MP -MF .deps/GrSlotStream.Tpo -c ../src/segment/GrSlotStream.cpp -o GrSlotStream.o >/dev/null 2>&1 --- Segment.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Segment.lo -MD -MP -MF .deps/Segment.Tpo -c -o Segment.lo `test -f '../src/segment/Segment.cpp' || echo './'`../src/segment/Segment.cpp --- GrTableManager.lo --- mv -f .deps/GrTableManager.Tpo .deps/GrTableManager.Plo --- TestPasses.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TestPasses.lo -MD -MP -MF .deps/TestPasses.Tpo -c -o TestPasses.lo `test -f '../src/segment/TestPasses.cpp' || echo './'`../src/segment/TestPasses.cpp --- GrGlyphTable.lo --- mv -f .deps/GrGlyphTable.Tpo .deps/GrGlyphTable.Plo --- TransductionLog.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TransductionLog.lo -MD -MP -MF .deps/TransductionLog.Tpo -c -o TransductionLog.lo `test -f '../src/segment/TransductionLog.cpp' || echo './'`../src/segment/TransductionLog.cpp --- Platform.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Platform.lo -MD -MP -MF .deps/Platform.Tpo -c ../src/segment/Platform.cpp -o Platform.o >/dev/null 2>&1 --- SegmentAux.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT SegmentAux.lo -MD -MP -MF .deps/SegmentAux.Tpo -c ../src/segment/SegmentAux.cpp -fPIC -DPIC -o .libs/SegmentAux.o --- Platform.lo --- mv -f .deps/Platform.Tpo .deps/Platform.Plo --- SegmentPainter.lo --- /bin/sh ../libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT SegmentPainter.lo -MD -MP -MF .deps/SegmentPainter.Tpo -c -o SegmentPainter.lo `test -f '../src/painter/SegmentPainter.cpp' || echo './'`../src/painter/SegmentPainter.cpp --- Segment.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Segment.lo -MD -MP -MF .deps/Segment.Tpo -c ../src/segment/Segment.cpp -fPIC -DPIC -o .libs/Segment.o --- TransductionLog.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TransductionLog.lo -MD -MP -MF .deps/TransductionLog.Tpo -c ../src/segment/TransductionLog.cpp -fPIC -DPIC -o .libs/TransductionLog.o --- SegmentAux.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT SegmentAux.lo -MD -MP -MF .deps/SegmentAux.Tpo -c ../src/segment/SegmentAux.cpp -o SegmentAux.o >/dev/null 2>&1 --- Segment.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT Segment.lo -MD -MP -MF .deps/Segment.Tpo -c ../src/segment/Segment.cpp -o Segment.o >/dev/null 2>&1 --- TestFSM.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TestFSM.lo -MD -MP -MF .deps/TestFSM.Tpo -c ../src/segment/TestFSM.cpp -fPIC -DPIC -o .libs/TestFSM.o --- TestPasses.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TestPasses.lo -MD -MP -MF .deps/TestPasses.Tpo -c ../src/segment/TestPasses.cpp -fPIC -DPIC -o .libs/TestPasses.o --- MemoryUsage.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT MemoryUsage.lo -MD -MP -MF .deps/MemoryUsage.Tpo -c ../src/segment/MemoryUsage.cpp -fPIC -DPIC -o .libs/MemoryUsage.o --- TransductionLog.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TransductionLog.lo -MD -MP -MF .deps/TransductionLog.Tpo -c ../src/segment/TransductionLog.cpp -o TransductionLog.o >/dev/null 2>&1 --- SegmentPainter.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT SegmentPainter.lo -MD -MP -MF .deps/SegmentPainter.Tpo -c ../src/painter/SegmentPainter.cpp -fPIC -DPIC -o .libs/SegmentPainter.o --- TransductionLog.lo --- mv -f .deps/TransductionLog.Tpo .deps/TransductionLog.Plo --- TestFSM.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TestFSM.lo -MD -MP -MF .deps/TestFSM.Tpo -c ../src/segment/TestFSM.cpp -o TestFSM.o >/dev/null 2>&1 --- TestPasses.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TestPasses.lo -MD -MP -MF .deps/TestPasses.Tpo -c ../src/segment/TestPasses.cpp -o TestPasses.o >/dev/null 2>&1 mv -f .deps/TestPasses.Tpo .deps/TestPasses.Plo --- SegmentPainter.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT SegmentPainter.lo -MD -MP -MF .deps/SegmentPainter.Tpo -c ../src/painter/SegmentPainter.cpp -o SegmentPainter.o >/dev/null 2>&1 --- MemoryUsage.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT MemoryUsage.lo -MD -MP -MF .deps/MemoryUsage.Tpo -c ../src/segment/MemoryUsage.cpp -o MemoryUsage.o >/dev/null 2>&1 --- TestFSM.lo --- mv -f .deps/TestFSM.Tpo .deps/TestFSM.Plo --- MemoryUsage.lo --- mv -f .deps/MemoryUsage.Tpo .deps/MemoryUsage.Plo --- SegmentAux.lo --- mv -f .deps/SegmentAux.Tpo .deps/SegmentAux.Plo --- GrCharStream.lo --- mv -f .deps/GrCharStream.Tpo .deps/GrCharStream.Plo --- FileInput.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FileInput.lo -MD -MP -MF .deps/FileInput.Tpo -c ../src/segment/FileInput.cpp -o FileInput.o >/dev/null 2>&1 mv -f .deps/FileInput.Tpo .deps/FileInput.Plo --- SegmentPainter.lo --- mv -f .deps/SegmentPainter.Tpo .deps/SegmentPainter.Plo --- GrEngine.lo --- mv -f .deps/GrEngine.Tpo .deps/GrEngine.Plo --- GrSlotStream.lo --- mv -f .deps/GrSlotStream.Tpo .deps/GrSlotStream.Plo --- FileFont.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FileFont.lo -MD -MP -MF .deps/FileFont.Tpo -c ../src/font/FileFont.cpp -fPIC -DPIC -o .libs/FileFont.o libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT FileFont.lo -MD -MP -MF .deps/FileFont.Tpo -c ../src/font/FileFont.cpp -o FileFont.o >/dev/null 2>&1 mv -f .deps/FileFont.Tpo .deps/FileFont.Plo --- Segment.lo --- mv -f .deps/Segment.Tpo .deps/Segment.Plo --- GrPassActionCode.lo --- libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrPassActionCode.lo -MD -MP -MF .deps/GrPassActionCode.Tpo -c ../src/segment/GrPassActionCode.cpp -fPIC -DPIC -o .libs/GrPassActionCode.o libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" "-DPACKAGE_STRING=\"silgraphite 2.3.1\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../include/graphite -I../src/generic -I../src/font -I../src/segment -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrPassActionCode.lo -MD -MP -MF .deps/GrPassActionCode.Tpo -c ../src/segment/GrPassActionCode.cpp -o GrPassActionCode.o >/dev/null 2>&1 mv -f .deps/GrPassActionCode.Tpo .deps/GrPassActionCode.Plo --- libgraphite.la --- /bin/sh ../libtool --tag=CXX --mode=link c++ -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -version-info 3:0:0 -o libgraphite.la -rpath /usr/local/lib Debug.lo Util.lo Font.lo TtfUtil.lo FileFont.lo FileInput.lo FontCache.lo FontFace.lo GrCharStream.lo GrClassTable.lo GrEngine.lo GrFeature.lo GrFSM.lo GrGlyphTable.lo GrPassActionCode.lo GrPass.lo GrSlotState.lo GrSlotStream.lo GrTableManager.lo MemoryUsage.lo Platform.lo SegmentAux.lo Segment.lo TestFSM.lo TestPasses.lo TransductionLog.lo SegmentPainter.lo libtool: link: c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/gcc80/crtbeginS.o .libs/Debug.o .libs/Util.o .libs/Font.o .libs/TtfUtil.o .libs/FileFont.o .libs/FileInput.o .libs/FontCache.o .libs/FontFace.o .libs/GrCharStream.o .libs/GrClassTable.o .libs/GrEngine.o .libs/GrFeature.o .libs/GrFSM.o .libs/GrGlyphTable.o .libs/GrPassActionCode.o .libs/GrPass.o .libs/GrSlotState.o .libs/GrSlotStream.o .libs/GrTableManager.o .libs/MemoryUsage.o .libs/Platform.o .libs/SegmentAux.o .libs/Segment.o .libs/TestFSM.o .libs/TestPasses.o .libs/TransductionLog.o .libs/SegmentPainter.o -L/usr/lib/gcc80 -lstdc++ -lm -lc -lgcc -lgcc_pic /usr/lib/gcc80/crtendS.o /usr/lib/crtn.o -Wl,-soname -Wl,libgraphite.so.3 -o .libs/libgraphite.so.3.0.0 libtool: link: (cd ".libs" && rm -f "libgraphite.so.3" && ln -s "libgraphite.so.3.0.0" "libgraphite.so.3") libtool: link: (cd ".libs" && rm -f "libgraphite.so" && ln -s "libgraphite.so.3.0.0" "libgraphite.so") libtool: link: ar cru .libs/libgraphite.a Debug.o Util.o Font.o TtfUtil.o FileFont.o FileInput.o FontCache.o FontFace.o GrCharStream.o GrClassTable.o GrEngine.o GrFeature.o GrFSM.o GrGlyphTable.o GrPassActionCode.o GrPass.o GrSlotState.o GrSlotStream.o GrTableManager.o MemoryUsage.o Platform.o SegmentAux.o Segment.o TestFSM.o TestPasses.o TransductionLog.o SegmentPainter.o /usr/libexec/binutils234/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libgraphite.a libtool: link: ( cd ".libs" && rm -f "libgraphite.la" && ln -s "../libgraphite.la" "libgraphite.la" ) Making all in test --- all-recursive --- Making all in ProfileHarness --- GrUtfTextSrc.o --- --- ProfileHarness.o --- --- GrUtfTextSrc.o --- c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../../include -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrUtfTextSrc.o -MD -MP -MF .deps/GrUtfTextSrc.Tpo -c -o GrUtfTextSrc.o GrUtfTextSrc.cpp --- ProfileHarness.o --- c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../../include -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT ProfileHarness.o -MD -MP -MF .deps/ProfileHarness.Tpo -c -o ProfileHarness.o ProfileHarness.cpp mv -f .deps/ProfileHarness.Tpo .deps/ProfileHarness.Po --- GrUtfTextSrc.o --- mv -f .deps/GrUtfTextSrc.Tpo .deps/GrUtfTextSrc.Po --- profile-graphite --- /bin/sh ../../libtool --tag=CXX --mode=link c++ -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -L../../src -lgraphite -o profile-graphite GrUtfTextSrc.o ProfileHarness.o libtool: link: c++ -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -o .libs/profile-graphite GrUtfTextSrc.o ProfileHarness.o -L/construction/graphics/silgraphite/silgraphite-2.3.1/engine/src /construction/graphics/silgraphite/silgraphite-2.3.1/engine/src/.libs/libgraphite.so -Wl,-rpath -Wl,/usr/local/lib Making all in RegressionTest --- stdafx.o --- --- RegressionTest.o --- --- TestCase.o --- --- SimpleTextSrc.o --- --- GrJustifier.o --- c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../../include/graphite -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT GrJustifier.o -MD -MP -MF .deps/GrJustifier.Tpo -c -o GrJustifier.o GrJustifier.cpp --- stdafx.o --- c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../../include/graphite -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT stdafx.o -MD -MP -MF .deps/stdafx.Tpo -c -o stdafx.o stdafx.cpp --- RegressionTest.o --- c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../../include/graphite -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT RegressionTest.o -MD -MP -MF .deps/RegressionTest.Tpo -c -o RegressionTest.o RegressionTest.cpp --- TestCase.o --- c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../../include/graphite -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT TestCase.o -MD -MP -MF .deps/TestCase.Tpo -c -o TestCase.o TestCase.cpp --- SimpleTextSrc.o --- c++ -DPACKAGE_NAME=\"silgraphite\" -DPACKAGE_TARNAME=\"silgraphite\" -DPACKAGE_VERSION=\"2.3.1\" -DPACKAGE_STRING=\"silgraphite\ 2.3.1\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite\" -DVERSION=\"2.3.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DSIZEOF_WCHAR_T=4 -DHAVE_FABSF=1 -I. -I../../include/graphite -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -MT SimpleTextSrc.o -MD -MP -MF .deps/SimpleTextSrc.Tpo -c -o SimpleTextSrc.o SimpleTextSrc.cpp --- GrJustifier.o --- mv -f .deps/GrJustifier.Tpo .deps/GrJustifier.Po --- stdafx.o --- mv -f .deps/stdafx.Tpo .deps/stdafx.Po --- RegressionTest.o --- mv -f .deps/RegressionTest.Tpo .deps/RegressionTest.Po --- SimpleTextSrc.o --- mv -f .deps/SimpleTextSrc.Tpo .deps/SimpleTextSrc.Po --- TestCase.o --- mv -f .deps/TestCase.Tpo .deps/TestCase.Po --- regression-test --- /bin/sh ../../libtool --tag=CXX --mode=link c++ -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -L../../src -lgraphite -o regression-test stdafx.o RegressionTest.o TestCase.o SimpleTextSrc.o GrJustifier.o libtool: link: c++ -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -DTRACING -O3 -DNDEBUG -o .libs/regression-test stdafx.o RegressionTest.o TestCase.o SimpleTextSrc.o GrJustifier.o -L/construction/graphics/silgraphite/silgraphite-2.3.1/engine/src /construction/graphics/silgraphite/silgraphite-2.3.1/engine/src/.libs/libgraphite.so -Wl,-rpath -Wl,/usr/local/lib Making all in wrappers --- all-recursive --- Making all in freetype --- FreetypeFont.lo --- /bin/sh ./libtool --tag=CXX --mode=compile c++ -DPACKAGE_NAME=\"silgraphite-ft\" -DPACKAGE_TARNAME=\"silgraphite-ft\" -DPACKAGE_VERSION=\"2.2.0\" -DPACKAGE_STRING=\"silgraphite-ft\ 2.2.0\" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite-ft\" -DVERSION=\"2.2.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -I. -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/construction/graphics/silgraphite/silgraphite-2.3.1/engine/include -I./graphite -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -MT FreetypeFont.lo -MD -MP -MF .deps/FreetypeFont.Tpo -c -o FreetypeFont.lo FreetypeFont.cpp libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite-ft\" -DPACKAGE_TARNAME=\"silgraphite-ft\" -DPACKAGE_VERSION=\"2.2.0\" "-DPACKAGE_STRING=\"silgraphite-ft 2.2.0\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite-ft\" -DVERSION=\"2.2.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -I. -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/construction/graphics/silgraphite/silgraphite-2.3.1/engine/include -I./graphite -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -MT FreetypeFont.lo -MD -MP -MF .deps/FreetypeFont.Tpo -c FreetypeFont.cpp -fPIC -DPIC -o .libs/FreetypeFont.o libtool: compile: c++ -DPACKAGE_NAME=\"silgraphite-ft\" -DPACKAGE_TARNAME=\"silgraphite-ft\" -DPACKAGE_VERSION=\"2.2.0\" "-DPACKAGE_STRING=\"silgraphite-ft 2.2.0\"" -DPACKAGE_BUGREPORT=\"silgraphite-devel@lists.sourceforge.net\" -DPACKAGE=\"silgraphite-ft\" -DVERSION=\"2.2.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -I. -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/construction/graphics/silgraphite/silgraphite-2.3.1/engine/include -I./graphite -DLIBICONV_PLUG -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -MT FreetypeFont.lo -MD -MP -MF .deps/FreetypeFont.Tpo -c FreetypeFont.cpp -o FreetypeFont.o >/dev/null 2>&1 mv -f .deps/FreetypeFont.Tpo .deps/FreetypeFont.Plo --- libgraphite-ft.la --- /bin/sh ./libtool --tag=CXX --mode=link c++ -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -version-info 0 -L/usr/local/lib -lfreetype -L/construction/graphics/silgraphite/silgraphite-2.3.1/engine/src/.libs -lgraphite -o libgraphite-ft.la -rpath /usr/local/lib FreetypeFont.lo libtool: link: c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/gcc80/crtbeginS.o .libs/FreetypeFont.o -Wl,-rpath -Wl,/construction/graphics/silgraphite/silgraphite-2.3.1/engine/src/.libs -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lfreetype -L/construction/graphics/silgraphite/silgraphite-2.3.1/engine/src/.libs /construction/graphics/silgraphite/silgraphite-2.3.1/engine/src/.libs/libgraphite.so -L/usr/lib/gcc80 -lstdc++ -lm -lc -lgcc -lgcc_pic /usr/lib/gcc80/crtendS.o /usr/lib/crtn.o -Wl,-soname -Wl,libgraphite-ft.so.0 -o .libs/libgraphite-ft.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libgraphite-ft.so.0" && ln -s "libgraphite-ft.so.0.0.0" "libgraphite-ft.so.0") libtool: link: (cd ".libs" && rm -f "libgraphite-ft.so" && ln -s "libgraphite-ft.so.0.0.0" "libgraphite-ft.so") libtool: link: ar cru .libs/libgraphite-ft.a FreetypeFont.o /usr/libexec/binutils234/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libgraphite-ft.a libtool: link: ( cd ".libs" && rm -f "libgraphite-ft.la" && ln -s "../libgraphite-ft.la" "libgraphite-ft.la" ) SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for silgraphite-2.3.1_4 ===> Generating temporary packing list /usr/bin/make INSTALL_PROGRAM="/bin/sh /construction/graphics/silgraphite/silgraphite-2.3.1/config/install-sh -c -s" install_sh_PROGRAM="/bin/sh /construction/graphics/silgraphite/silgraphite-2.3.1/config/install-sh -c -s" INSTALL_STRIP_FLAG=-s `test -z '' || echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install Making install in engine Making install in src test -z "/usr/local/lib" || /bin/mkdir -p "/construction/graphics/silgraphite/stage/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c -s 'libgraphite.la' '/construction/graphics/silgraphite/stage/usr/local/lib/libgraphite.la' libtool: install: /usr/bin/install -c .libs/libgraphite.so.3.0.0 /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite.so.3.0.0 libtool: install: strip --strip-unneeded /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite.so.3.0.0 libtool: install: (cd /construction/graphics/silgraphite/stage/usr/local/lib && { ln -s -f libgraphite.so.3.0.0 libgraphite.so.3 || { rm -f libgraphite.so.3 && ln -s libgraphite.so.3.0.0 libgraphite.so.3; }; }) libtool: install: (cd /construction/graphics/silgraphite/stage/usr/local/lib && { ln -s -f libgraphite.so.3.0.0 libgraphite.so || { rm -f libgraphite.so && ln -s libgraphite.so.3.0.0 libgraphite.so; }; }) libtool: install: /usr/bin/install -c .libs/libgraphite.lai /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite.la libtool: install: /usr/bin/install -c .libs/libgraphite.a /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite.a libtool: install: strip --strip-debug /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite.a libtool: install: chmod 644 /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite.a libtool: install: ranlib /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' test -z "/usr/local/include/graphite" || /bin/mkdir -p "/construction/graphics/silgraphite/stage/usr/local/include/graphite" install -m 0644 '../include/graphite/FileFont.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/FileFont.h' install -m 0644 '../include/graphite/Font.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/Font.h' install -m 0644 '../include/graphite/GraphiteProcess.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GraphiteProcess.h' install -m 0644 '../include/graphite/GrAppData.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrAppData.h' install -m 0644 '../include/graphite/GrClient.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrClient.h' install -m 0644 '../include/graphite/GrCommon.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrCommon.h' install -m 0644 '../include/graphite/GrConstants.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrConstants.h' install -m 0644 '../include/graphite/GrData.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrData.h' install -m 0644 '../include/graphite/GrDebug.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrDebug.h' install -m 0644 '../include/graphite/GrExt.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrExt.h' install -m 0644 '../include/graphite/GrFeature.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrFeature.h' install -m 0644 '../include/graphite/GrMstypes.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrMstypes.h' install -m 0644 '../include/graphite/GrPlatform.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrPlatform.h' install -m 0644 '../include/graphite/GrResult.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrResult.h' install -m 0644 '../include/graphite/GrStructs.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrStructs.h' install -m 0644 '../include/graphite/GrWrappers.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/GrWrappers.h' install -m 0644 '../include/graphite/IGraphiteProcess.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/IGraphiteProcess.h' install -m 0644 '../include/graphite/IGrEngine.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/IGrEngine.h' install -m 0644 '../include/graphite/IGrJustifier.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/IGrJustifier.h' install -m 0644 '../include/graphite/ITextSource.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/ITextSource.h' install -m 0644 '../include/graphite/MemoryUsage.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/MemoryUsage.h' install -m 0644 '../include/graphite/SegmentAux.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/SegmentAux.h' install -m 0644 '../include/graphite/Segment.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/Segment.h' install -m 0644 '../include/graphite/SegmentPainter.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/SegmentPainter.h' Making install in test Making install in ProfileHarness Making install in RegressionTest test -z "/usr/local/libdata/pkgconfig" || /bin/mkdir -p "/construction/graphics/silgraphite/stage/usr/local/libdata/pkgconfig" install -m 0644 'silgraphite.pc' '/construction/graphics/silgraphite/stage/usr/local/libdata/pkgconfig/silgraphite.pc' Making install in wrappers Making install in freetype test -z "/usr/local/lib" || /bin/mkdir -p "/construction/graphics/silgraphite/stage/usr/local/lib" /bin/sh ./libtool --mode=install /usr/bin/install -c -s 'libgraphite-ft.la' '/construction/graphics/silgraphite/stage/usr/local/lib/libgraphite-ft.la' libtool: install: warning: relinking `libgraphite-ft.la' libtool: install: (cd /construction/graphics/silgraphite/silgraphite-2.3.1/wrappers/freetype; /bin/sh /construction/graphics/silgraphite/silgraphite-2.3.1/wrappers/freetype/libtool --tag CXX --mode=relink c++ -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -DLIBICONV_PLUG -std=c++98 -DNDEBUG -version-info 0 -L/usr/local/lib -lfreetype -L/construction/graphics/silgraphite/silgraphite-2.3.1/engine/src/.libs -lgraphite -o libgraphite-ft.la -rpath /usr/local/lib FreetypeFont.lo -inst-prefix-dir /construction/graphics/silgraphite/stage) libtool: relink: c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/gcc80/crtbeginS.o .libs/FreetypeFont.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -lfreetype -L/construction/graphics/silgraphite/silgraphite-2.3.1/engine/src/.libs /construction/graphics/silgraphite/silgraphite-2.3.1/engine/src/.libs/libgraphite.so -L/usr/lib/gcc80 -lstdc++ -lm -lc -lgcc -lgcc_pic /usr/lib/gcc80/crtendS.o /usr/lib/crtn.o -Wl,-soname -Wl,libgraphite-ft.so.0 -o .libs/libgraphite-ft.so.0.0.0 libtool: install: /usr/bin/install -c .libs/libgraphite-ft.so.0.0.0T /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite-ft.so.0.0.0 libtool: install: strip --strip-unneeded /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite-ft.so.0.0.0 libtool: install: (cd /construction/graphics/silgraphite/stage/usr/local/lib && { ln -s -f libgraphite-ft.so.0.0.0 libgraphite-ft.so.0 || { rm -f libgraphite-ft.so.0 && ln -s libgraphite-ft.so.0.0.0 libgraphite-ft.so.0; }; }) libtool: install: (cd /construction/graphics/silgraphite/stage/usr/local/lib && { ln -s -f libgraphite-ft.so.0.0.0 libgraphite-ft.so || { rm -f libgraphite-ft.so && ln -s libgraphite-ft.so.0.0.0 libgraphite-ft.so; }; }) libtool: install: /usr/bin/install -c .libs/libgraphite-ft.lai /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite-ft.la libtool: install: /usr/bin/install -c .libs/libgraphite-ft.a /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite-ft.a libtool: install: strip --strip-debug /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite-ft.a libtool: install: chmod 644 /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite-ft.a libtool: install: ranlib /construction/graphics/silgraphite/stage/usr/local/lib/libgraphite-ft.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' test -z "/usr/local/include/graphite" || /bin/mkdir -p "/construction/graphics/silgraphite/stage/usr/local/include/graphite" install -m 0644 'graphite/FreetypeFont.h' '/construction/graphics/silgraphite/stage/usr/local/include/graphite/FreetypeFont.h' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libgraphite-ft.so.0.0.0 is linked to /usr/local/lib/libpng16.so.16 from graphics/png but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpng16.so:graphics/png Error: /usr/local/lib/libgraphite-ft.so.0.0.0 is linked to /usr/local/lib/libbrotlidec.so.1 from archivers/brotli but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libbrotlidec.so:archivers/brotli Error: /usr/local/lib/libgraphite-ft.so.0.0.0 is linked to /usr/local/lib/libbrotlicommon.so.1 from archivers/brotli but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libbrotlicommon.so:archivers/brotli Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for silgraphite-2.3.1_4 file sizes/checksums [34]: 0% file sizes/checksums [34]: 100% Service unavailablepacking files [34]: 0% packing files [34]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:36