------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/png-1.6.37.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- 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/libxml2-2.9.10.txz Installing /packages/All/jpeg-turbo-2.0.4.txz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> libwmf-nox11-0.2.8.4_15 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> libwmf-nox11-0.2.8.4_15 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libwmf-nox11-0.2.8.4_15 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> libwmf-nox11-0.2.8.4_15 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libwmf-nox11-0.2.8.4_15 for building => SHA256 Checksum OK for libwmf-0.2.8.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> libwmf-nox11-0.2.8.4_15 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libwmf-nox11-0.2.8.4_15 for building ===> Extracting for libwmf-nox11-0.2.8.4_15 => SHA256 Checksum OK for libwmf-0.2.8.4.tar.gz. Extracted Memory Use: 10.13M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libwmf-nox11-0.2.8.4_15 ===> Applying ports patches for libwmf-nox11-0.2.8.4_15 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> libwmf-nox11-0.2.8.4_15 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> libwmf-nox11-0.2.8.4_15 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> libwmf-nox11-0.2.8.4_15 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> libwmf-nox11-0.2.8.4_15 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libwmf-nox11-0.2.8.4_15 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> libwmf-nox11-0.2.8.4_15 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> libwmf-nox11-0.2.8.4_15 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> libwmf-nox11-0.2.8.4_15 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) ===> Configuring for libwmf-nox11-0.2.8.4_15 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 gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... 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 for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all 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 whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly5.9 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool 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... disabled checking expat.h usability... no checking expat.h presence... no checking for expat.h... no checking for xml2-config... /usr/local/bin/xml2-config checking for freetype-config... /usr/local/bin/freetype-config checking for FT_Init_FreeType in -lfreetype... yes checking ft2build.h usability... yes checking ft2build.h presence... yes 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 pkg-config... no *** The pkg-config script could not be found. Make sure it is *** in your path, or set the PKG_CONFIG environment variable *** to the full path to pkg-config. *** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config. 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-config config.status: creating libwmf.spec config.status: creating wmfconfig.h config.status: executing depfiles commands Support for X: no Support for GD: wmf Support for JPEG though GD: yes Support for XML: libxml2 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:13 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libwmf-nox11-0.2.8.4_15 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in . 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 --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd.lo -MD -MP -MF ".deps/gd.Tpo" -c -o gd.lo gd.c; then mv -f ".deps/gd.Tpo" ".deps/gd.Plo"; else rm -f ".deps/gd.Tpo"; exit 1; fi --- gd_gd.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd_gd.lo -MD -MP -MF ".deps/gd_gd.Tpo" -c -o gd_gd.lo gd_gd.c; then mv -f ".deps/gd_gd.Tpo" ".deps/gd_gd.Plo"; else rm -f ".deps/gd_gd.Tpo"; exit 1; fi --- gd_gd2.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd_gd2.lo -MD -MP -MF ".deps/gd_gd2.Tpo" -c -o gd_gd2.lo gd_gd2.c; then mv -f ".deps/gd_gd2.Tpo" ".deps/gd_gd2.Plo"; else rm -f ".deps/gd_gd2.Tpo"; exit 1; fi --- gd_io.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd_io.lo -MD -MP -MF ".deps/gd_io.Tpo" -c -o gd_io.lo gd_io.c; then mv -f ".deps/gd_io.Tpo" ".deps/gd_io.Plo"; else rm -f ".deps/gd_io.Tpo"; exit 1; fi --- gd_io_dp.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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; then mv -f ".deps/gd_io_dp.Tpo" ".deps/gd_io_dp.Plo"; else rm -f ".deps/gd_io_dp.Tpo"; exit 1; fi --- gd_io_file.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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; then mv -f ".deps/gd_io_file.Tpo" ".deps/gd_io_file.Plo"; else rm -f ".deps/gd_io_file.Tpo"; exit 1; fi --- gd_ss.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd_ss.lo -MD -MP -MF ".deps/gd_ss.Tpo" -c -o gd_ss.lo gd_ss.c; then mv -f ".deps/gd_ss.Tpo" ".deps/gd_ss.Plo"; else rm -f ".deps/gd_ss.Tpo"; exit 1; fi --- gd_io_ss.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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; then mv -f ".deps/gd_io_ss.Tpo" ".deps/gd_io_ss.Plo"; else rm -f ".deps/gd_io_ss.Tpo"; exit 1; fi --- gd_png.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd_png.lo -MD -MP -MF ".deps/gd_png.Tpo" -c -o gd_png.lo gd_png.c; then mv -f ".deps/gd_png.Tpo" ".deps/gd_png.Plo"; else rm -f ".deps/gd_png.Tpo"; exit 1; fi --- gd_jpeg.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd_jpeg.lo -MD -MP -MF ".deps/gd_jpeg.Tpo" -c -o gd_jpeg.lo gd_jpeg.c; then mv -f ".deps/gd_jpeg.Tpo" ".deps/gd_jpeg.Plo"; else rm -f ".deps/gd_jpeg.Tpo"; exit 1; fi --- gd_io_ss.lo --- mkdir .libs cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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_png.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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_gd2.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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_io_ss.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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_dp.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdxpm.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdxpm.lo -MD -MP -MF ".deps/gdxpm.Tpo" -c -o gdxpm.lo gdxpm.c; then mv -f ".deps/gdxpm.Tpo" ".deps/gdxpm.Plo"; else rm -f ".deps/gdxpm.Tpo"; exit 1; fi --- gd_io.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gd_ss.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gd.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd.lo -MD -MP -MF .deps/gd.Tpo -c gd.c -fPIC -DPIC -o .libs/gd.o --- gdfontt.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontt.lo -MD -MP -MF ".deps/gdfontt.Tpo" -c -o gdfontt.lo gdfontt.c; then mv -f ".deps/gdfontt.Tpo" ".deps/gdfontt.Plo"; else rm -f ".deps/gdfontt.Tpo"; exit 1; fi --- gdxpm.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdxpm.lo -MD -MP -MF .deps/gdxpm.Tpo -c gdxpm.c -fPIC -DPIC -o .libs/gdxpm.o --- gd_io_file.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdfonts.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfonts.lo -MD -MP -MF ".deps/gdfonts.Tpo" -c -o gdfonts.lo gdfonts.c; then mv -f ".deps/gdfonts.Tpo" ".deps/gdfonts.Plo"; else rm -f ".deps/gdfonts.Tpo"; exit 1; fi --- gd_ss.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdxpm.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdxpm.lo -MD -MP -MF .deps/gdxpm.Tpo -c gdxpm.c -o gdxpm.o >/dev/null 2>&1 --- gdfontmb.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontmb.lo -MD -MP -MF ".deps/gdfontmb.Tpo" -c -o gdfontmb.lo gdfontmb.c; then mv -f ".deps/gdfontmb.Tpo" ".deps/gdfontmb.Plo"; else rm -f ".deps/gdfontmb.Tpo"; exit 1; fi --- gd_io_file.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdfontt.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c gdfontt.c -fPIC -DPIC -o .libs/gdfontt.o --- gdfonts.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfonts.lo -MD -MP -MF .deps/gdfonts.Tpo -c gdfonts.c -fPIC -DPIC -o .libs/gdfonts.o --- gdfontt.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c gdfontt.c -o gdfontt.o >/dev/null 2>&1 --- gd_png.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdfontl.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontl.lo -MD -MP -MF ".deps/gdfontl.Tpo" -c -o gdfontl.lo gdfontl.c; then mv -f ".deps/gdfontl.Tpo" ".deps/gdfontl.Plo"; else rm -f ".deps/gdfontl.Tpo"; exit 1; fi --- gdfontg.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontg.lo -MD -MP -MF ".deps/gdfontg.Tpo" -c -o gdfontg.lo gdfontg.c; then mv -f ".deps/gdfontg.Tpo" ".deps/gdfontg.Plo"; else rm -f ".deps/gdfontg.Tpo"; exit 1; fi --- gdtables.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdtables.lo -MD -MP -MF ".deps/gdtables.Tpo" -c -o gdtables.lo gdtables.c; then mv -f ".deps/gdtables.Tpo" ".deps/gdtables.Plo"; else rm -f ".deps/gdtables.Tpo"; exit 1; fi --- gd_jpeg.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdfonts.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfonts.lo -MD -MP -MF .deps/gdfonts.Tpo -c gdfonts.c -o gdfonts.o >/dev/null 2>&1 --- gdfontmb.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontmb.lo -MD -MP -MF .deps/gdfontmb.Tpo -c gdfontmb.c -fPIC -DPIC -o .libs/gdfontmb.o --- gd_gd2.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdfontg.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontg.lo -MD -MP -MF .deps/gdfontg.Tpo -c gdfontg.c -fPIC -DPIC -o .libs/gdfontg.o --- gdfontmb.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontmb.lo -MD -MP -MF .deps/gdfontmb.Tpo -c gdfontmb.c -o gdfontmb.o >/dev/null 2>&1 --- gdtables.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdtables.lo -MD -MP -MF .deps/gdtables.Tpo -c gdtables.c -fPIC -DPIC -o .libs/gdtables.o --- gdft.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdft.lo -MD -MP -MF ".deps/gdft.Tpo" -c -o gdft.lo gdft.c; then mv -f ".deps/gdft.Tpo" ".deps/gdft.Plo"; else rm -f ".deps/gdft.Tpo"; exit 1; fi --- gdtables.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdtables.lo -MD -MP -MF .deps/gdtables.Tpo -c gdtables.c -o gdtables.o >/dev/null 2>&1 --- gdfontl.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontl.lo -MD -MP -MF .deps/gdfontl.Tpo -c gdfontl.c -fPIC -DPIC -o .libs/gdfontl.o --- gdcache.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdcache.lo -MD -MP -MF ".deps/gdcache.Tpo" -c -o gdcache.lo gdcache.c; then mv -f ".deps/gdcache.Tpo" ".deps/gdcache.Plo"; else rm -f ".deps/gdcache.Tpo"; exit 1; fi --- gdkanji.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdkanji.lo -MD -MP -MF ".deps/gdkanji.Tpo" -c -o gdkanji.lo gdkanji.c; then mv -f ".deps/gdkanji.Tpo" ".deps/gdkanji.Plo"; else rm -f ".deps/gdkanji.Tpo"; exit 1; fi --- gd_jpeg.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdcache.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdcache.lo -MD -MP -MF .deps/gdcache.Tpo -c gdcache.c -fPIC -DPIC -o .libs/gdcache.o --- gdfontl.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontl.lo -MD -MP -MF .deps/gdfontl.Tpo -c gdfontl.c -o gdfontl.o >/dev/null 2>&1 --- gdfontg.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdfontg.lo -MD -MP -MF .deps/gdfontg.Tpo -c gdfontg.c -o gdfontg.o >/dev/null 2>&1 --- wbmp.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT wbmp.lo -MD -MP -MF ".deps/wbmp.Tpo" -c -o wbmp.lo wbmp.c; then mv -f ".deps/wbmp.Tpo" ".deps/wbmp.Plo"; else rm -f ".deps/wbmp.Tpo"; exit 1; fi --- gdft.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c -fPIC -DPIC -o .libs/gdft.o --- gd_gd.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdkanji.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdkanji.lo -MD -MP -MF .deps/gdkanji.Tpo -c gdkanji.c -fPIC -DPIC -o .libs/gdkanji.o --- gd_gd.lo --- gd_gd.c: In function '_gdGetColors': gd_gd.c:40:25: warning: comparison between pointer and integer if (&im->colorsTotal > gdMaxColors) ^ --- gdcache.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdcache.lo -MD -MP -MF .deps/gdcache.Tpo -c gdcache.c -o gdcache.o >/dev/null 2>&1 --- gd_wbmp.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd_wbmp.lo -MD -MP -MF ".deps/gd_wbmp.Tpo" -c -o gd_wbmp.lo gd_wbmp.c; then mv -f ".deps/gd_wbmp.Tpo" ".deps/gd_wbmp.Plo"; else rm -f ".deps/gd_wbmp.Tpo"; exit 1; fi --- gd_gd.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- wbmp.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT wbmp.lo -MD -MP -MF .deps/wbmp.Tpo -c wbmp.c -fPIC -DPIC -o .libs/wbmp.o --- gdhelpers.lo --- --- gd_topal.lo --- --- gdhelpers.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdhelpers.lo -MD -MP -MF ".deps/gdhelpers.Tpo" -c -o gdhelpers.lo gdhelpers.c; then mv -f ".deps/gdhelpers.Tpo" ".deps/gdhelpers.Plo"; else rm -f ".deps/gdhelpers.Tpo"; exit 1; fi --- gd_topal.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd_topal.lo -MD -MP -MF ".deps/gd_topal.Tpo" -c -o gd_topal.lo gd_topal.c; then mv -f ".deps/gd_topal.Tpo" ".deps/gd_topal.Plo"; else rm -f ".deps/gd_topal.Tpo"; exit 1; fi --- gd_clip.lo --- if /bin/sh ../../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd_clip.lo -MD -MP -MF ".deps/gd_clip.Tpo" -c -o gd_clip.lo gd_clip.c; then mv -f ".deps/gd_clip.Tpo" ".deps/gd_clip.Plo"; else rm -f ".deps/gd_clip.Tpo"; exit 1; fi --- gd_wbmp.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdkanji.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdkanji.lo -MD -MP -MF .deps/gdkanji.Tpo -c gdkanji.c -o gdkanji.o >/dev/null 2>&1 --- gdhelpers.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdhelpers.lo -MD -MP -MF .deps/gdhelpers.Tpo -c gdhelpers.c -fPIC -DPIC -o .libs/gdhelpers.o --- gd_topal.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd_topal.lo -MD -MP -MF .deps/gd_topal.Tpo -c gd_topal.c -fPIC -DPIC -o .libs/gd_topal.o --- gd_clip.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdhelpers.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdhelpers.lo -MD -MP -MF .deps/gdhelpers.Tpo -c gdhelpers.c -o gdhelpers.o >/dev/null 2>&1 --- gd_wbmp.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- wbmp.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT wbmp.lo -MD -MP -MF .deps/wbmp.Tpo -c wbmp.c -o wbmp.o >/dev/null 2>&1 --- gd_clip.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- gdft.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c -o gdft.o >/dev/null 2>&1 --- gd.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd.lo -MD -MP -MF .deps/gd.Tpo -c gd.c -o gd.o >/dev/null 2>&1 --- gd_topal.lo --- cc -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_LIBFREETYPE -DHAVE_LIBPNG -DHAVE_LIBJPEG -I. -I. -I../../.. -I. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT gd_topal.lo -MD -MP -MF .deps/gd_topal.Tpo -c gd_topal.c -o gd_topal.o >/dev/null 2>&1 --- libgd.la --- /bin/sh ../../../libtool --mode=link --tag=CC cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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_topal.lo gd_clip.lo 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_topal.o .libs/gd_clip.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libgd.a creating libgd.la (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 --- --- ipa.lo --- if /bin/sh ../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT ipa.lo -MD -MP -MF ".deps/ipa.Tpo" -c -o ipa.lo ipa.c; then mv -f ".deps/ipa.Tpo" ".deps/ipa.Plo"; else rm -f ".deps/ipa.Tpo"; exit 1; fi --- eps.lo --- if /bin/sh ../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT eps.lo -MD -MP -MF ".deps/eps.Tpo" -c -o eps.lo eps.c; then mv -f ".deps/eps.Tpo" ".deps/eps.Plo"; else rm -f ".deps/eps.Tpo"; exit 1; fi --- foreign.lo --- if /bin/sh ../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT foreign.lo -MD -MP -MF ".deps/foreign.Tpo" -c -o foreign.lo foreign.c; then mv -f ".deps/foreign.Tpo" ".deps/foreign.Plo"; else rm -f ".deps/foreign.Tpo"; exit 1; fi --- fig.lo --- if /bin/sh ../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT fig.lo -MD -MP -MF ".deps/fig.Tpo" -c -o fig.lo fig.c; then mv -f ".deps/fig.Tpo" ".deps/fig.Plo"; else rm -f ".deps/fig.Tpo"; exit 1; fi --- svg.lo --- if /bin/sh ../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT svg.lo -MD -MP -MF ".deps/svg.Tpo" -c -o svg.lo svg.c; then mv -f ".deps/svg.Tpo" ".deps/svg.Plo"; else rm -f ".deps/svg.Tpo"; exit 1; fi --- xgd.lo --- if /bin/sh ../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT xgd.lo -MD -MP -MF ".deps/xgd.Tpo" -c -o xgd.lo xgd.c; then mv -f ".deps/xgd.Tpo" ".deps/xgd.Plo"; else rm -f ".deps/xgd.Tpo"; exit 1; fi --- x.lo --- if /bin/sh ../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT x.lo -MD -MP -MF ".deps/x.Tpo" -c -o x.lo x.c; then mv -f ".deps/x.Tpo" ".deps/x.Plo"; else rm -f ".deps/x.Tpo"; exit 1; fi --- plot.lo --- if /bin/sh ../../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT plot.lo -MD -MP -MF ".deps/plot.Tpo" -c -o plot.lo plot.c; then mv -f ".deps/plot.Tpo" ".deps/plot.Plo"; else rm -f ".deps/plot.Tpo"; exit 1; fi --- foreign.lo --- mkdir .libs cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT foreign.lo -MD -MP -MF .deps/foreign.Tpo -c foreign.c -fPIC -DPIC -o .libs/foreign.o --- svg.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c svg.c -fPIC -DPIC -o .libs/svg.o --- fig.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT fig.lo -MD -MP -MF .deps/fig.Tpo -c fig.c -fPIC -DPIC -o .libs/fig.o --- plot.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT plot.lo -MD -MP -MF .deps/plot.Tpo -c plot.c -fPIC -DPIC -o .libs/plot.o --- eps.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT eps.lo -MD -MP -MF .deps/eps.Tpo -c eps.c -fPIC -DPIC -o .libs/eps.o --- xgd.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT xgd.lo -MD -MP -MF .deps/xgd.Tpo -c xgd.c -fPIC -DPIC -o .libs/xgd.o --- x.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT x.lo -MD -MP -MF .deps/x.Tpo -c x.c -fPIC -DPIC -o .libs/x.o --- plot.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT plot.lo -MD -MP -MF .deps/plot.Tpo -c plot.c -o plot.o >/dev/null 2>&1 --- foreign.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT foreign.lo -MD -MP -MF .deps/foreign.Tpo -c foreign.c -o foreign.o >/dev/null 2>&1 --- x.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT x.lo -MD -MP -MF .deps/x.Tpo -c x.c -o x.o >/dev/null 2>&1 --- ipa.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT ipa.lo -MD -MP -MF .deps/ipa.Tpo -c ipa.c -fPIC -DPIC -o .libs/ipa.o --- svg.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT svg.lo -MD -MP -MF .deps/svg.Tpo -c svg.c -o svg.o >/dev/null 2>&1 --- fig.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT fig.lo -MD -MP -MF .deps/fig.Tpo -c fig.c -o fig.o >/dev/null 2>&1 --- ipa.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT ipa.lo -MD -MP -MF .deps/ipa.Tpo -c ipa.c -o ipa.o >/dev/null 2>&1 --- eps.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT eps.lo -MD -MP -MF .deps/eps.Tpo -c eps.c -o eps.o >/dev/null 2>&1 --- xgd.lo --- cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../../src/extra/gd -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT xgd.lo -MD -MP -MF .deps/xgd.Tpo -c xgd.c -o xgd.o >/dev/null 2>&1 --- libipa.la --- /bin/sh ../../libtool --mode=link --tag=CC cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -o libipa.la eps.lo fig.lo svg.lo xgd.lo x.lo ipa.lo plot.lo foreign.lo 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/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libipa.a creating libipa.la (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 --- --- api.lo --- if /bin/sh ../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT api.lo -MD -MP -MF ".deps/api.Tpo" -c -o api.lo api.c; then mv -f ".deps/api.Tpo" ".deps/api.Plo"; else rm -f ".deps/api.Tpo"; exit 1; fi --- bbuf.lo --- if /bin/sh ../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT bbuf.lo -MD -MP -MF ".deps/bbuf.Tpo" -c -o bbuf.lo bbuf.c; then mv -f ".deps/bbuf.Tpo" ".deps/bbuf.Plo"; else rm -f ".deps/bbuf.Tpo"; exit 1; fi --- recorder.lo --- if /bin/sh ../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT recorder.lo -MD -MP -MF ".deps/recorder.Tpo" -c -o recorder.lo recorder.c; then mv -f ".deps/recorder.Tpo" ".deps/recorder.Plo"; else rm -f ".deps/recorder.Tpo"; exit 1; fi --- stream.lo --- if /bin/sh ../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT stream.lo -MD -MP -MF ".deps/stream.Tpo" -c -o stream.lo stream.c; then mv -f ".deps/stream.Tpo" ".deps/stream.Plo"; else rm -f ".deps/stream.Tpo"; exit 1; fi --- meta.lo --- if /bin/sh ../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT meta.lo -MD -MP -MF ".deps/meta.Tpo" -c -o meta.lo meta.c; then mv -f ".deps/meta.Tpo" ".deps/meta.Plo"; else rm -f ".deps/meta.Tpo"; exit 1; fi --- wmf.lo --- if /bin/sh ../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT wmf.lo -MD -MP -MF ".deps/wmf.Tpo" -c -o wmf.lo wmf.c; then mv -f ".deps/wmf.Tpo" ".deps/wmf.Plo"; else rm -f ".deps/wmf.Tpo"; exit 1; fi --- xml.lo --- if /bin/sh ../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT xml.lo -MD -MP -MF ".deps/xml.Tpo" -c -o xml.lo xml.c; then mv -f ".deps/xml.Tpo" ".deps/xml.Plo"; else rm -f ".deps/xml.Tpo"; exit 1; fi --- player.lo --- if /bin/sh ../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT player.lo -MD -MP -MF ".deps/player.Tpo" -c -o player.lo player.c; then mv -f ".deps/player.Tpo" ".deps/player.Plo"; else rm -f ".deps/player.Tpo"; exit 1; fi --- font.lo --- if /bin/sh ../libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT font.lo -MD -MP -MF ".deps/font.Tpo" -c -o font.lo font.c; then mv -f ".deps/font.Tpo" ".deps/font.Plo"; else rm -f ".deps/font.Tpo"; exit 1; fi --- stream.lo --- mkdir .libs cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -fPIC -DPIC -o .libs/stream.o --- player.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT player.lo -MD -MP -MF .deps/player.Tpo -c player.c -fPIC -DPIC -o .libs/player.o --- wmf.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT wmf.lo -MD -MP -MF .deps/wmf.Tpo -c wmf.c -fPIC -DPIC -o .libs/wmf.o --- xml.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.c -fPIC -DPIC -o .libs/xml.o --- meta.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT meta.lo -MD -MP -MF .deps/meta.Tpo -c meta.c -fPIC -DPIC -o .libs/meta.o --- api.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -fPIC -DPIC -o .libs/api.o --- wmf.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT wmf.lo -MD -MP -MF .deps/wmf.Tpo -c wmf.c -o wmf.o >/dev/null 2>&1 --- font.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT font.lo -MD -MP -MF .deps/font.Tpo -c font.c -fPIC -DPIC -o .libs/font.o --- stream.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -o stream.o >/dev/null 2>&1 --- recorder.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT recorder.lo -MD -MP -MF .deps/recorder.Tpo -c recorder.c -fPIC -DPIC -o .libs/recorder.o --- bbuf.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT bbuf.lo -MD -MP -MF .deps/bbuf.Tpo -c bbuf.c -fPIC -DPIC -o .libs/bbuf.o --- meta.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT meta.lo -MD -MP -MF .deps/meta.Tpo -c meta.c -o meta.o >/dev/null 2>&1 --- api.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -o api.o >/dev/null 2>&1 --- bbuf.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -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 --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT xml.lo -MD -MP -MF .deps/xml.Tpo -c xml.c -o xml.o >/dev/null 2>&1 --- font.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT font.lo -MD -MP -MF .deps/font.Tpo -c font.c -o font.o >/dev/null 2>&1 --- recorder.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT recorder.lo -MD -MP -MF .deps/recorder.Tpo -c recorder.c -o recorder.o >/dev/null 2>&1 --- player.lo --- cc -DHAVE_CONFIG_H -DLIBWMF_INCLUDE_TRIO_H=1 -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -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.. -I../include -I../src -I.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT player.lo -MD -MP -MF .deps/player.Tpo -c player.c -o player.o >/dev/null 2>&1 --- libwmflite.la --- /bin/sh ../libtool --mode=link --tag=CC cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -o libwmflite.la -rpath /usr/local/lib -lm -no-undefined -version-info 7:1:0 -release 0.2 -export-dynamic api.lo bbuf.lo meta.lo player.lo recorder.lo cc -shared .libs/api.o .libs/bbuf.o .libs/meta.o .libs/player.o .libs/recorder.o -lm -Wl,-soname -Wl,libwmflite-0.2.so.7 -o .libs/libwmflite-0.2.so.7.0.1 (cd .libs && rm -f libwmflite-0.2.so.7 && ln -s libwmflite-0.2.so.7.0.1 libwmflite-0.2.so.7) (cd .libs && rm -f libwmflite.so && ln -s libwmflite-0.2.so.7.0.1 libwmflite.so) ar cru .libs/libwmflite.a api.o bbuf.o meta.o player.o recorder.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libwmflite.a creating libwmflite.la (cd .libs && rm -f libwmflite.la && ln -s ../libwmflite.la libwmflite.la) --- libwmf.la --- /bin/sh ../libtool --mode=link --tag=CC cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -o libwmf.la -rpath /usr/local/lib -no-undefined -version-info 8:0:1 -release 0.2 -export-dynamic 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 -lxml2 -lz -L/usr/lib -llzma -L/usr/lib -lm -L/usr/local/lib -ljpeg -L/usr/local/lib -lpng -lz -lm cc -shared .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-nox11/libwmf-0.2.8.4/src/.libs -Wl,--rpath -Wl,/usr/local/lib ./.libs/libwmflite.so -L/usr/local/lib -lfreetype -lxml2 -L/usr/lib -llzma -ljpeg -lpng -lz -lm -Wl,-soname -Wl,libwmf-0.2.so.7 -o .libs/libwmf-0.2.so.7.1.0 (cd .libs && rm -f libwmf-0.2.so.7 && ln -s libwmf-0.2.so.7.1.0 libwmf-0.2.so.7) (cd .libs && rm -f libwmf.so && ln -s libwmf-0.2.so.7.1.0 libwmf.so) rm -fr .libs/libwmf.lax mkdir .libs/libwmf.lax rm -fr .libs/libwmf.lax/libipa.a mkdir .libs/libwmf.lax/libipa.a (cd .libs/libwmf.lax/libipa.a && ar x /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/src/ipa/.libs/libipa.a) rm -fr .libs/libwmf.lax/libgd.a mkdir .libs/libwmf.lax/libgd.a (cd .libs/libwmf.lax/libgd.a && ar x /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/src/extra/gd/.libs/libgd.a) ar cru .libs/libwmf.a font.o stream.o wmf.o xml.o .libs/libwmf.lax/libipa.a/foreign.o .libs/libwmf.lax/libipa.a/plot.o .libs/libwmf.lax/libipa.a/ipa.o .libs/libwmf.lax/libipa.a/x.o .libs/libwmf.lax/libipa.a/xgd.o .libs/libwmf.lax/libipa.a/svg.o .libs/libwmf.lax/libipa.a/fig.o .libs/libwmf.lax/libipa.a/eps.o .libs/libwmf.lax/libgd.a/gd_clip.o .libs/libwmf.lax/libgd.a/gd_topal.o .libs/libwmf.lax/libgd.a/gdhelpers.o .libs/libwmf.lax/libgd.a/gd_wbmp.o .libs/libwmf.lax/libgd.a/wbmp.o .libs/libwmf.lax/libgd.a/gdkanji.o .libs/libwmf.lax/libgd.a/gdcache.o .libs/libwmf.lax/libgd.a/gdft.o .libs/libwmf.lax/libgd.a/gdtables.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/gdxpm.o .libs/libwmf.lax/libgd.a/gd_jpeg.o .libs/libwmf.lax/libgd.a/gd_png.o .libs/libwmf.lax/libgd.a/gd_io_ss.o .libs/libwmf.lax/libgd.a/gd_ss.o .libs/libwmf.lax/libgd.a/gd_io_file.o .libs/libwmf.lax/libgd.a/gd_io_dp.o .libs/libwmf.lax/libgd.a/gd_io.o .libs/libwmf.lax/libgd.a/gd_gd2.o .libs/libwmf.lax/libgd.a/gd_gd.o .libs/libwmf.lax/libgd.a/gd.o /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') ranlib .libs/libwmf.a rm -fr .libs/libwmf.lax creating libwmf.la (cd .libs && rm -f libwmf.la && ln -s ../libwmf.la libwmf.la) Making all in convert --- wmf2eps.o --- --- wmf2fig.o --- --- wmf2svg.o --- --- wmf2gd.o --- --- wmf2eps.o --- if cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT wmf2eps.o -MD -MP -MF ".deps/wmf2eps.Tpo" -c -o wmf2eps.o wmf2eps.c; then mv -f ".deps/wmf2eps.Tpo" ".deps/wmf2eps.Po"; else rm -f ".deps/wmf2eps.Tpo"; exit 1; fi --- wmf2fig.o --- if cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT wmf2fig.o -MD -MP -MF ".deps/wmf2fig.Tpo" -c -o wmf2fig.o wmf2fig.c; then mv -f ".deps/wmf2fig.Tpo" ".deps/wmf2fig.Po"; else rm -f ".deps/wmf2fig.Tpo"; exit 1; fi --- wmf2svg.o --- if cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT wmf2svg.o -MD -MP -MF ".deps/wmf2svg.Tpo" -c -o wmf2svg.o wmf2svg.c; then mv -f ".deps/wmf2svg.Tpo" ".deps/wmf2svg.Po"; else rm -f ".deps/wmf2svg.Tpo"; exit 1; fi --- wmf2gd.o --- if cc -DHAVE_CONFIG_H -DPACKAGE=\"libwmf\" -DVERSION=\"0.2.8\" -I. -I. -I../.. -I../../include -I../../src -I../.. -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -MT wmf2gd.o -MD -MP -MF ".deps/wmf2gd.Tpo" -c -o wmf2gd.o wmf2gd.c; then mv -f ".deps/wmf2gd.Tpo" ".deps/wmf2gd.Po"; else rm -f ".deps/wmf2gd.Tpo"; exit 1; fi --- wmf2fig --- /bin/sh ../../libtool --mode=link --tag=CC cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -L../../src/.libs -L/usr/local/lib -lfreetype -L/usr/local/lib -lxml2 -lz -L/usr/lib -llzma -L/usr/lib -lm -L/usr/local/lib -ljpeg -L/usr/local/lib -lpng -lz -lm -o wmf2fig wmf2fig.o ../libwmf.la ../libwmflite.la --- wmf2svg --- /bin/sh ../../libtool --mode=link --tag=CC cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -L../../src/.libs -L/usr/local/lib -lfreetype -L/usr/local/lib -lxml2 -lz -L/usr/lib -llzma -L/usr/lib -lm -L/usr/local/lib -ljpeg -L/usr/local/lib -lpng -lz -lm -o wmf2svg wmf2svg.o ../libwmf.la ../libwmflite.la --- wmf2gd --- /bin/sh ../../libtool --mode=link --tag=CC cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -L../../src/.libs -L/usr/local/lib -lfreetype -L/usr/local/lib -lxml2 -lz -L/usr/lib -llzma -L/usr/lib -lm -L/usr/local/lib -ljpeg -L/usr/local/lib -lpng -lz -lm -o wmf2gd wmf2gd.o ../libwmf.la ../libwmflite.la --- wmf2fig --- mkdir .libs cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -o .libs/wmf2fig wmf2fig.o -L/construction/graphics/libwmf-nox11/libwmf-0.2.8.4/src/.libs -L/usr/local/lib -L/usr/lib ../.libs/libwmf.so ../.libs/libwmflite.so -lfreetype -lxml2 -llzma -ljpeg -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib --- wmf2gd --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -o .libs/wmf2gd wmf2gd.o -L/construction/graphics/libwmf-nox11/libwmf-0.2.8.4/src/.libs -L/usr/local/lib -L/usr/lib ../.libs/libwmf.so ../.libs/libwmflite.so -lfreetype -lxml2 -llzma -ljpeg -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib --- wmf2fig --- creating wmf2fig --- wmf2svg --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -o .libs/wmf2svg wmf2svg.o -L/construction/graphics/libwmf-nox11/libwmf-0.2.8.4/src/.libs -L/usr/local/lib -L/usr/lib ../.libs/libwmf.so ../.libs/libwmflite.so -lfreetype -lxml2 -llzma -ljpeg -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib --- wmf2eps --- /bin/sh ../../libtool --mode=link --tag=CC cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -L../../src/.libs -L/usr/local/lib -lfreetype -L/usr/local/lib -lxml2 -lz -L/usr/lib -llzma -L/usr/lib -lm -L/usr/local/lib -ljpeg -L/usr/local/lib -lpng -lz -lm -o wmf2eps wmf2eps.o ../libwmf.la ../libwmflite.la --- wmf2svg --- creating wmf2svg --- wmf2gd --- creating wmf2gd --- wmf2eps --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -o .libs/wmf2eps wmf2eps.o -L/construction/graphics/libwmf-nox11/libwmf-0.2.8.4/src/.libs -L/usr/local/lib -L/usr/lib ../.libs/libwmf.so ../.libs/libwmflite.so -lfreetype -lxml2 -llzma -ljpeg -lpng -lz -lm -Wl,--rpath -Wl,/usr/local/lib creating wmf2eps Making all in include --- all-recursive --- Making all in libwmf Making all in fonts SUCCEEDED 00:00:42 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libwmf-nox11-0.2.8.4_15 ===> Generating temporary packing list /usr/bin/make INSTALL_PROGRAM="/bin/sh /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -c -s" install_sh_PROGRAM="/bin/sh /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -c -s" INSTALL_STRIP_FLAG=-s `test -z 'strip' || echo "INSTALL_PROGRAM_ENV=STRIPPROG='strip'"` install Making install in . test -z "/usr/local/bin" || /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -d "/construction/graphics/libwmf-nox11/stage/usr/local/bin" install -m 555 'libwmf-config' '/construction/graphics/libwmf-nox11/stage/usr/local/bin/libwmf-config' Making install in src Making install in extra Making install in trio Making install in gd test -z "/usr/local/include/libwmf/gd" || /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -d "/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/gd" install -m 0644 'gd.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/gd/gd.h' install -m 0644 'gdcache.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/gd/gdcache.h' install -m 0644 'gd_clip.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/gd/gd_clip.h' install -m 0644 'gd_io.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/gd/gd_io.h' install -m 0644 'gdfontg.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/gd/gdfontg.h' install -m 0644 'gdfontl.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/gd/gdfontl.h' install -m 0644 'gdfontmb.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/gd/gdfontmb.h' install -m 0644 'gdfonts.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/gd/gdfonts.h' install -m 0644 'gdfontt.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/gd/gdfontt.h' Making install in ipa Making install in . test -z "/usr/local/lib" || /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -d "/construction/graphics/libwmf-nox11/stage/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c -s 'libwmflite.la' '/construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmflite.la' /usr/bin/install -c .libs/libwmflite-0.2.so.7.0.1 /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmflite-0.2.so.7.0.1 strip --strip-unneeded /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmflite-0.2.so.7.0.1 (cd /construction/graphics/libwmf-nox11/stage/usr/local/lib && rm -f libwmflite-0.2.so.7 && ln -s libwmflite-0.2.so.7.0.1 libwmflite-0.2.so.7) (cd /construction/graphics/libwmf-nox11/stage/usr/local/lib && rm -f libwmflite.so && ln -s libwmflite-0.2.so.7.0.1 libwmflite.so) /usr/bin/install -c .libs/libwmflite.lai /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmflite.la /usr/bin/install -c .libs/libwmflite.a /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmflite.a strip --strip-debug /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmflite.a ranlib /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmflite.a chmod 644 /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmflite.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c -s 'libwmf.la' '/construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmf.la' libtool: install: warning: relinking `libwmf.la' (cd /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/src; /bin/sh ../libtool --tag=CC --mode=relink cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/local/include -o libwmf.la -rpath /usr/local/lib -no-undefined -version-info 8:0:1 -release 0.2 -export-dynamic 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 -lxml2 -lz -L/usr/lib -llzma -L/usr/lib -lm -L/usr/local/lib -ljpeg -L/usr/local/lib -lpng -lz -lm -inst-prefix-dir /construction/graphics/libwmf-nox11/stage) cc -shared .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 ./.libs/libwmflite.so -L/usr/local/lib -lfreetype -lxml2 -L/usr/lib -llzma -ljpeg -lpng -lz -lm -Wl,-soname -Wl,libwmf-0.2.so.7 -o .libs/libwmf-0.2.so.7.1.0 /usr/bin/install -c .libs/libwmf-0.2.so.7.1.0T /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmf-0.2.so.7.1.0 strip --strip-unneeded /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmf-0.2.so.7.1.0 (cd /construction/graphics/libwmf-nox11/stage/usr/local/lib && rm -f libwmf-0.2.so.7 && ln -s libwmf-0.2.so.7.1.0 libwmf-0.2.so.7) (cd /construction/graphics/libwmf-nox11/stage/usr/local/lib && rm -f libwmf.so && ln -s libwmf-0.2.so.7.1.0 libwmf.so) /usr/bin/install -c .libs/libwmf.lai /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmf.la /usr/bin/install -c .libs/libwmf.a /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmf.a strip --strip-debug /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmf.a ranlib /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmf.a chmod 644 /construction/graphics/libwmf-nox11/stage/usr/local/lib/libwmf.a libtool: install: warning: remember to run `libtool --finish /usr/local/lib' Making install in convert test -z "/usr/local/bin" || /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -d "/construction/graphics/libwmf-nox11/stage/usr/local/bin" STRIPPROG='strip' /bin/sh ../../libtool --mode=install /bin/sh /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -c -s 'wmf2eps' '/construction/graphics/libwmf-nox11/stage/usr/local/bin/wmf2eps' libtool: install: warning: `../libwmf.la' has not been installed in `/usr/local/lib' libtool: install: warning: `../libwmflite.la' has not been installed in `/usr/local/lib' /bin/sh /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -c -s .libs/wmf2eps /construction/graphics/libwmf-nox11/stage/usr/local/bin/wmf2eps STRIPPROG='strip' /bin/sh ../../libtool --mode=install /bin/sh /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -c -s 'wmf2fig' '/construction/graphics/libwmf-nox11/stage/usr/local/bin/wmf2fig' libtool: install: warning: `../libwmf.la' has not been installed in `/usr/local/lib' libtool: install: warning: `../libwmflite.la' has not been installed in `/usr/local/lib' /bin/sh /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -c -s .libs/wmf2fig /construction/graphics/libwmf-nox11/stage/usr/local/bin/wmf2fig STRIPPROG='strip' /bin/sh ../../libtool --mode=install /bin/sh /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -c -s 'wmf2svg' '/construction/graphics/libwmf-nox11/stage/usr/local/bin/wmf2svg' libtool: install: warning: `../libwmf.la' has not been installed in `/usr/local/lib' libtool: install: warning: `../libwmflite.la' has not been installed in `/usr/local/lib' /bin/sh /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -c -s .libs/wmf2svg /construction/graphics/libwmf-nox11/stage/usr/local/bin/wmf2svg STRIPPROG='strip' /bin/sh ../../libtool --mode=install /bin/sh /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -c -s 'wmf2gd' '/construction/graphics/libwmf-nox11/stage/usr/local/bin/wmf2gd' libtool: install: warning: `../libwmf.la' has not been installed in `/usr/local/lib' libtool: install: warning: `../libwmflite.la' has not been installed in `/usr/local/lib' /bin/sh /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -c -s .libs/wmf2gd /construction/graphics/libwmf-nox11/stage/usr/local/bin/wmf2gd Making install in include Making install in libwmf test -z "/usr/local/include/libwmf" || /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -d "/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf" install -m 0644 'api.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/api.h' install -m 0644 'color.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/color.h' install -m 0644 'defs.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/defs.h' install -m 0644 'fund.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/fund.h' install -m 0644 'ipa.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/ipa.h' install -m 0644 'types.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/types.h' install -m 0644 'macro.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/macro.h' install -m 0644 'font.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/font.h' install -m 0644 'canvas.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/canvas.h' install -m 0644 'foreign.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/foreign.h' install -m 0644 'eps.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/eps.h' install -m 0644 'fig.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/fig.h' install -m 0644 'svg.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/svg.h' install -m 0644 'gd.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/gd.h' install -m 0644 'x.h' '/construction/graphics/libwmf-nox11/stage/usr/local/include/libwmf/x.h' Making install in fonts test -z "/usr/local/bin" || /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -d "/construction/graphics/libwmf-nox11/stage/usr/local/bin" install -m 555 'libwmf-fontmap' '/construction/graphics/libwmf-nox11/stage/usr/local/bin/libwmf-fontmap' test -z "/usr/local/share/libwmf/fonts" || /construction/graphics/libwmf-nox11/libwmf-0.2.8.4/install-sh -d "/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts" install -m 0644 'n019003l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n019003l.afm' install -m 0644 'n019003l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n019003l.pfb' install -m 0644 'n019004l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n019004l.afm' install -m 0644 'n019004l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n019004l.pfb' install -m 0644 'n019023l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n019023l.afm' install -m 0644 'n019023l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n019023l.pfb' install -m 0644 'n019024l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n019024l.afm' install -m 0644 'n019024l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n019024l.pfb' install -m 0644 'n021003l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n021003l.afm' install -m 0644 'n021003l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n021003l.pfb' install -m 0644 'n021004l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n021004l.afm' install -m 0644 'n021004l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n021004l.pfb' install -m 0644 'n021023l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n021023l.afm' install -m 0644 'n021023l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n021023l.pfb' install -m 0644 'n021024l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n021024l.afm' install -m 0644 'n021024l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n021024l.pfb' install -m 0644 'n022003l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n022003l.afm' install -m 0644 'n022003l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n022003l.pfb' install -m 0644 'n022004l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n022004l.afm' install -m 0644 'n022004l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n022004l.pfb' install -m 0644 'n022023l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n022023l.afm' install -m 0644 'n022023l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n022023l.pfb' install -m 0644 'n022024l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n022024l.afm' install -m 0644 'n022024l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/n022024l.pfb' install -m 0644 's050000l.afm' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/s050000l.afm' install -m 0644 's050000l.pfb' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/s050000l.pfb' install -m 0644 'fontmap' '/construction/graphics/libwmf-nox11/stage/usr/local/share/libwmf/fonts/fontmap' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for libwmf-nox11-0.2.8.4_15 file sizes/checksums [306]: 0% file sizes/checksums [306]: 32% file sizes/checksums [306]: 65% file sizes/checksums [306]: 98% file sizes/checksums [306]: 100% packing files [306]: 0% packing files [306]: 32% packing files [306]: 65% packing files [306]: 98% packing files [306]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:10 TOTAL TIME 00:01:13