------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=5.9 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 libwmf-0.2.12: DOCS=on: Build and/or install documentation X11=on: X11 (graphics) support ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- PKG_CONFIG=pkgconf XDG_DATA_HOME=/construction/graphics/libwmf XDG_CONFIG_HOME=/construction/graphics/libwmf HOME=/construction/graphics/libwmf TMPDIR="/tmp" PATH=/construction/graphics/libwmf/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 CMAKE_PREFIX_PATH="/usr/local" CONFIG_SITE=/xports/Templates/config.site lt_cv_sys_max_cmd_len=262144 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- --with-gsfontdir=/usr/local/share/ghostscript/fonts --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/graphics/libwmf XDG_CONFIG_HOME=/construction/graphics/libwmf HOME=/construction/graphics/libwmf TMPDIR="/tmp" PATH=/construction/graphics/libwmf/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes 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 -O2 -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" " LIBS="-L/usr/local/lib" CXX="c++" CXXFLAGS=" -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " 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/libwmf/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- PORTDOCS="" DOCS="" NO_DOCS="@comment " X11="" NO_X11="@comment " OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/libwmf" EXAMPLESDIR="share/examples/libwmf" DATADIR="share/libwmf" WWWDIR="www/libwmf" ETCDIR="etc/libwmf" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- DOCS="" NO_DOCS="@comment " X11="" NO_X11="@comment " PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/libwmf DOCSDIR=/usr/local/share/doc/libwmf EXAMPLESDIR=/usr/local/share/examples/libwmf WWWDIR=/usr/local/www/libwmf ETCDIR=/usr/local/etc/libwmf SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_SUFX=.txz DEVELOPER=1 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500906 OSVERSION=9999999 OSREL=5.9 _OSRELEASE=5.9-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/pkgconf-1.7.3,1.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/autoconf-wrapper-20131203.txz Installing /packages/All/perl5-5.32.0_1.txz Installing /packages/All/autoconf-2.69_3.txz Installing /packages/All/automake-1.16.3.txz Installing /packages/All/libtool-2.4.6_1.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.14_1.txz Installing /packages/All/libX11-1.6.12,1.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/freetype2-2.10.4.txz ===== Message from freetype2-2.10.4: -- 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/site/index.html, if documentation was installed). Installing /packages/All/expat-2.2.10.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.6.txz Installing /packages/All/tiff-4.2.0.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/libgd-2.3.0,1.txz SUCCEEDED 00:00:17 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The libwmf port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> libwmf-0.2.12 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The libwmf port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> libwmf-0.2.12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libwmf-0.2.12 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The libwmf port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> libwmf-0.2.12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libwmf-0.2.12 for building => SHA256 Checksum OK for caolanm-libwmf-v0.2.12_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The libwmf port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> libwmf-0.2.12 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libwmf-0.2.12 for building ===> Extracting for libwmf-0.2.12 => SHA256 Checksum OK for caolanm-libwmf-v0.2.12_GH0.tar.gz. Extracted Memory Use: 9.62M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libwmf-0.2.12 ===> Applying ports patches for libwmf-0.2.12 from /xports/graphics/libwmf/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> libwmf-0.2.12 depends on package: pkgconf>=1.3.0_1 - found ===> libwmf-0.2.12 depends on package: autoconf>=2.69 - found ===> libwmf-0.2.12 depends on package: automake>=1.16.1 - found ===> libwmf-0.2.12 depends on executable: libtoolize - found ===> libwmf-0.2.12 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> libwmf-0.2.12 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> libwmf-0.2.12 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> libwmf-0.2.12 depends on shared library: libgd.so - found (/usr/local/lib/libgd.so) ===> libwmf-0.2.12 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so) ===> libwmf-0.2.12 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libwmf-0.2.12 depends on package: pkgconf>=1.3.0_1 - found ===> libwmf-0.2.12 depends on package: autoconf>=2.69 - found ===> libwmf-0.2.12 depends on package: automake>=1.16.1 - found ===> libwmf-0.2.12 depends on executable: libtoolize - found ===> libwmf-0.2.12 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> libwmf-0.2.12 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> libwmf-0.2.12 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> libwmf-0.2.12 depends on shared library: libgd.so - found (/usr/local/lib/libgd.so) ===> libwmf-0.2.12 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so) ===> libwmf-0.2.12 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) ===> Configuring for libwmf-0.2.12 autoreconf-2.69: Entering directory `.' autoreconf-2.69: configure.ac: not using Gettext autoreconf-2.69: running: aclocal -I patches --force autoreconf-2.69: configure.ac: tracing autoreconf-2.69: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf-2.69: running: /usr/local/bin/autoconf-2.69 --include=patches --force autoreconf-2.69: running: true --include=patches --force autoreconf-2.69: running: automake --add-missing --copy --force-missing configure.ac:56: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.ac:56: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.ac:134: installing './compile' configure.ac:56: installing './missing' src/Makefile.am:34: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/Makefile.am: installing './depcomp' src/Makefile.am:23: warning: 'CFLAGS' is a user variable, you should not override it; src/Makefile.am:23: use 'AM_CFLAGS' instead src/convert/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/convert/Makefile.am:1: warning: 'CFLAGS' is a user variable, you should not override it; src/convert/Makefile.am:1: use 'AM_CFLAGS' instead src/convert/Makefile.am:3: warning: 'LDFLAGS' is a user variable, you should not override it; src/convert/Makefile.am:3: use 'AM_LDFLAGS' instead src/extra/gd/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/extra/gd/Makefile.am:3: warning: 'CFLAGS' is a user variable, you should not override it; src/extra/gd/Makefile.am:3: use 'AM_CFLAGS' instead src/extra/gd/Makefile.am:5: warning: 'LDFLAGS' is a user variable, you should not override it; src/extra/gd/Makefile.am:5: use 'AM_LDFLAGS' instead src/extra/trio/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/extra/trio/Makefile.am:1: warning: 'CFLAGS' is a user variable, you should not override it; src/extra/trio/Makefile.am:1: use 'AM_CFLAGS' instead src/extra/trio/Makefile.am:3: warning: 'LDFLAGS' is a user variable, you should not override it; src/extra/trio/Makefile.am:3: use 'AM_LDFLAGS' instead src/ipa/Makefile.am:15: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/ipa/Makefile.am:1: warning: 'CFLAGS' is a user variable, you should not override it; src/ipa/Makefile.am:1: use 'AM_CFLAGS' instead src/ipa/Makefile.am:3: warning: 'LDFLAGS' is a user variable, you should not override it; src/ipa/Makefile.am:3: use 'AM_LDFLAGS' instead autoreconf-2.69: Leaving directory `.' 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 make supports nested variables... yes checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking for Win32... no checking for gawk... (cached) /usr/bin/awk checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 the maximum length of command line arguments... (cached) 262144 checking how to convert x86_64-portbld-dragonfly5.9 file names to x86_64-portbld-dragonfly5.9 format... func_convert_file_noop checking how to convert x86_64-portbld-dragonfly5.9 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... (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 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... dragonfly5.9 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 ANSI C header files... (cached) yes checking for time.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for strstr... (cached) yes checking for printf... (cached) yes checking for fprintf... (cached) yes checking for vfprintf... (cached) yes checking for sprintf... (cached) yes checking for vprintf... (cached) yes checking for vsprintf... (cached) yes checking for sscanf... yes checking for scanf... yes checking for vscanf... yes checking for fscanf... yes checking for vsscanf... yes checking for vsnprintf... (cached) yes checking for snprintf... (cached) yes checking for vfscanf... yes checking for X... libraries /usr/local/lib, headers /usr/local/include checking whether -R must be followed by a space... no checking for gethostbyname... (cached) yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for XML_ParserFree in -lexpat... yes checking pkg-config is at least version 0.9.0... yes checking for FREETYPE2... yes checking for FT_Init_FreeType in -lfreetype... yes checking ft2build.h usability... yes checking ft2build.h presence... no configure: WARNING: ft2build.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: ft2build.h: proceeding with the compiler's result checking for ft2build.h... yes checking for zlib.h... (cached) yes checking for gzputs in -lz... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for png_write_image in -lpng... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_CreateCompress in -ljpeg... yes checking for main in -lXpm... no checking gd.h usability... yes checking gd.h presence... yes checking for gd.h... yes checking for gdClipSetAdd in -lgd... no checking for GDK_PIXBUF... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/caolan/Makefile config.status: creating doc/caolan/pics/Makefile config.status: creating doc/html/Makefile config.status: creating fonts/Makefile config.status: creating fonts/libwmf-fontmap config.status: creating fonts/fontmap config.status: creating include/Makefile config.status: creating include/libwmf/Makefile config.status: creating src/Makefile config.status: creating src/extra/Makefile config.status: creating src/extra/trio/Makefile config.status: creating src/extra/gd/Makefile config.status: creating src/ipa/Makefile config.status: creating src/convert/Makefile config.status: creating libwmf.pc config.status: creating libwmf.spec config.status: creating wmfconfig.h config.status: executing depfiles commands config.status: executing libtool commands Support for X: yes Support for GD: wmf Support for JPEG though GD: yes Support for XML: expat Documentation directory: /usr/local/share/doc/libwmf Font directory: /usr/local/share/libwmf/fonts System XML fontmap file: /usr/share/fonts/fontmap Non-system XML fontmap file: /usr/local/share/libwmf/fonts/fontmap ghostscript fontmap file: /usr/share/ghostscript/5.50/Fontmap ghostscript font directory: /usr/local/share/ghostscript/fonts building gdk-pixbuf plug-in? no SUCCEEDED 00:00:31 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libwmf-0.2.12 --- ./wmfconfig.h.in --- (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/construction/graphics/libwmf/libwmf-0.2.12/missing' autoheader -Ipatches) autoheader-2.69: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader-2.69: WARNING: and `config.h.top', to define templates for `config.h.in' autoheader-2.69: WARNING: is deprecated and discouraged. autoheader-2.69: autoheader-2.69: WARNING: Using the third argument of `AC_DEFINE' and autoheader-2.69: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without autoheader-2.69: WARNING: `acconfig.h': autoheader-2.69: autoheader-2.69: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader-2.69: [Define if a function `main' is needed.]) autoheader-2.69: autoheader-2.69: WARNING: More sophisticated templates can also be produced, see the autoheader-2.69: WARNING: documentation. rm -f stamp-h1 touch ./wmfconfig.h.in --- stamp-h1 --- cd . && /bin/sh ./config.status wmfconfig.h config.status: creating wmfconfig.h config.status: wmfconfig.h is unchanged --- wmfconfig.h --- --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in . --- wmfconfig.h --- Making all in src --- all-recursive --- Making all in extra --- all-recursive --- Making all in trio Making all in gd --- gd.lo --- --- gd_gd.lo --- --- gd_gd2.lo --- --- gd_io.lo --- --- gd_io_dp.lo --- --- gd_io_file.lo --- --- gd_ss.lo --- --- gd_io_ss.lo --- --- gd_png.lo --- --- gd_jpeg.lo --- --- gd.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd.lo -MD -MP -MF .deps/gd.Tpo -c -o gd.lo gd.c --- gd_gd.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_gd.lo -MD -MP -MF .deps/gd_gd.Tpo -c -o gd_gd.lo gd_gd.c --- gd_gd2.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_gd2.lo -MD -MP -MF .deps/gd_gd2.Tpo -c -o gd_gd2.lo gd_gd2.c --- gd_io.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io.lo -MD -MP -MF .deps/gd_io.Tpo -c -o gd_io.lo gd_io.c --- gd_io_dp.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io_dp.lo -MD -MP -MF .deps/gd_io_dp.Tpo -c -o gd_io_dp.lo gd_io_dp.c --- gd_io_file.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io_file.lo -MD -MP -MF .deps/gd_io_file.Tpo -c -o gd_io_file.lo gd_io_file.c --- gd_ss.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_ss.lo -MD -MP -MF .deps/gd_ss.Tpo -c -o gd_ss.lo gd_ss.c --- gd_io_ss.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io_ss.lo -MD -MP -MF .deps/gd_io_ss.Tpo -c -o gd_io_ss.lo gd_io_ss.c --- gd_png.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_png.lo -MD -MP -MF .deps/gd_png.Tpo -c -o gd_png.lo gd_png.c --- gd_jpeg.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_jpeg.lo -MD -MP -MF .deps/gd_jpeg.Tpo -c -o gd_jpeg.lo gd_jpeg.c --- gd_io_ss.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io_ss.lo -MD -MP -MF .deps/gd_io_ss.Tpo -c gd_io_ss.c -fPIC -DPIC -o .libs/gd_io_ss.o --- gd_gd.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_gd.lo -MD -MP -MF .deps/gd_gd.Tpo -c gd_gd.c -fPIC -DPIC -o .libs/gd_gd.o --- gd.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd.lo -MD -MP -MF .deps/gd.Tpo -c gd.c -fPIC -DPIC -o .libs/gd.o --- gd_gd2.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_gd2.lo -MD -MP -MF .deps/gd_gd2.Tpo -c gd_gd2.c -fPIC -DPIC -o .libs/gd_gd2.o --- gd_jpeg.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_jpeg.lo -MD -MP -MF .deps/gd_jpeg.Tpo -c gd_jpeg.c -fPIC -DPIC -o .libs/gd_jpeg.o --- gd_png.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_png.lo -MD -MP -MF .deps/gd_png.Tpo -c gd_png.c -fPIC -DPIC -o .libs/gd_png.o --- gd_io_ss.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io_ss.lo -MD -MP -MF .deps/gd_io_ss.Tpo -c gd_io_ss.c -o gd_io_ss.o >/dev/null 2>&1 --- gd_io.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io.lo -MD -MP -MF .deps/gd_io.Tpo -c gd_io.c -fPIC -DPIC -o .libs/gd_io.o --- gd_io_file.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io_file.lo -MD -MP -MF .deps/gd_io_file.Tpo -c gd_io_file.c -fPIC -DPIC -o .libs/gd_io_file.o --- gd_gd.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_gd.lo -MD -MP -MF .deps/gd_gd.Tpo -c gd_gd.c -o gd_gd.o >/dev/null 2>&1 --- gd_io_ss.lo --- mv -f .deps/gd_io_ss.Tpo .deps/gd_io_ss.Plo --- gdxpm.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdxpm.lo -MD -MP -MF .deps/gdxpm.Tpo -c -o gdxpm.lo gdxpm.c --- gd_io.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io.lo -MD -MP -MF .deps/gd_io.Tpo -c gd_io.c -o gd_io.o >/dev/null 2>&1 --- gd_io_dp.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io_dp.lo -MD -MP -MF .deps/gd_io_dp.Tpo -c gd_io_dp.c -fPIC -DPIC -o .libs/gd_io_dp.o --- gd_io_file.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io_file.lo -MD -MP -MF .deps/gd_io_file.Tpo -c gd_io_file.c -o gd_io_file.o >/dev/null 2>&1 --- gdxpm.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdxpm.lo -MD -MP -MF .deps/gdxpm.Tpo -c gdxpm.c -fPIC -DPIC -o .libs/gdxpm.o libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdxpm.lo -MD -MP -MF .deps/gdxpm.Tpo -c gdxpm.c -o gdxpm.o >/dev/null 2>&1 --- gd_gd.lo --- mv -f .deps/gd_gd.Tpo .deps/gd_gd.Plo --- gdfontt.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c -o gdfontt.lo gdfontt.c --- gdxpm.lo --- mv -f .deps/gdxpm.Tpo .deps/gdxpm.Plo --- gdfonts.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfonts.lo -MD -MP -MF .deps/gdfonts.Tpo -c -o gdfonts.lo gdfonts.c --- gd_io.lo --- mv -f .deps/gd_io.Tpo .deps/gd_io.Plo --- gdfontmb.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontmb.lo -MD -MP -MF .deps/gdfontmb.Tpo -c -o gdfontmb.lo gdfontmb.c --- gd_io_file.lo --- mv -f .deps/gd_io_file.Tpo .deps/gd_io_file.Plo --- gdfontl.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontl.lo -MD -MP -MF .deps/gdfontl.Tpo -c -o gdfontl.lo gdfontl.c --- gdfontt.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c gdfontt.c -fPIC -DPIC -o .libs/gdfontt.o --- gdfontmb.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontmb.lo -MD -MP -MF .deps/gdfontmb.Tpo -c gdfontmb.c -fPIC -DPIC -o .libs/gdfontmb.o --- gdfonts.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfonts.lo -MD -MP -MF .deps/gdfonts.Tpo -c gdfonts.c -fPIC -DPIC -o .libs/gdfonts.o --- gdfontl.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontl.lo -MD -MP -MF .deps/gdfontl.Tpo -c gdfontl.c -fPIC -DPIC -o .libs/gdfontl.o --- gd_jpeg.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_jpeg.lo -MD -MP -MF .deps/gd_jpeg.Tpo -c gd_jpeg.c -o gd_jpeg.o >/dev/null 2>&1 --- gdfontt.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c gdfontt.c -o gdfontt.o >/dev/null 2>&1 --- gd_gd2.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_gd2.lo -MD -MP -MF .deps/gd_gd2.Tpo -c gd_gd2.c -o gd_gd2.o >/dev/null 2>&1 --- gdfontt.lo --- mv -f .deps/gdfontt.Tpo .deps/gdfontt.Plo --- gdfontg.lo --- --- gdfontmb.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontmb.lo -MD -MP -MF .deps/gdfontmb.Tpo -c gdfontmb.c -o gdfontmb.o >/dev/null 2>&1 --- gd_io_dp.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_io_dp.lo -MD -MP -MF .deps/gd_io_dp.Tpo -c gd_io_dp.c -o gd_io_dp.o >/dev/null 2>&1 --- gdfontg.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontg.lo -MD -MP -MF .deps/gdfontg.Tpo -c -o gdfontg.lo gdfontg.c --- gdfonts.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfonts.lo -MD -MP -MF .deps/gdfonts.Tpo -c gdfonts.c -o gdfonts.o >/dev/null 2>&1 --- gdfontg.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontg.lo -MD -MP -MF .deps/gdfontg.Tpo -c gdfontg.c -fPIC -DPIC -o .libs/gdfontg.o --- gdfontmb.lo --- mv -f .deps/gdfontmb.Tpo .deps/gdfontmb.Plo --- gdtables.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdtables.lo -MD -MP -MF .deps/gdtables.Tpo -c -o gdtables.lo gdtables.c --- gdfontl.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontl.lo -MD -MP -MF .deps/gdfontl.Tpo -c gdfontl.c -o gdfontl.o >/dev/null 2>&1 --- gdfonts.lo --- mv -f .deps/gdfonts.Tpo .deps/gdfonts.Plo --- gdft.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c -o gdft.lo gdft.c --- gd_io_dp.lo --- mv -f .deps/gd_io_dp.Tpo .deps/gd_io_dp.Plo --- gdcache.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdcache.lo -MD -MP -MF .deps/gdcache.Tpo -c -o gdcache.lo gdcache.c --- gdtables.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdtables.lo -MD -MP -MF .deps/gdtables.Tpo -c gdtables.c -fPIC -DPIC -o .libs/gdtables.o libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdtables.lo -MD -MP -MF .deps/gdtables.Tpo -c gdtables.c -o gdtables.o >/dev/null 2>&1 mv -f .deps/gdtables.Tpo .deps/gdtables.Plo --- gdkanji.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdkanji.lo -MD -MP -MF .deps/gdkanji.Tpo -c -o gdkanji.lo gdkanji.c --- gdft.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c -fPIC -DPIC -o .libs/gdft.o --- gdcache.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdcache.lo -MD -MP -MF .deps/gdcache.Tpo -c gdcache.c -fPIC -DPIC -o .libs/gdcache.o --- gd_ss.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_ss.lo -MD -MP -MF .deps/gd_ss.Tpo -c gd_ss.c -fPIC -DPIC -o .libs/gd_ss.o --- gdkanji.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdkanji.lo -MD -MP -MF .deps/gdkanji.Tpo -c gdkanji.c -fPIC -DPIC -o .libs/gdkanji.o --- gdfontg.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdfontg.lo -MD -MP -MF .deps/gdfontg.Tpo -c gdfontg.c -o gdfontg.o >/dev/null 2>&1 --- gdcache.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdcache.lo -MD -MP -MF .deps/gdcache.Tpo -c gdcache.c -o gdcache.o >/dev/null 2>&1 --- gd_ss.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_ss.lo -MD -MP -MF .deps/gd_ss.Tpo -c gd_ss.c -o gd_ss.o >/dev/null 2>&1 --- gd_jpeg.lo --- mv -f .deps/gd_jpeg.Tpo .deps/gd_jpeg.Plo --- wbmp.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT wbmp.lo -MD -MP -MF .deps/wbmp.Tpo -c -o wbmp.lo wbmp.c --- gdcache.lo --- mv -f .deps/gdcache.Tpo .deps/gdcache.Plo --- gd_wbmp.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_wbmp.lo -MD -MP -MF .deps/gd_wbmp.Tpo -c -o gd_wbmp.lo gd_wbmp.c --- gdfontg.lo --- mv -f .deps/gdfontg.Tpo .deps/gdfontg.Plo --- gdhelpers.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdhelpers.lo -MD -MP -MF .deps/gdhelpers.Tpo -c -o gdhelpers.lo gdhelpers.c --- wbmp.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT wbmp.lo -MD -MP -MF .deps/wbmp.Tpo -c wbmp.c -fPIC -DPIC -o .libs/wbmp.o --- gd_wbmp.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_wbmp.lo -MD -MP -MF .deps/gd_wbmp.Tpo -c gd_wbmp.c -fPIC -DPIC -o .libs/gd_wbmp.o --- gd_ss.lo --- mv -f .deps/gd_ss.Tpo .deps/gd_ss.Plo --- gdhelpers.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdhelpers.lo -MD -MP -MF .deps/gdhelpers.Tpo -c gdhelpers.c -fPIC -DPIC -o .libs/gdhelpers.o --- gdfontl.lo --- mv -f .deps/gdfontl.Tpo .deps/gdfontl.Plo --- gd_clip.lo --- /bin/sh ../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_clip.lo -MD -MP -MF .deps/gd_clip.Tpo -c -o gd_clip.lo gd_clip.c libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_clip.lo -MD -MP -MF .deps/gd_clip.Tpo -c gd_clip.c -fPIC -DPIC -o .libs/gd_clip.o --- gdkanji.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdkanji.lo -MD -MP -MF .deps/gdkanji.Tpo -c gdkanji.c -o gdkanji.o >/dev/null 2>&1 --- gd_gd2.lo --- mv -f .deps/gd_gd2.Tpo .deps/gd_gd2.Plo --- gdhelpers.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdhelpers.lo -MD -MP -MF .deps/gdhelpers.Tpo -c gdhelpers.c -o gdhelpers.o >/dev/null 2>&1 --- gd_clip.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_clip.lo -MD -MP -MF .deps/gd_clip.Tpo -c gd_clip.c -o gd_clip.o >/dev/null 2>&1 --- gd_wbmp.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_wbmp.lo -MD -MP -MF .deps/gd_wbmp.Tpo -c gd_wbmp.c -o gd_wbmp.o >/dev/null 2>&1 --- gd_clip.lo --- mv -f .deps/gd_clip.Tpo .deps/gd_clip.Plo --- wbmp.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT wbmp.lo -MD -MP -MF .deps/wbmp.Tpo -c wbmp.c -o wbmp.o >/dev/null 2>&1 --- gdhelpers.lo --- mv -f .deps/gdhelpers.Tpo .deps/gdhelpers.Plo --- gd_wbmp.lo --- mv -f .deps/gd_wbmp.Tpo .deps/gd_wbmp.Plo --- gdft.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c -o gdft.o >/dev/null 2>&1 --- gdkanji.lo --- mv -f .deps/gdkanji.Tpo .deps/gdkanji.Plo --- gd_png.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd_png.lo -MD -MP -MF .deps/gd_png.Tpo -c gd_png.c -o gd_png.o >/dev/null 2>&1 --- wbmp.lo --- mv -f .deps/wbmp.Tpo .deps/wbmp.Plo --- gdft.lo --- mv -f .deps/gdft.Tpo .deps/gdft.Plo --- gd_png.lo --- mv -f .deps/gd_png.Tpo .deps/gd_png.Plo --- gd.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I../../.. -I. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT gd.lo -MD -MP -MF .deps/gd.Tpo -c gd.c -o gd.o >/dev/null 2>&1 mv -f .deps/gd.Tpo .deps/gd.Plo --- libgd.la --- /bin/sh ../../../libtool --tag=CC --mode=link cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -o libgd.la gd.lo gd_gd.lo gd_gd2.lo gd_io.lo gd_io_dp.lo gd_io_file.lo gd_ss.lo gd_io_ss.lo gd_png.lo gd_jpeg.lo gdxpm.lo gdfontt.lo gdfonts.lo gdfontmb.lo gdfontl.lo gdfontg.lo gdtables.lo gdft.lo gdcache.lo gdkanji.lo wbmp.lo gd_wbmp.lo gdhelpers.lo gd_clip.lo -L/usr/local/lib libtool: link: ar cru .libs/libgd.a .libs/gd.o .libs/gd_gd.o .libs/gd_gd2.o .libs/gd_io.o .libs/gd_io_dp.o .libs/gd_io_file.o .libs/gd_ss.o .libs/gd_io_ss.o .libs/gd_png.o .libs/gd_jpeg.o .libs/gdxpm.o .libs/gdfontt.o .libs/gdfonts.o .libs/gdfontmb.o .libs/gdfontl.o .libs/gdfontg.o .libs/gdtables.o .libs/gdft.o .libs/gdcache.o .libs/gdkanji.o .libs/wbmp.o .libs/gd_wbmp.o .libs/gdhelpers.o .libs/gd_clip.o /usr/libexec/binutils234/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libgd.a libtool: link: ( cd ".libs" && rm -f "libgd.la" && ln -s "../libgd.la" "libgd.la" ) Making all in ipa --- eps.lo --- --- fig.lo --- --- svg.lo --- --- xgd.lo --- --- x.lo --- --- ipa.lo --- --- plot.lo --- --- foreign.lo --- --- eps.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT eps.lo -MD -MP -MF .deps/eps.Tpo -c -o eps.lo eps.c --- fig.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT fig.lo -MD -MP -MF .deps/fig.Tpo -c -o fig.lo fig.c --- svg.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c -o svg.lo svg.c --- xgd.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT xgd.lo -MD -MP -MF .deps/xgd.Tpo -c -o xgd.lo xgd.c --- ipa.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT ipa.lo -MD -MP -MF .deps/ipa.Tpo -c -o ipa.lo ipa.c --- x.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT x.lo -MD -MP -MF .deps/x.Tpo -c -o x.lo x.c --- foreign.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT foreign.lo -MD -MP -MF .deps/foreign.Tpo -c -o foreign.lo foreign.c --- plot.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT plot.lo -MD -MP -MF .deps/plot.Tpo -c -o plot.lo plot.c libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT plot.lo -MD -MP -MF .deps/plot.Tpo -c plot.c -fPIC -DPIC -o .libs/plot.o --- svg.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c svg.c -fPIC -DPIC -o .libs/svg.o --- x.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT x.lo -MD -MP -MF .deps/x.Tpo -c x.c -fPIC -DPIC -o .libs/x.o --- eps.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT eps.lo -MD -MP -MF .deps/eps.Tpo -c eps.c -fPIC -DPIC -o .libs/eps.o --- ipa.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT ipa.lo -MD -MP -MF .deps/ipa.Tpo -c ipa.c -fPIC -DPIC -o .libs/ipa.o --- foreign.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT foreign.lo -MD -MP -MF .deps/foreign.Tpo -c foreign.c -fPIC -DPIC -o .libs/foreign.o --- xgd.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT xgd.lo -MD -MP -MF .deps/xgd.Tpo -c xgd.c -fPIC -DPIC -o .libs/xgd.o --- plot.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT plot.lo -MD -MP -MF .deps/plot.Tpo -c plot.c -o plot.o >/dev/null 2>&1 --- fig.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT fig.lo -MD -MP -MF .deps/fig.Tpo -c fig.c -fPIC -DPIC -o .libs/fig.o --- plot.lo --- mv -f .deps/plot.Tpo .deps/plot.Plo --- foreign.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT foreign.lo -MD -MP -MF .deps/foreign.Tpo -c foreign.c -o foreign.o >/dev/null 2>&1 mv -f .deps/foreign.Tpo .deps/foreign.Plo --- fig.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT fig.lo -MD -MP -MF .deps/fig.Tpo -c fig.c -o fig.o >/dev/null 2>&1 --- svg.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c svg.c -o svg.o >/dev/null 2>&1 --- ipa.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT ipa.lo -MD -MP -MF .deps/ipa.Tpo -c ipa.c -o ipa.o >/dev/null 2>&1 --- xgd.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT xgd.lo -MD -MP -MF .deps/xgd.Tpo -c xgd.c -o xgd.o >/dev/null 2>&1 --- x.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT x.lo -MD -MP -MF .deps/x.Tpo -c x.c -o x.o >/dev/null 2>&1 --- eps.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT eps.lo -MD -MP -MF .deps/eps.Tpo -c eps.c -o eps.o >/dev/null 2>&1 --- fig.lo --- mv -f .deps/fig.Tpo .deps/fig.Plo --- svg.lo --- mv -f .deps/svg.Tpo .deps/svg.Plo --- x.lo --- mv -f .deps/x.Tpo .deps/x.Plo --- eps.lo --- mv -f .deps/eps.Tpo .deps/eps.Plo --- xgd.lo --- mv -f .deps/xgd.Tpo .deps/xgd.Plo --- ipa.lo --- mv -f .deps/ipa.Tpo .deps/ipa.Plo --- libipa.la --- /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -o libipa.la eps.lo fig.lo svg.lo xgd.lo x.lo ipa.lo plot.lo foreign.lo -L/usr/local/lib libtool: link: ar cru .libs/libipa.a .libs/eps.o .libs/fig.o .libs/svg.o .libs/xgd.o .libs/x.o .libs/ipa.o .libs/plot.o .libs/foreign.o /usr/libexec/binutils234/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libipa.a libtool: link: ( cd ".libs" && rm -f "libipa.la" && ln -s "../libipa.la" "libipa.la" ) Making all in . --- api.lo --- --- bbuf.lo --- --- meta.lo --- --- player.lo --- --- recorder.lo --- --- font.lo --- --- stream.lo --- --- wmf.lo --- --- xml.lo --- --- meta.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT meta.lo -MD -MP -MF .deps/meta.Tpo -c -o meta.lo meta.c --- recorder.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT recorder.lo -MD -MP -MF .deps/recorder.Tpo -c -o recorder.lo recorder.c --- api.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT api.lo -MD -MP -MF .deps/api.Tpo -c -o api.lo api.c --- wmf.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT wmf.lo -MD -MP -MF .deps/wmf.Tpo -c -o wmf.lo wmf.c --- bbuf.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT bbuf.lo -MD -MP -MF .deps/bbuf.Tpo -c -o bbuf.lo bbuf.c --- player.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT player.lo -MD -MP -MF .deps/player.Tpo -c -o player.lo player.c --- stream.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c -o stream.lo stream.c --- font.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT font.lo -MD -MP -MF .deps/font.Tpo -c -o font.lo font.c --- xml.lo --- /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c -o xml.lo xml.c --- meta.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT meta.lo -MD -MP -MF .deps/meta.Tpo -c meta.c -fPIC -DPIC -o .libs/meta.o --- player.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT player.lo -MD -MP -MF .deps/player.Tpo -c player.c -fPIC -DPIC -o .libs/player.o --- stream.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -fPIC -DPIC -o .libs/stream.o --- xml.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.c -fPIC -DPIC -o .libs/xml.o --- recorder.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT recorder.lo -MD -MP -MF .deps/recorder.Tpo -c recorder.c -fPIC -DPIC -o .libs/recorder.o --- wmf.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT wmf.lo -MD -MP -MF .deps/wmf.Tpo -c wmf.c -fPIC -DPIC -o .libs/wmf.o --- api.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -fPIC -DPIC -o .libs/api.o --- stream.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -o stream.o >/dev/null 2>&1 --- bbuf.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT bbuf.lo -MD -MP -MF .deps/bbuf.Tpo -c bbuf.c -fPIC -DPIC -o .libs/bbuf.o --- font.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT font.lo -MD -MP -MF .deps/font.Tpo -c font.c -fPIC -DPIC -o .libs/font.o --- meta.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT meta.lo -MD -MP -MF .deps/meta.Tpo -c meta.c -o meta.o >/dev/null 2>&1 --- stream.lo --- mv -f .deps/stream.Tpo .deps/stream.Plo --- wmf.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT wmf.lo -MD -MP -MF .deps/wmf.Tpo -c wmf.c -o wmf.o >/dev/null 2>&1 --- bbuf.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT bbuf.lo -MD -MP -MF .deps/bbuf.Tpo -c bbuf.c -o bbuf.o >/dev/null 2>&1 --- xml.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.c -o xml.o >/dev/null 2>&1 --- bbuf.lo --- mv -f .deps/bbuf.Tpo .deps/bbuf.Plo --- meta.lo --- mv -f .deps/meta.Tpo .deps/meta.Plo --- wmf.lo --- mv -f .deps/wmf.Tpo .deps/wmf.Plo --- xml.lo --- mv -f .deps/xml.Tpo .deps/xml.Plo --- api.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -o api.o >/dev/null 2>&1 mv -f .deps/api.Tpo .deps/api.Plo --- recorder.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT recorder.lo -MD -MP -MF .deps/recorder.Tpo -c recorder.c -o recorder.o >/dev/null 2>&1 --- font.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT font.lo -MD -MP -MF .deps/font.Tpo -c font.c -o font.o >/dev/null 2>&1 mv -f .deps/font.Tpo .deps/font.Plo --- recorder.lo --- mv -f .deps/recorder.Tpo .deps/recorder.Plo --- player.lo --- libtool: compile: cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -DWMF_FONTDIR=\"/usr/local/share/libwmf/fonts\" -DWMF_GS_FONTDIR=\"/usr/local/share/ghostscript/fonts\" -DWMF_SYS_FONTMAP=\"/usr/share/fonts/fontmap\" -DWMF_XTRA_FONTMAP=\"/usr/local/share/libwmf/fonts/fontmap\" -DWMF_GS_FONTMAP=\"/usr/share/ghostscript/5.50/Fontmap\" -I. -I.. -I../include -I../src -I.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT player.lo -MD -MP -MF .deps/player.Tpo -c player.c -o player.o >/dev/null 2>&1 mv -f .deps/player.Tpo .deps/player.Plo --- libwmflite.la --- /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -lm -no-undefined -version-info 7:5:0 -release 0.2 -export-dynamic -o libwmflite.la -rpath /usr/local/lib api.lo bbuf.lo meta.lo player.lo recorder.lo -L/usr/local/lib libtool: link: cc -shared -fPIC -DPIC .libs/api.o .libs/bbuf.o .libs/meta.o .libs/player.o .libs/recorder.o -lm -L/usr/local/lib -O2 -Wl,-soname -Wl,libwmflite-0.2.so.7 -o .libs/libwmflite-0.2.so.7.0.5 libtool: link: (cd ".libs" && rm -f "libwmflite-0.2.so.7" && ln -s "libwmflite-0.2.so.7.0.5" "libwmflite-0.2.so.7") libtool: link: (cd ".libs" && rm -f "libwmflite.so" && ln -s "libwmflite-0.2.so.7.0.5" "libwmflite.so") libtool: link: ar cru .libs/libwmflite.a api.o bbuf.o meta.o player.o recorder.o /usr/libexec/binutils234/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libwmflite.a libtool: link: ( cd ".libs" && rm -f "libwmflite.la" && ln -s "../libwmflite.la" "libwmflite.la" ) --- libwmf.la --- /bin/sh ../libtool --tag=CC --mode=link cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -no-undefined -version-info 8:4:1 -release 0.2 -export-dynamic -o libwmf.la -rpath /usr/local/lib font.lo stream.lo wmf.lo xml.lo ipa/libipa.la libwmflite.la extra/gd/libgd.la -L/usr/local/lib -lfreetype -L/usr/local/lib -R/usr/local/lib -lX11 -lexpat -ljpeg -lpng -lz -lm -L/usr/local/lib libtool: link: cc -shared -fPIC -DPIC .libs/font.o .libs/stream.o .libs/wmf.o .libs/xml.o -Wl,--whole-archive ipa/.libs/libipa.a extra/gd/.libs/libgd.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/construction/graphics/libwmf/libwmf-0.2.12/src/.libs -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib ./.libs/libwmflite.so -lfreetype -lX11 -lexpat -ljpeg -lpng -lz -lm -O2 -Wl,-soname -Wl,libwmf-0.2.so.7 -o .libs/libwmf-0.2.so.7.1.4 libtool: link: (cd ".libs" && rm -f "libwmf-0.2.so.7" && ln -s "libwmf-0.2.so.7.1.4" "libwmf-0.2.so.7") libtool: link: (cd ".libs" && rm -f "libwmf.so" && ln -s "libwmf-0.2.so.7.1.4" "libwmf.so") libtool: link: (cd .libs/libwmf.lax/libipa.a && ar x "/construction/graphics/libwmf/libwmf-0.2.12/src/ipa/.libs/libipa.a") libtool: link: (cd .libs/libwmf.lax/libgd.a && ar x "/construction/graphics/libwmf/libwmf-0.2.12/src/extra/gd/.libs/libgd.a") libtool: link: ar cru .libs/libwmf.a font.o stream.o wmf.o xml.o .libs/libwmf.lax/libipa.a/eps.o .libs/libwmf.lax/libipa.a/fig.o .libs/libwmf.lax/libipa.a/foreign.o .libs/libwmf.lax/libipa.a/ipa.o .libs/libwmf.lax/libipa.a/plot.o .libs/libwmf.lax/libipa.a/svg.o .libs/libwmf.lax/libipa.a/x.o .libs/libwmf.lax/libipa.a/xgd.o .libs/libwmf.lax/libgd.a/gd.o .libs/libwmf.lax/libgd.a/gd_clip.o .libs/libwmf.lax/libgd.a/gd_gd.o .libs/libwmf.lax/libgd.a/gd_gd2.o .libs/libwmf.lax/libgd.a/gd_io.o .libs/libwmf.lax/libgd.a/gd_io_dp.o .libs/libwmf.lax/libgd.a/gd_io_file.o .libs/libwmf.lax/libgd.a/gd_io_ss.o .libs/libwmf.lax/libgd.a/gd_jpeg.o .libs/libwmf.lax/libgd.a/gd_png.o .libs/libwmf.lax/libgd.a/gd_ss.o .libs/libwmf.lax/libgd.a/gd_wbmp.o .libs/libwmf.lax/libgd.a/gdcache.o .libs/libwmf.lax/libgd.a/gdfontg.o .libs/libwmf.lax/libgd.a/gdfontl.o .libs/libwmf.lax/libgd.a/gdfontmb.o .libs/libwmf.lax/libgd.a/gdfonts.o .libs/libwmf.lax/libgd.a/gdfontt.o .libs/libwmf.lax/libgd.a/gdft.o .libs/libwmf.lax/libgd.a/gdhelpers.o .libs/libwmf.lax/libgd.a/gdkanji.o .libs/libwmf.lax/libgd.a/gdtables.o .libs/libwmf.lax/libgd.a/gdxpm.o .libs/libwmf.lax/libgd.a/wbmp.o /usr/libexec/binutils234/elf/ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libwmf.a libtool: link: rm -fr .libs/libwmf.lax libtool: link: ( cd ".libs" && rm -f "libwmf.la" && ln -s "../libwmf.la" "libwmf.la" ) Making all in convert --- wmf2eps.o --- --- wmf2fig.o --- --- wmf2svg.o --- --- wmf2gd.o --- --- wmf2x.o --- --- wmf2fig.o --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT wmf2fig.o -MD -MP -MF .deps/wmf2fig.Tpo -c -o wmf2fig.o wmf2fig.c --- wmf2svg.o --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT wmf2svg.o -MD -MP -MF .deps/wmf2svg.Tpo -c -o wmf2svg.o wmf2svg.c --- wmf2eps.o --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT wmf2eps.o -MD -MP -MF .deps/wmf2eps.Tpo -c -o wmf2eps.o wmf2eps.c --- wmf2gd.o --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT wmf2gd.o -MD -MP -MF .deps/wmf2gd.Tpo -c -o wmf2gd.o wmf2gd.c --- wmf2x.o --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.12\" -I. -I../.. -I../../include -I../../src -I../.. -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -MT wmf2x.o -MD -MP -MF .deps/wmf2x.Tpo -c -o wmf2x.o wmf2x.c mv -f .deps/wmf2x.Tpo .deps/wmf2x.Po --- wmf2x --- /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -L../../src/.libs -L/usr/local/lib -lfreetype -L/usr/local/lib -R/usr/local/lib -lX11 -lexpat -ljpeg -lpng -lz -lm -o wmf2x wmf2x.o ../libwmf.la ../libwmflite.la -L/usr/local/lib --- wmf2svg.o --- mv -f .deps/wmf2svg.Tpo .deps/wmf2svg.Po --- wmf2svg --- /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -L../../src/.libs -L/usr/local/lib -lfreetype -L/usr/local/lib -R/usr/local/lib -lX11 -lexpat -ljpeg -lpng -lz -lm -o wmf2svg wmf2svg.o ../libwmf.la ../libwmflite.la -L/usr/local/lib --- wmf2x --- libtool: link: cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -o .libs/wmf2x wmf2x.o -L../../src/.libs -L/usr/local/lib ../.libs/libwmf.so /construction/graphics/libwmf/libwmf-0.2.12/src/.libs/libwmflite.so ../.libs/libwmflite.so -lfreetype -lX11 -lexpat -ljpeg -lpng -lz -lm -Wl,-rpath -Wl,/usr/local/lib --- wmf2gd.o --- mv -f .deps/wmf2gd.Tpo .deps/wmf2gd.Po --- wmf2gd --- --- wmf2eps.o --- mv -f .deps/wmf2eps.Tpo .deps/wmf2eps.Po --- wmf2eps --- --- wmf2gd --- /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -L../../src/.libs -L/usr/local/lib -lfreetype -L/usr/local/lib -R/usr/local/lib -lX11 -lexpat -ljpeg -lpng -lz -lm -o wmf2gd wmf2gd.o ../libwmf.la ../libwmflite.la -L/usr/local/lib --- wmf2eps --- /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -L../../src/.libs -L/usr/local/lib -lfreetype -L/usr/local/lib -R/usr/local/lib -lX11 -lexpat -ljpeg -lpng -lz -lm -o wmf2eps wmf2eps.o ../libwmf.la ../libwmflite.la -L/usr/local/lib --- wmf2svg --- libtool: link: cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -o .libs/wmf2svg wmf2svg.o -L../../src/.libs -L/usr/local/lib ../.libs/libwmf.so /construction/graphics/libwmf/libwmf-0.2.12/src/.libs/libwmflite.so ../.libs/libwmflite.so -lfreetype -lX11 -lexpat -ljpeg -lpng -lz -lm -Wl,-rpath -Wl,/usr/local/lib --- wmf2fig.o --- mv -f .deps/wmf2fig.Tpo .deps/wmf2fig.Po --- wmf2fig --- /bin/sh ../../libtool --tag=CC --mode=link cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -L../../src/.libs -L/usr/local/lib -lfreetype -L/usr/local/lib -R/usr/local/lib -lX11 -lexpat -ljpeg -lpng -lz -lm -o wmf2fig wmf2fig.o ../libwmf.la ../libwmflite.la -L/usr/local/lib --- wmf2eps --- libtool: link: cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -o .libs/wmf2eps wmf2eps.o -L../../src/.libs -L/usr/local/lib ../.libs/libwmf.so /construction/graphics/libwmf/libwmf-0.2.12/src/.libs/libwmflite.so ../.libs/libwmflite.so -lfreetype -lX11 -lexpat -ljpeg -lpng -lz -lm -Wl,-rpath -Wl,/usr/local/lib --- wmf2fig --- libtool: link: cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -o .libs/wmf2fig wmf2fig.o -L../../src/.libs -L/usr/local/lib ../.libs/libwmf.so /construction/graphics/libwmf/libwmf-0.2.12/src/.libs/libwmflite.so ../.libs/libwmflite.so -lfreetype -lX11 -lexpat -ljpeg -lpng -lz -lm -Wl,-rpath -Wl,/usr/local/lib --- wmf2gd --- libtool: link: cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -o .libs/wmf2gd wmf2gd.o -L../../src/.libs -L/usr/local/lib ../.libs/libwmf.so /construction/graphics/libwmf/libwmf-0.2.12/src/.libs/libwmflite.so ../.libs/libwmflite.so -lfreetype -lX11 -lexpat -ljpeg -lpng -lz -lm -Wl,-rpath -Wl,/usr/local/lib Making all in include --- all-recursive --- Making all in libwmf Making all in fonts SUCCEEDED 00:00:39 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> libwmf-0.2.12 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libwmf-0.2.12 ===> libwmf-0.2.12 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list if test -z 'strip'; then /usr/bin/make INSTALL_PROGRAM="/bin/sh /construction/graphics/libwmf/libwmf-0.2.12/install-sh -c -s" install_sh_PROGRAM="/bin/sh /construction/graphics/libwmf/libwmf-0.2.12/install-sh -c -s" INSTALL_STRIP_FLAG=-s install; else /usr/bin/make INSTALL_PROGRAM="/bin/sh /construction/graphics/libwmf/libwmf-0.2.12/install-sh -c -s" install_sh_PROGRAM="/bin/sh /construction/graphics/libwmf/libwmf-0.2.12/install-sh -c -s" INSTALL_STRIP_FLAG=-s "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; fi Making install in . /bin/mkdir -p '/construction/graphics/libwmf/stage/usr/local/bin' install -m 555 libwmf-config '/construction/graphics/libwmf/stage/usr/local/bin' /bin/mkdir -p '/construction/graphics/libwmf/stage/usr/local/lib/pkgconfig' install -m 0644 libwmf.pc '/construction/graphics/libwmf/stage/usr/local/lib/pkgconfig' Making install in src Making install in extra Making install in trio Making install in gd /bin/mkdir -p '/construction/graphics/libwmf/stage/usr/local/include/libwmf/gd' install -m 0644 gd.h gdcache.h gd_clip.h gd_io.h gdfontg.h gdfontl.h gdfontmb.h gdfonts.h gdfontt.h '/construction/graphics/libwmf/stage/usr/local/include/libwmf/gd' Making install in ipa Making install in . /bin/mkdir -p '/construction/graphics/libwmf/stage/usr/local/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c -s libwmflite.la libwmf.la '/construction/graphics/libwmf/stage/usr/local/lib' libtool: install: /usr/bin/install -c .libs/libwmflite-0.2.so.7.0.5 /construction/graphics/libwmf/stage/usr/local/lib/libwmflite-0.2.so.7.0.5 libtool: install: strip --strip-unneeded /construction/graphics/libwmf/stage/usr/local/lib/libwmflite-0.2.so.7.0.5 libtool: install: (cd /construction/graphics/libwmf/stage/usr/local/lib && { ln -s -f libwmflite-0.2.so.7.0.5 libwmflite-0.2.so.7 || { rm -f libwmflite-0.2.so.7 && ln -s libwmflite-0.2.so.7.0.5 libwmflite-0.2.so.7; }; }) libtool: install: (cd /construction/graphics/libwmf/stage/usr/local/lib && { ln -s -f libwmflite-0.2.so.7.0.5 libwmflite.so || { rm -f libwmflite.so && ln -s libwmflite-0.2.so.7.0.5 libwmflite.so; }; }) libtool: install: /usr/bin/install -c .libs/libwmflite.lai /construction/graphics/libwmf/stage/usr/local/lib/libwmflite.la libtool: warning: relinking 'libwmf.la' libtool: install: (cd /construction/graphics/libwmf/libwmf-0.2.12/src; /bin/sh "/construction/graphics/libwmf/libwmf-0.2.12/libtool" --tag CC --mode=relink cc -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/freetype2 -I/usr/local/include -no-undefined -version-info 8:4:1 -release 0.2 -export-dynamic -o libwmf.la -rpath /usr/local/lib font.lo stream.lo wmf.lo xml.lo ipa/libipa.la libwmflite.la extra/gd/libgd.la -L/usr/local/lib -lfreetype -L/usr/local/lib -R/usr/local/lib -lX11 -lexpat -ljpeg -lpng -lz -lm -L/usr/local/lib -inst-prefix-dir /construction/graphics/libwmf/stage) libtool: relink: cc -shared -fPIC -DPIC .libs/font.o .libs/stream.o .libs/wmf.o .libs/xml.o -Wl,--whole-archive ipa/.libs/libipa.a extra/gd/.libs/libgd.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib ./.libs/libwmflite.so -lfreetype -lX11 -lexpat -ljpeg -lpng -lz -lm -O2 -Wl,-soname -Wl,libwmf-0.2.so.7 -o .libs/libwmf-0.2.so.7.1.4 libtool: install: /usr/bin/install -c .libs/libwmf-0.2.so.7.1.4T /construction/graphics/libwmf/stage/usr/local/lib/libwmf-0.2.so.7.1.4 libtool: install: strip --strip-unneeded /construction/graphics/libwmf/stage/usr/local/lib/libwmf-0.2.so.7.1.4 libtool: install: (cd /construction/graphics/libwmf/stage/usr/local/lib && { ln -s -f libwmf-0.2.so.7.1.4 libwmf-0.2.so.7 || { rm -f libwmf-0.2.so.7 && ln -s libwmf-0.2.so.7.1.4 libwmf-0.2.so.7; }; }) libtool: install: (cd /construction/graphics/libwmf/stage/usr/local/lib && { ln -s -f libwmf-0.2.so.7.1.4 libwmf.so || { rm -f libwmf.so && ln -s libwmf-0.2.so.7.1.4 libwmf.so; }; }) libtool: install: /usr/bin/install -c .libs/libwmf.lai /construction/graphics/libwmf/stage/usr/local/lib/libwmf.la libtool: install: /usr/bin/install -c .libs/libwmflite.a /construction/graphics/libwmf/stage/usr/local/lib/libwmflite.a libtool: install: strip --strip-debug /construction/graphics/libwmf/stage/usr/local/lib/libwmflite.a libtool: install: chmod 644 /construction/graphics/libwmf/stage/usr/local/lib/libwmflite.a libtool: install: ranlib /construction/graphics/libwmf/stage/usr/local/lib/libwmflite.a libtool: install: /usr/bin/install -c .libs/libwmf.a /construction/graphics/libwmf/stage/usr/local/lib/libwmf.a libtool: install: strip --strip-debug /construction/graphics/libwmf/stage/usr/local/lib/libwmf.a libtool: install: chmod 644 /construction/graphics/libwmf/stage/usr/local/lib/libwmf.a libtool: install: ranlib /construction/graphics/libwmf/stage/usr/local/lib/libwmf.a libtool: warning: remember to run 'libtool --finish /usr/local/lib' Making install in convert /bin/mkdir -p '/construction/graphics/libwmf/stage/usr/local/bin' STRIPPROG='strip' /bin/sh ../../libtool --mode=install /bin/sh /construction/graphics/libwmf/libwmf-0.2.12/install-sh -c -s wmf2eps wmf2fig wmf2svg wmf2gd wmf2x '/construction/graphics/libwmf/stage/usr/local/bin' libtool: warning: '../libwmf.la' has not been installed in '/usr/local/lib' libtool: warning: '/construction/graphics/libwmf/libwmf-0.2.12/src/libwmflite.la' has not been installed in '/usr/local/lib' libtool: warning: '../libwmflite.la' has not been installed in '/usr/local/lib' libtool: install: /bin/sh /construction/graphics/libwmf/libwmf-0.2.12/install-sh -c -s .libs/wmf2eps /construction/graphics/libwmf/stage/usr/local/bin/wmf2eps libtool: warning: '../libwmf.la' has not been installed in '/usr/local/lib' libtool: warning: '/construction/graphics/libwmf/libwmf-0.2.12/src/libwmflite.la' has not been installed in '/usr/local/lib' libtool: warning: '../libwmflite.la' has not been installed in '/usr/local/lib' libtool: install: /bin/sh /construction/graphics/libwmf/libwmf-0.2.12/install-sh -c -s .libs/wmf2fig /construction/graphics/libwmf/stage/usr/local/bin/wmf2fig libtool: warning: '../libwmf.la' has not been installed in '/usr/local/lib' libtool: warning: '/construction/graphics/libwmf/libwmf-0.2.12/src/libwmflite.la' has not been installed in '/usr/local/lib' libtool: warning: '../libwmflite.la' has not been installed in '/usr/local/lib' libtool: install: /bin/sh /construction/graphics/libwmf/libwmf-0.2.12/install-sh -c -s .libs/wmf2svg /construction/graphics/libwmf/stage/usr/local/bin/wmf2svg libtool: warning: '../libwmf.la' has not been installed in '/usr/local/lib' libtool: warning: '/construction/graphics/libwmf/libwmf-0.2.12/src/libwmflite.la' has not been installed in '/usr/local/lib' libtool: warning: '../libwmflite.la' has not been installed in '/usr/local/lib' libtool: install: /bin/sh /construction/graphics/libwmf/libwmf-0.2.12/install-sh -c -s .libs/wmf2gd /construction/graphics/libwmf/stage/usr/local/bin/wmf2gd libtool: warning: '../libwmf.la' has not been installed in '/usr/local/lib' libtool: warning: '/construction/graphics/libwmf/libwmf-0.2.12/src/libwmflite.la' has not been installed in '/usr/local/lib' libtool: warning: '../libwmflite.la' has not been installed in '/usr/local/lib' libtool: install: /bin/sh /construction/graphics/libwmf/libwmf-0.2.12/install-sh -c -s .libs/wmf2x /construction/graphics/libwmf/stage/usr/local/bin/wmf2x Making install in include Making install in libwmf /bin/mkdir -p '/construction/graphics/libwmf/stage/usr/local/include/libwmf' install -m 0644 api.h color.h defs.h fund.h ipa.h types.h macro.h font.h canvas.h foreign.h eps.h fig.h svg.h gd.h x.h '/construction/graphics/libwmf/stage/usr/local/include/libwmf' Making install in fonts /bin/mkdir -p '/construction/graphics/libwmf/stage/usr/local/bin' install -m 555 libwmf-fontmap '/construction/graphics/libwmf/stage/usr/local/bin' /bin/mkdir -p '/construction/graphics/libwmf/stage/usr/local/share/libwmf/fonts/' install -m 0644 NimbusMonoPS-Bold.afm NimbusMonoPS-Bold.t1 NimbusMonoPS-BoldItalic.afm NimbusMonoPS-BoldItalic.t1 NimbusMonoPS-Italic.afm NimbusMonoPS-Italic.t1 NimbusMonoPS-Regular.afm NimbusMonoPS-Regular.t1 NimbusRoman-Bold.afm NimbusRoman-BoldItalic.t1 NimbusRoman-BoldItalic.afm NimbusRoman-Bold.t1 NimbusRoman-Italic.afm NimbusRoman-Italic.t1 NimbusRoman-Regular.afm NimbusRoman-Regular.t1 NimbusSans-Bold.afm NimbusSans-Bold.t1 NimbusSans-BoldItalic.afm NimbusSans-BoldItalic.t1 NimbusSans-Italic.afm NimbusSans-Italic.t1 NimbusSans-Regular.afm NimbusSans-Regular.t1 StandardSymbolsPS.afm StandardSymbolsPS.t1 fontmap '/construction/graphics/libwmf/stage/usr/local/share/libwmf/fonts/' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libwmf-0.2.so.7.1.4 is linked to /usr/local/lib/libxcb.so.1 from x11/libxcb but it is not declared as a dependency Warning: you need USE_XORG+=xcb Error: /usr/local/lib/libwmf-0.2.so.7.1.4 is linked to /usr/local/lib/libXau.so.6 from x11/libXau but it is not declared as a dependency Warning: you need USE_XORG+=xau Error: /usr/local/lib/libwmf-0.2.so.7.1.4 is linked to /usr/local/lib/libXdmcp.so.6 from x11/libXdmcp but it is not declared as a dependency Warning: you need USE_XORG+=xdmcp Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for libwmf-0.2.12 file sizes/checksums [308]: 0% file sizes/checksums [308]: 32% file sizes/checksums [308]: 64% file sizes/checksums [308]: 97% file sizes/checksums [308]: 100% packing files [308]: 0% packing files [308]: 32% packing files [308]: 64% packing files [308]: 97% packing files [308]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:11 TOTAL TIME 00:01:44