Skip to content

Instantly share code, notes, and snippets.

@kmurph73
Created October 21, 2011 19:02
Show Gist options
  • Save kmurph73/1304647 to your computer and use it in GitHub Desktop.
Save kmurph73/1304647 to your computer and use it in GitHub Desktop.
Output from brew install graphicsmagick --use-gcc
==> Downloading http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.12/GraphicsMagick-1.3.12.tar.bz2
File already downloaded in /Users/kmurph79/Library/Caches/Homebrew
/usr/bin/tar xf /Users/kmurph79/Library/Caches/Homebrew/graphicsmagick-1.3.12.tar.bz2
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/graphicsmagick/1.3.12 --enable-shared --disable-static --with-gs-font-dir=/usr/local/share/ghostscript/fonts
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/graphicsmagick/1.3.12 --enable-shared --disable-static --with-gs-font-dir=/usr/local/share/ghostscript/fonts
configuring GraphicsMagick 1.3.12
checking build system type... i386-apple-darwin11.2.0
checking host system type... i386-apple-darwin11.2.0
checking target system type... i386-apple-darwin11.2.0
checking whether build environment is sane... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... ltdl/config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... /usr/bin/gcc-4.2
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.2... none
checking for /usr/bin/gcc-4.2 option to accept ISO C99... -std=gnu99
checking for /usr/bin/gcc-4.2 -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -std=gnu99 -E
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/gcc-4.2 -std=gnu99... /usr/bin/gcc-4.2
checking if the linker (/usr/bin/gcc-4.2) is GNU ld... no
checking whether /usr/bin/gcc-4.2 -std=gnu99 and cc understand -c and -o together... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for linker lazyload option... none
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for /usr/bin/gcc-4.2 -std=gnu99 option to support OpenMP... -fopenmp
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/gcc-4.2 option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 -std=gnu99 object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc-4.2 -std=gnu99 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/gcc-4.2 -std=gnu99 option to produce PIC... -fno-common -DPIC
checking if /usr/bin/gcc-4.2 -std=gnu99 PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/gcc-4.2 -std=gnu99 static flag -static works... no
checking if /usr/bin/gcc-4.2 -std=gnu99 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.2 -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-4.2 -std=gnu99 linker (/usr/bin/gcc-4.2) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
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... no
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.2 accepts -g... yes
checking dependency style of /usr/bin/g++-4.2... none
checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E
checking for ld used by /usr/bin/g++-4.2... /usr/bin/gcc-4.2
checking if the linker (/usr/bin/gcc-4.2) is GNU ld... no
checking whether the /usr/bin/g++-4.2 linker (/usr/bin/gcc-4.2) supports shared libraries... yes
checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common -DPIC
checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/g++-4.2 static flag -static works... no
checking if /usr/bin/g++-4.2 supports -c -o file.o... yes
checking if /usr/bin/g++-4.2 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++-4.2 linker (/usr/bin/gcc-4.2) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... DYLD_LIBRARY_PATH
checking for the default library search path... /usr/local/lib /lib /usr/lib
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... yes
checking whether we have to add an underscore for dlsym... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... no
checking for error_t... no
checking for argz_add... no
checking for argz_append... no
checking for argz_count... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for ltdl.h... yes
checking whether lt_dlinterface_register is declared... yes
checking for lt_dladvise_preload in -lltdl... yes
checking where to find libltdl headers...
checking where to find libltdl library... -lltdl
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... yes
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... yes
checking for strlcpy... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether /usr/bin/gcc-4.2 -std=gnu99 needs -traditional... no
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking machine/param.h usability... yes
checking machine/param.h presence... yes
checking for machine/param.h... yes
checking for mach-o/dyld.h... (cached) yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for long double with more range or precision than double... yes
checking whether char is unsigned... no
checking size of signed short... 2
checking size of unsigned short... 2
checking size of signed int... 4
checking size of unsigned int... 4
checking size of signed long... 8
checking size of unsigned long... 8
checking size of signed long long... 8
checking size of unsigned long long... 8
checking size of off_t... 8
checking size of size_t... 8
checking size of unsigned int*... 8
checking return type of signal handlers... void
checking for C compiler __func__ support... yes
checking for signed 8-bit type... signed char
checking for unsigned 8-bit type... unsigned char
checking for signed 16-bit type... signed short
checking for unsigned 16-bit type... unsigned short
checking for signed 32-bit type... signed int
checking for unsigned 32-bit type... unsigned int
checking for signed 64-bit type... signed long
checking for unsigned 64-bit type... unsigned long
checking for unsigned maximum type... unsigned long
checking for pointer difference type... unsigned long
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap file i/o... yes
checking for atoll... yes
checking for ctime_r... yes
checking for directio... no
checking for _exit... yes
checking for fcntl... yes
checking for ftime... yes
checking for getexecname... no
checking for getc_unlocked... yes
checking for getpagesize... (cached) yes
checking for getrlimit... yes
checking for getpid... yes
checking for lltostr... no
checking for localtime_r... yes
checking for madvise... yes
checking for mkstemp... yes
checking for _NSGetExecutablePath... yes
checking for _pclose... no
checking for pclose... yes
checking for poll... yes
checking for _popen... no
checking for popen... yes
checking for posix_fadvise... no
checking for posix_fallocate... no
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for pread... yes
checking for pwrite... yes
checking for putc_unlocked... yes
checking for raise... yes
checking for rand_r... yes
checking for readdir_r... yes
checking for readlink... yes
checking for realpath... yes
checking for select... yes
checking for seekdir... yes
checking for setrlimit... yes
checking for sigemptyset... yes
checking for sigaction... yes
checking for spawnvp... no
checking for strerror... yes
checking for strerror_r... yes
checking for strlcat... (cached) yes
checking for strlcpy... (cached) yes
checking for strtoll... yes
checking for sysconf... yes
checking for tempnam... yes
checking for tmpnam_r... no
checking for times... yes
checking for telldir... yes
checking for ulltostr... no
checking for vsprintf... yes
checking for vsnprintf... yes
checking for qsort_r... yes
checking whether pread is declared... yes
checking whether pwrite is declared... yes
checking whether strlcpy is declared... yes
checking whether vsnprintf is declared... yes
checking for /dev/urandom... yes
checking for sysctl... /usr/sbin/sysctl
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether /usr/bin/g++-4.2 accepts -g... (cached) yes
checking dependency style of /usr/bin/g++-4.2... (cached) none
checking whether the compiler recognizes bool as a built-in type... yes
checking whether the compiler supports const_cast<>... yes
checking whether the compiler supports default template parameters... yes
checking whether the compiler supports exceptions... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler supports the explicit keyword... yes
checking whether the compiler supports ISO C++ standard library... yes
checking whether the compiler supports Standard Template Library... yes
checking whether the compiler supports ios::binary... yes
checking whether the compiler supports the mutable keyword... yes
checking whether the compiler accepts the new for scoping rules... yes
checking whether the compiler supports static_cast<>... yes
checking whether the compiler supports basic templates... yes
checking for C++ compiler __func__ support... yes
checking whether C++ compiler is sufficient for Magick++... yes
checking for X11 configure files...
checking for the pthreads library -lpthread... yes
checking for GOMP_parallel_start in -lgomp... yes
checking for sqrt in -lm... yes
checking for ZLIB support ...
checking zconf.h usability... yes
checking zconf.h presence... yes
checking for zconf.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress in -lz... yes
checking for uncompress in -lz... yes
checking for deflate in -lz... yes
checking for inflate in -lz... yes
checking for gzseek in -lz... yes
checking for gztell in -lz... yes
checking if ZLIB package is complete... yes
checking for BZLIB support ...
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for BZ2_bzDecompress in -lbz2... yes
checking if BZLIB package is complete... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for shmctl... yes
checking for XShmAttach in -lXext... yes
checking for XShapeCombineMask in -lXext... yes
checking for Display Postscript support ...
checking DPS/dpsXclient.h usability... no
checking DPS/dpsXclient.h presence... no
checking for DPS/dpsXclient.h... no
checking for DPSInitialize in -ldps... no
checking for DPSInitialize in -ldps... no
checking for XDPSPixelsPerPoint in -ldpstk... no
checking if DPS package is complete... no
checking for LCMS support ...
checking lcms.h usability... yes
checking lcms.h presence... yes
checking for lcms.h... yes
checking for cmsOpenProfileFromMem in -llcms... yes
checking if LCMS package is complete... yes
checking for PNG support ...
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_get_io_ptr in -lpng... yes
checking if PNG package is complete... yes
checking for JPEG support ...
checking jconfig.h usability... yes
checking jconfig.h presence... yes
checking for jconfig.h... yes
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking jmorecfg.h usability... yes
checking jmorecfg.h presence... yes
checking for jmorecfg.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... yes
checking for JPEG library is version 6b or later... yes
checking if JPEG package is complete... yes
checking for JPEG version 2 support ...
checking jasper/jasper.h usability... yes
checking jasper/jasper.h presence... yes
checking for jasper/jasper.h... yes
checking for jas_stream_fopen in -ljasper... yes
checking if JPEG version 2 support package is complete... yes
checking for FreeType 2.0 ...
checking for freetype-config... /usr/X11/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 freetype/freetype.h... yes
checking if FreeType package is complete... yes
checking for TIFF support ...
checking tiff.h usability... yes
checking tiff.h presence... yes
checking for tiff.h... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFOpen in -ltiff... yes
checking for TIFFClientOpen in -ltiff... yes
checking for TIFFIsByteSwapped in -ltiff... yes
checking for TIFFReadRGBATile in -ltiff... yes
checking for TIFFReadRGBAStrip in -ltiff... yes
checking if TIFF package is complete... yes
checking tiffconf.h usability... yes
checking tiffconf.h presence... yes
checking for tiffconf.h... yes
checking for TIFFIsCODECConfigured... yes
checking for TIFFMergeFieldInfo... yes
checking for TIFFSetErrorHandlerExt... yes
checking for TIFFSetTagExtender... yes
checking for TIFFSetWarningHandlerExt... yes
checking for TIFFSwabArrayOfTriples... yes
checking for JBIG support ...
checking jbig.h usability... no
checking jbig.h presence... no
checking for jbig.h... no
checking for jbg_dec_init in -ljbig... no
checking if JBIG package is complete... no
checking for XML support ...
checking for xml2-config... xml2-config
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking for xmlParseExternalEntity in -lxml2... yes
checking if XML package is complete... yes
checking for WMF support ...
checking for libwmf/ipa.h... no
checking if WMF package is complete... no
checking for autotrace... autotrace
checking for bzip2... /usr/bin/bzip2
checking for mozilla... mozilla
checking for ralcgm... ralcgm
checking for cat... /bin/cat
checking for dcraw... dcraw
checking for dot... dot
checking for dvips... dvips
checking for echo... /bin/echo
checking for xterm... /usr/X11/bin/xterm
checking for fig2dev... fig2dev
checking for gm... gm
checking for gnuplot... gnuplot
checking for hp2xx... hp2xx
checking for html2ps... html2ps
checking for ilbmtoppm... ilbmtoppm
checking for ppmtoilbm... ppmtoilbm
checking for lp... /usr/bin/lp
checking for lpr... /usr/bin/lpr
checking for uncompress... /usr/bin/uncompress
checking for compress... /usr/bin/compress
checking for gimp... gimp
checking for groff... /usr/bin/groff
checking for mpeg2decode... mpeg2decode
checking for mpeg2encode... mpeg2encode
checking for mv... /bin/mv
checking for pgpv... pgpv
checking for povray... povray
checking for gs... gs
checking for ra_ppm... ra_ppm
checking for rawtorle... rawtorle
checking for rm... /bin/rm
checking for scanimage... scanimage
checking for enscript... /usr/bin/enscript
checking for wmf2eps... wmf2eps
checking for wget... /usr/local/bin/wget
checking for gzip... /usr/bin/gzip
checking for rst2html.py... rst2html.py
checking for txt2html... txt2html
checking for Ghostscript fonts directory... /usr/local/share/ghostscript/fonts/
checking for rpmbuild... no
checking for rpm... no
checking for 7za... no
checking for zip... zip
configure: creating ./config.status
config.status: creating GraphicsMagick.spec
config.status: creating Magick++/bin/GraphicsMagick++-config
config.status: creating Magick++/lib/GraphicsMagick++.pc
config.status: creating Makefile
config.status: creating PerlMagick/Magick.pm
config.status: creating PerlMagick/Makefile.PL
config.status: creating PerlMagick/PerlMagickCheck.sh
config.status: creating config/delegates.mgk
config.status: creating config/type-ghostscript.mgk
config.status: creating config/type-solaris.mgk
config.status: creating config/type-windows.mgk
config.status: creating config/type.mgk
config.status: creating magick/GraphicsMagick-config
config.status: creating magick/GraphicsMagick.pc
config.status: creating magick/magick_types.h
config.status: creating magick/version.h
config.status: creating rungm.sh
config.status: creating wand/GraphicsMagickWand-config
config.status: creating wand/GraphicsMagickWand.pc
config.status: creating magick/magick_config.h
config.status: creating magick/magick_config_api.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
config.status: executing GraphicsMagick++-config.in commands
config.status: executing GraphicsMagick-config.in commands
config.status: executing GraphicsMagickWand-config.in commands
config.status: executing rungm.sh.in commands
config.status: executing PerlMagick/PerlMagickCheck.sh.in commands
GraphicsMagick is configured as follows. Please verify that this
configuration matches your expectations.
Host system type : i386-apple-darwin11.2.0
Build system type : i386-apple-darwin11.2.0
Option Configure option Configured value
-----------------------------------------------------------------
Shared libraries --enable-shared=yes yes
Static libraries --enable-static=no no
GNU ld --with-gnu-ld=no no
Quantum depth --with-quantum-depth=8 8
Delegate Configuration:
BZLIB --with-bzlib=yes yes
DPS --with-dps=yes no
FlashPIX --with-fpx=no no
FreeType 2.0 --with-ttf=yes yes
Ghostscript None gs (unknown)
Ghostscript fonts --with-gs-font-dir=/usr/local/share/ghostscript/fonts /usr/local/share/ghostscript/fonts/
Ghostscript lib --with-gslib=no no
JBIG --with-jbig=yes no
JPEG v1 --with-jpeg=yes yes
JPEG-2000 --with-jp2=yes yes
LCMS --with-lcms=yes yes
Magick++ --with-magick-plus-plus=yes yes
PERL --with-perl=no no
PNG --with-png=yes yes
TIFF --with-tiff=yes yes
TRIO --with-trio=yes no
Windows fonts --with-windows-font-dir= none
WMF --with-wmf=yes no
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes
X11 Configuration:
X_CFLAGS =
X_PRE_LIBS = -lSM -lICE
X_LIBS =
X_EXTRA_LIBS =
Options used to compile and link:
CC = /usr/bin/gcc-4.2 -std=gnu99
CFLAGS = -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE
CPPFLAGS = -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2
CXX = /usr/bin/g++-4.2
CXXFLAGS = -O3 -march=core2 -w -pipe -D_THREAD_SAFE
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -L/usr/X11/lib -L/usr/X11/lib -L/usr/lib
LIBS = -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lm -lgomp -lpthread
==> make install
make install
/bin/sh /private/tmp/homebrew-graphicsmagick-1.3.12-MUGl/GraphicsMagick-1.3.12/ltdl/config/install-sh -d . ltdl/
cp ./ltdl/argz_.h ltdl/argz.h-t
mv ltdl/argz.h-t ltdl/argz.h
make install-am
\
# source='ltdl/argz.c' object='ltdl/argz.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I. -I. -DLT_CONFIG_H='<magick/magick_config.h>' -DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o ltdl/argz.lo ltdl/argz.c
\
# source='magick/analyze.c' object='magick/magick_libGraphicsMagick_la-analyze.lo' libtool=yes
\
# source='magick/annotate.c' object='magick/magick_libGraphicsMagick_la-annotate.lo' libtool=yes
\
# source='magick/attribute.c' object='magick/magick_libGraphicsMagick_la-attribute.lo' libtool=yes
\
# source='magick/average.c' object='magick/magick_libGraphicsMagick_la-average.lo' libtool=yes
\
# source='magick/bit_stream.c' object='magick/magick_libGraphicsMagick_la-bit_stream.lo' libtool=yes
\
# source='magick/blob.c' object='magick/magick_libGraphicsMagick_la-blob.lo' libtool=yes
\
# source='magick/cdl.c' object='magick/magick_libGraphicsMagick_la-cdl.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-analyze.lo `test -f 'magick/analyze.c' || echo './'`magick/analyze.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-annotate.lo `test -f 'magick/annotate.c' || echo './'`magick/annotate.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-attribute.lo `test -f 'magick/attribute.c' || echo './'`magick/attribute.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-average.lo `test -f 'magick/average.c' || echo './'`magick/average.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-bit_stream.lo `test -f 'magick/bit_stream.c' || echo './'`magick/bit_stream.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-blob.lo `test -f 'magick/blob.c' || echo './'`magick/blob.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-cdl.lo `test -f 'magick/cdl.c' || echo './'`magick/cdl.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I. -I. "-DLT_CONFIG_H=<magick/magick_config.h>" -DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c ltdl/argz.c -fno-common -DPIC -o ltdl/.libs/argz.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/attribute.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-attribute.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/average.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-average.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/blob.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-blob.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/analyze.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-analyze.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/annotate.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-annotate.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/bit_stream.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-bit_stream.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/cdl.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-cdl.o
\
# source='magick/channel.c' object='magick/magick_libGraphicsMagick_la-channel.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-channel.lo `test -f 'magick/channel.c' || echo './'`magick/channel.c
\
# source='magick/compare.c' object='magick/magick_libGraphicsMagick_la-compare.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-compare.lo `test -f 'magick/compare.c' || echo './'`magick/compare.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/channel.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-channel.o
\
# source='magick/confirm_access.c' object='magick/magick_libGraphicsMagick_la-confirm_access.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-confirm_access.lo `test -f 'magick/confirm_access.c' || echo './'`magick/confirm_access.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/compare.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-compare.o
\
# source='magick/color.c' object='magick/magick_libGraphicsMagick_la-color.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-color.lo `test -f 'magick/color.c' || echo './'`magick/color.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/confirm_access.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-confirm_access.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/color.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-color.o
\
# source='magick/color_lookup.c' object='magick/magick_libGraphicsMagick_la-color_lookup.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-color_lookup.lo `test -f 'magick/color_lookup.c' || echo './'`magick/color_lookup.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/color_lookup.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-color_lookup.o
\
# source='magick/colormap.c' object='magick/magick_libGraphicsMagick_la-colormap.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-colormap.lo `test -f 'magick/colormap.c' || echo './'`magick/colormap.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/colormap.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-colormap.o
\
# source='magick/colorspace.c' object='magick/magick_libGraphicsMagick_la-colorspace.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-colorspace.lo `test -f 'magick/colorspace.c' || echo './'`magick/colorspace.c
\
# source='magick/command.c' object='magick/magick_libGraphicsMagick_la-command.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-command.lo `test -f 'magick/command.c' || echo './'`magick/command.c
\
# source='magick/composite.c' object='magick/magick_libGraphicsMagick_la-composite.lo' libtool=yes
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/colorspace.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-colorspace.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-composite.lo `test -f 'magick/composite.c' || echo './'`magick/composite.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/command.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-command.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/composite.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-composite.o
\
# source='magick/compress.c' object='magick/magick_libGraphicsMagick_la-compress.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-compress.lo `test -f 'magick/compress.c' || echo './'`magick/compress.c
\
# source='magick/constitute.c' object='magick/magick_libGraphicsMagick_la-constitute.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-constitute.lo `test -f 'magick/constitute.c' || echo './'`magick/constitute.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/compress.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-compress.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/constitute.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-constitute.o
\
# source='magick/decorate.c' object='magick/magick_libGraphicsMagick_la-decorate.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-decorate.lo `test -f 'magick/decorate.c' || echo './'`magick/decorate.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/decorate.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-decorate.o
\
# source='magick/delegate.c' object='magick/magick_libGraphicsMagick_la-delegate.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-delegate.lo `test -f 'magick/delegate.c' || echo './'`magick/delegate.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/delegate.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-delegate.o
\
# source='magick/deprecate.c' object='magick/magick_libGraphicsMagick_la-deprecate.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-deprecate.lo `test -f 'magick/deprecate.c' || echo './'`magick/deprecate.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/deprecate.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-deprecate.o
\
# source='magick/describe.c' object='magick/magick_libGraphicsMagick_la-describe.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-describe.lo `test -f 'magick/describe.c' || echo './'`magick/describe.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/describe.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-describe.o
\
# source='magick/draw.c' object='magick/magick_libGraphicsMagick_la-draw.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-draw.lo `test -f 'magick/draw.c' || echo './'`magick/draw.c
\
# source='magick/effect.c' object='magick/magick_libGraphicsMagick_la-effect.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-effect.lo `test -f 'magick/effect.c' || echo './'`magick/effect.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/draw.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-draw.o
\
# source='magick/enhance.c' object='magick/magick_libGraphicsMagick_la-enhance.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-enhance.lo `test -f 'magick/enhance.c' || echo './'`magick/enhance.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/effect.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-effect.o
\
# source='magick/enum_strings.c' object='magick/magick_libGraphicsMagick_la-enum_strings.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-enum_strings.lo `test -f 'magick/enum_strings.c' || echo './'`magick/enum_strings.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/enhance.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-enhance.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/enum_strings.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-enum_strings.o
\
# source='magick/error.c' object='magick/magick_libGraphicsMagick_la-error.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-error.lo `test -f 'magick/error.c' || echo './'`magick/error.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/error.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-error.o
\
# source='magick/fx.c' object='magick/magick_libGraphicsMagick_la-fx.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-fx.lo `test -f 'magick/fx.c' || echo './'`magick/fx.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/fx.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-fx.o
\
# source='magick/gem.c' object='magick/magick_libGraphicsMagick_la-gem.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-gem.lo `test -f 'magick/gem.c' || echo './'`magick/gem.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/gem.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-gem.o
\
# source='magick/gradient.c' object='magick/magick_libGraphicsMagick_la-gradient.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-gradient.lo `test -f 'magick/gradient.c' || echo './'`magick/gradient.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/gradient.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-gradient.o
\
# source='magick/hclut.c' object='magick/magick_libGraphicsMagick_la-hclut.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-hclut.lo `test -f 'magick/hclut.c' || echo './'`magick/hclut.c
\
# source='magick/image.c' object='magick/magick_libGraphicsMagick_la-image.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-image.lo `test -f 'magick/image.c' || echo './'`magick/image.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/hclut.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-hclut.o
\
# source='magick/list.c' object='magick/magick_libGraphicsMagick_la-list.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-list.lo `test -f 'magick/list.c' || echo './'`magick/list.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/image.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-image.o
\
# source='magick/locale.c' object='magick/magick_libGraphicsMagick_la-locale.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-locale.lo `test -f 'magick/locale.c' || echo './'`magick/locale.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/list.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-list.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/locale.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-locale.o
\
# source='magick/log.c' object='magick/magick_libGraphicsMagick_la-log.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-log.lo `test -f 'magick/log.c' || echo './'`magick/log.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/log.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-log.o
\
# source='magick/magic.c' object='magick/magick_libGraphicsMagick_la-magic.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-magic.lo `test -f 'magick/magic.c' || echo './'`magick/magic.c
\
# source='magick/magick.c' object='magick/magick_libGraphicsMagick_la-magick.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-magick.lo `test -f 'magick/magick.c' || echo './'`magick/magick.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/magic.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-magic.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/magick.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-magick.o
\
# source='magick/magick_endian.c' object='magick/magick_libGraphicsMagick_la-magick_endian.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-magick_endian.lo `test -f 'magick/magick_endian.c' || echo './'`magick/magick_endian.c
\
# source='magick/map.c' object='magick/magick_libGraphicsMagick_la-map.lo' libtool=yes
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/magick_endian.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-magick_endian.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-map.lo `test -f 'magick/map.c' || echo './'`magick/map.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/map.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-map.o
\
# source='magick/memory.c' object='magick/magick_libGraphicsMagick_la-memory.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-memory.lo `test -f 'magick/memory.c' || echo './'`magick/memory.c
\
# source='magick/module.c' object='magick/magick_libGraphicsMagick_la-module.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-module.lo `test -f 'magick/module.c' || echo './'`magick/module.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/memory.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-memory.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/module.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-module.o
\
# source='magick/monitor.c' object='magick/magick_libGraphicsMagick_la-monitor.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-monitor.lo `test -f 'magick/monitor.c' || echo './'`magick/monitor.c
\
# source='magick/montage.c' object='magick/magick_libGraphicsMagick_la-montage.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-montage.lo `test -f 'magick/montage.c' || echo './'`magick/montage.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/monitor.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-monitor.o
\
# source='magick/omp_data_view.c' object='magick/magick_libGraphicsMagick_la-omp_data_view.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-omp_data_view.lo `test -f 'magick/omp_data_view.c' || echo './'`magick/omp_data_view.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/montage.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-montage.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/omp_data_view.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-omp_data_view.o
\
# source='magick/operator.c' object='magick/magick_libGraphicsMagick_la-operator.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-operator.lo `test -f 'magick/operator.c' || echo './'`magick/operator.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/operator.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-operator.o
\
# source='magick/paint.c' object='magick/magick_libGraphicsMagick_la-paint.lo' libtool=yes
\
# source='magick/pixel_cache.c' object='magick/magick_libGraphicsMagick_la-pixel_cache.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-pixel_cache.lo `test -f 'magick/pixel_cache.c' || echo './'`magick/pixel_cache.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-paint.lo `test -f 'magick/paint.c' || echo './'`magick/paint.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/pixel_cache.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-pixel_cache.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/paint.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-paint.o
\
# source='magick/pixel_iterator.c' object='magick/magick_libGraphicsMagick_la-pixel_iterator.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-pixel_iterator.lo `test -f 'magick/pixel_iterator.c' || echo './'`magick/pixel_iterator.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/pixel_iterator.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-pixel_iterator.o
\
# source='magick/plasma.c' object='magick/magick_libGraphicsMagick_la-plasma.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-plasma.lo `test -f 'magick/plasma.c' || echo './'`magick/plasma.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/plasma.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-plasma.o
\
# source='magick/profile.c' object='magick/magick_libGraphicsMagick_la-profile.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-profile.lo `test -f 'magick/profile.c' || echo './'`magick/profile.c
\
# source='magick/quantize.c' object='magick/magick_libGraphicsMagick_la-quantize.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-quantize.lo `test -f 'magick/quantize.c' || echo './'`magick/quantize.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/profile.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-profile.o
\
# source='magick/registry.c' object='magick/magick_libGraphicsMagick_la-registry.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-registry.lo `test -f 'magick/registry.c' || echo './'`magick/registry.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/quantize.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-quantize.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/registry.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-registry.o
\
# source='magick/random.c' object='magick/magick_libGraphicsMagick_la-random.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-random.lo `test -f 'magick/random.c' || echo './'`magick/random.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/random.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-random.o
\
# source='magick/render.c' object='magick/magick_libGraphicsMagick_la-render.lo' libtool=yes
\
# source='magick/resize.c' object='magick/magick_libGraphicsMagick_la-resize.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-resize.lo `test -f 'magick/resize.c' || echo './'`magick/resize.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-render.lo `test -f 'magick/render.c' || echo './'`magick/render.c
\
# source='magick/resource.c' object='magick/magick_libGraphicsMagick_la-resource.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-resource.lo `test -f 'magick/resource.c' || echo './'`magick/resource.c
\
# source='magick/segment.c' object='magick/magick_libGraphicsMagick_la-segment.lo' libtool=yes
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/render.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-render.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/resize.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-resize.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-segment.lo `test -f 'magick/segment.c' || echo './'`magick/segment.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/resource.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-resource.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/segment.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-segment.o
\
# source='magick/semaphore.c' object='magick/magick_libGraphicsMagick_la-semaphore.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-semaphore.lo `test -f 'magick/semaphore.c' || echo './'`magick/semaphore.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/semaphore.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-semaphore.o
\
# source='magick/shear.c' object='magick/magick_libGraphicsMagick_la-shear.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-shear.lo `test -f 'magick/shear.c' || echo './'`magick/shear.c
\
# source='magick/signature.c' object='magick/magick_libGraphicsMagick_la-signature.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-signature.lo `test -f 'magick/signature.c' || echo './'`magick/signature.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/shear.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-shear.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/signature.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-signature.o
\
# source='magick/static.c' object='magick/magick_libGraphicsMagick_la-static.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-static.lo `test -f 'magick/static.c' || echo './'`magick/static.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/static.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-static.o
\
# source='magick/statistics.c' object='magick/magick_libGraphicsMagick_la-statistics.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-statistics.lo `test -f 'magick/statistics.c' || echo './'`magick/statistics.c
\
# source='magick/tempfile.c' object='magick/magick_libGraphicsMagick_la-tempfile.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-tempfile.lo `test -f 'magick/tempfile.c' || echo './'`magick/tempfile.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/statistics.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-statistics.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/tempfile.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-tempfile.o
\
# source='magick/texture.c' object='magick/magick_libGraphicsMagick_la-texture.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-texture.lo `test -f 'magick/texture.c' || echo './'`magick/texture.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/texture.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-texture.o
\
# source='magick/timer.c' object='magick/magick_libGraphicsMagick_la-timer.lo' libtool=yes
\
# source='magick/transform.c' object='magick/magick_libGraphicsMagick_la-transform.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-transform.lo `test -f 'magick/transform.c' || echo './'`magick/transform.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-timer.lo `test -f 'magick/timer.c' || echo './'`magick/timer.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/transform.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-transform.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/timer.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-timer.o
\
# source='magick/tsd.c' object='magick/magick_libGraphicsMagick_la-tsd.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-tsd.lo `test -f 'magick/tsd.c' || echo './'`magick/tsd.c
\
# source='magick/type.c' object='magick/magick_libGraphicsMagick_la-type.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-type.lo `test -f 'magick/type.c' || echo './'`magick/type.c
\
# source='magick/unix_port.c' object='magick/magick_libGraphicsMagick_la-unix_port.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-unix_port.lo `test -f 'magick/unix_port.c' || echo './'`magick/unix_port.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/tsd.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-tsd.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/type.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-type.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/unix_port.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-unix_port.o
\
# source='magick/utility.c' object='magick/magick_libGraphicsMagick_la-utility.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-utility.lo `test -f 'magick/utility.c' || echo './'`magick/utility.c
\
# source='magick/version.c' object='magick/magick_libGraphicsMagick_la-version.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-version.lo `test -f 'magick/version.c' || echo './'`magick/version.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/utility.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-utility.o
\
# source='magick/animate.c' object='magick/magick_libGraphicsMagick_la-animate.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-animate.lo `test -f 'magick/animate.c' || echo './'`magick/animate.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/version.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-version.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/animate.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-animate.o
\
# source='magick/display.c' object='magick/magick_libGraphicsMagick_la-display.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-display.lo `test -f 'magick/display.c' || echo './'`magick/display.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/display.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-display.o
\
# source='magick/PreRvIcccm.c' object='magick/magick_libGraphicsMagick_la-PreRvIcccm.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-PreRvIcccm.lo `test -f 'magick/PreRvIcccm.c' || echo './'`magick/PreRvIcccm.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/PreRvIcccm.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-PreRvIcccm.o
\
# source='magick/widget.c' object='magick/magick_libGraphicsMagick_la-widget.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-widget.lo `test -f 'magick/widget.c' || echo './'`magick/widget.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/widget.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-widget.o
\
# source='magick/xwindow.c' object='magick/magick_libGraphicsMagick_la-xwindow.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o magick/magick_libGraphicsMagick_la-xwindow.lo `test -f 'magick/xwindow.c' || echo './'`magick/xwindow.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c magick/xwindow.c -fno-common -DPIC -o magick/.libs/magick_libGraphicsMagick_la-xwindow.o
\
# source='coders/art.c' object='coders/magick_libGraphicsMagick_la-art.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-art.lo `test -f 'coders/art.c' || echo './'`coders/art.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/art.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-art.o
\
# source='coders/avi.c' object='coders/magick_libGraphicsMagick_la-avi.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-avi.lo `test -f 'coders/avi.c' || echo './'`coders/avi.c
\
# source='coders/avs.c' object='coders/magick_libGraphicsMagick_la-avs.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-avs.lo `test -f 'coders/avs.c' || echo './'`coders/avs.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/avi.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-avi.o
\
# source='coders/bmp.c' object='coders/magick_libGraphicsMagick_la-bmp.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-bmp.lo `test -f 'coders/bmp.c' || echo './'`coders/bmp.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/avs.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-avs.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/bmp.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-bmp.o
\
# source='coders/cals.c' object='coders/magick_libGraphicsMagick_la-cals.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-cals.lo `test -f 'coders/cals.c' || echo './'`coders/cals.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/cals.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-cals.o
\
# source='coders/caption.c' object='coders/magick_libGraphicsMagick_la-caption.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-caption.lo `test -f 'coders/caption.c' || echo './'`coders/caption.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/caption.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-caption.o
\
# source='coders/cineon.c' object='coders/magick_libGraphicsMagick_la-cineon.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-cineon.lo `test -f 'coders/cineon.c' || echo './'`coders/cineon.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/cineon.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-cineon.o
\
# source='coders/cmyk.c' object='coders/magick_libGraphicsMagick_la-cmyk.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-cmyk.lo `test -f 'coders/cmyk.c' || echo './'`coders/cmyk.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/cmyk.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-cmyk.o
\
# source='coders/cut.c' object='coders/magick_libGraphicsMagick_la-cut.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-cut.lo `test -f 'coders/cut.c' || echo './'`coders/cut.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/cut.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-cut.o
\
# source='coders/dcm.c' object='coders/magick_libGraphicsMagick_la-dcm.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-dcm.lo `test -f 'coders/dcm.c' || echo './'`coders/dcm.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/dcm.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-dcm.o
\
# source='coders/dcraw.c' object='coders/magick_libGraphicsMagick_la-dcraw.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-dcraw.lo `test -f 'coders/dcraw.c' || echo './'`coders/dcraw.c
\
# source='coders/dib.c' object='coders/magick_libGraphicsMagick_la-dib.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-dib.lo `test -f 'coders/dib.c' || echo './'`coders/dib.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/dcraw.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-dcraw.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/dib.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-dib.o
\
# source='coders/dpx.c' object='coders/magick_libGraphicsMagick_la-dpx.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-dpx.lo `test -f 'coders/dpx.c' || echo './'`coders/dpx.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/dpx.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-dpx.o
\
# source='coders/fax.c' object='coders/magick_libGraphicsMagick_la-fax.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-fax.lo `test -f 'coders/fax.c' || echo './'`coders/fax.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/fax.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-fax.o
\
# source='coders/fits.c' object='coders/magick_libGraphicsMagick_la-fits.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-fits.lo `test -f 'coders/fits.c' || echo './'`coders/fits.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/fits.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-fits.o
\
# source='coders/gif.c' object='coders/magick_libGraphicsMagick_la-gif.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-gif.lo `test -f 'coders/gif.c' || echo './'`coders/gif.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/gif.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-gif.o
\
# source='coders/gradient.c' object='coders/magick_libGraphicsMagick_la-gradient.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-gradient.lo `test -f 'coders/gradient.c' || echo './'`coders/gradient.c
\
# source='coders/gray.c' object='coders/magick_libGraphicsMagick_la-gray.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-gray.lo `test -f 'coders/gray.c' || echo './'`coders/gray.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/gradient.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-gradient.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/gray.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-gray.o
\
# source='coders/histogram.c' object='coders/magick_libGraphicsMagick_la-histogram.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-histogram.lo `test -f 'coders/histogram.c' || echo './'`coders/histogram.c
\
# source='coders/hrz.c' object='coders/magick_libGraphicsMagick_la-hrz.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-hrz.lo `test -f 'coders/hrz.c' || echo './'`coders/hrz.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/histogram.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-histogram.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/hrz.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-hrz.o
\
# source='coders/html.c' object='coders/magick_libGraphicsMagick_la-html.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-html.lo `test -f 'coders/html.c' || echo './'`coders/html.c
\
# source='coders/icon.c' object='coders/magick_libGraphicsMagick_la-icon.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-icon.lo `test -f 'coders/icon.c' || echo './'`coders/icon.c
\
# source='coders/identity.c' object='coders/magick_libGraphicsMagick_la-identity.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-identity.lo `test -f 'coders/identity.c' || echo './'`coders/identity.c
\
# source='coders/label.c' object='coders/magick_libGraphicsMagick_la-label.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-label.lo `test -f 'coders/label.c' || echo './'`coders/label.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/html.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-html.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/icon.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-icon.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/identity.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-identity.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/label.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-label.o
\
# source='coders/locale.c' object='coders/magick_libGraphicsMagick_la-locale.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-locale.lo `test -f 'coders/locale.c' || echo './'`coders/locale.c
\
# source='coders/logo.c' object='coders/magick_libGraphicsMagick_la-logo.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-logo.lo `test -f 'coders/logo.c' || echo './'`coders/logo.c
\
# source='coders/map.c' object='coders/magick_libGraphicsMagick_la-map.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-map.lo `test -f 'coders/map.c' || echo './'`coders/map.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/locale.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-locale.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/logo.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-logo.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/map.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-map.o
\
# source='coders/mat.c' object='coders/magick_libGraphicsMagick_la-mat.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-mat.lo `test -f 'coders/mat.c' || echo './'`coders/mat.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/mat.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-mat.o
\
# source='coders/matte.c' object='coders/magick_libGraphicsMagick_la-matte.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-matte.lo `test -f 'coders/matte.c' || echo './'`coders/matte.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/matte.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-matte.o
\
# source='coders/meta.c' object='coders/magick_libGraphicsMagick_la-meta.lo' libtool=yes
\
# source='coders/miff.c' object='coders/magick_libGraphicsMagick_la-miff.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-meta.lo `test -f 'coders/meta.c' || echo './'`coders/meta.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-miff.lo `test -f 'coders/miff.c' || echo './'`coders/miff.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/meta.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-meta.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/miff.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-miff.o
\
# source='coders/mono.c' object='coders/magick_libGraphicsMagick_la-mono.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-mono.lo `test -f 'coders/mono.c' || echo './'`coders/mono.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/mono.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-mono.o
\
# source='coders/mpc.c' object='coders/magick_libGraphicsMagick_la-mpc.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-mpc.lo `test -f 'coders/mpc.c' || echo './'`coders/mpc.c
\
# source='coders/mpeg.c' object='coders/magick_libGraphicsMagick_la-mpeg.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-mpeg.lo `test -f 'coders/mpeg.c' || echo './'`coders/mpeg.c
\
# source='coders/mpr.c' object='coders/magick_libGraphicsMagick_la-mpr.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-mpr.lo `test -f 'coders/mpr.c' || echo './'`coders/mpr.c
\
# source='coders/msl.c' object='coders/magick_libGraphicsMagick_la-msl.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-msl.lo `test -f 'coders/msl.c' || echo './'`coders/msl.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/mpc.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-mpc.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/mpeg.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-mpeg.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/mpr.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-mpr.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/msl.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-msl.o
\
# source='coders/mtv.c' object='coders/magick_libGraphicsMagick_la-mtv.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-mtv.lo `test -f 'coders/mtv.c' || echo './'`coders/mtv.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/mtv.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-mtv.o
\
# source='coders/mvg.c' object='coders/magick_libGraphicsMagick_la-mvg.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-mvg.lo `test -f 'coders/mvg.c' || echo './'`coders/mvg.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/mvg.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-mvg.o
\
# source='coders/null.c' object='coders/magick_libGraphicsMagick_la-null.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-null.lo `test -f 'coders/null.c' || echo './'`coders/null.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/null.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-null.o
\
# source='coders/otb.c' object='coders/magick_libGraphicsMagick_la-otb.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-otb.lo `test -f 'coders/otb.c' || echo './'`coders/otb.c
\
# source='coders/palm.c' object='coders/magick_libGraphicsMagick_la-palm.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-palm.lo `test -f 'coders/palm.c' || echo './'`coders/palm.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/otb.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-otb.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/palm.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-palm.o
\
# source='coders/pcd.c' object='coders/magick_libGraphicsMagick_la-pcd.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-pcd.lo `test -f 'coders/pcd.c' || echo './'`coders/pcd.c
\
# source='coders/pcl.c' object='coders/magick_libGraphicsMagick_la-pcl.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-pcl.lo `test -f 'coders/pcl.c' || echo './'`coders/pcl.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/pcd.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-pcd.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/pcl.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-pcl.o
\
# source='coders/pcx.c' object='coders/magick_libGraphicsMagick_la-pcx.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-pcx.lo `test -f 'coders/pcx.c' || echo './'`coders/pcx.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/pcx.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-pcx.o
\
# source='coders/pdb.c' object='coders/magick_libGraphicsMagick_la-pdb.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-pdb.lo `test -f 'coders/pdb.c' || echo './'`coders/pdb.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/pdb.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-pdb.o
\
# source='coders/pdf.c' object='coders/magick_libGraphicsMagick_la-pdf.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-pdf.lo `test -f 'coders/pdf.c' || echo './'`coders/pdf.c
\
# source='coders/pict.c' object='coders/magick_libGraphicsMagick_la-pict.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-pict.lo `test -f 'coders/pict.c' || echo './'`coders/pict.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/pdf.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-pdf.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/pict.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-pict.o
\
# source='coders/pix.c' object='coders/magick_libGraphicsMagick_la-pix.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-pix.lo `test -f 'coders/pix.c' || echo './'`coders/pix.c
\
# source='coders/plasma.c' object='coders/magick_libGraphicsMagick_la-plasma.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-plasma.lo `test -f 'coders/plasma.c' || echo './'`coders/plasma.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/pix.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-pix.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/plasma.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-plasma.o
\
# source='coders/pnm.c' object='coders/magick_libGraphicsMagick_la-pnm.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-pnm.lo `test -f 'coders/pnm.c' || echo './'`coders/pnm.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/pnm.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-pnm.o
\
# source='coders/preview.c' object='coders/magick_libGraphicsMagick_la-preview.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-preview.lo `test -f 'coders/preview.c' || echo './'`coders/preview.c
\
# source='coders/ps.c' object='coders/magick_libGraphicsMagick_la-ps.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-ps.lo `test -f 'coders/ps.c' || echo './'`coders/ps.c
\
# source='coders/ps2.c' object='coders/magick_libGraphicsMagick_la-ps2.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-ps2.lo `test -f 'coders/ps2.c' || echo './'`coders/ps2.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/preview.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-preview.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/ps.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-ps.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/ps2.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-ps2.o
\
# source='coders/ps3.c' object='coders/magick_libGraphicsMagick_la-ps3.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-ps3.lo `test -f 'coders/ps3.c' || echo './'`coders/ps3.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/ps3.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-ps3.o
\
# source='coders/psd.c' object='coders/magick_libGraphicsMagick_la-psd.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-psd.lo `test -f 'coders/psd.c' || echo './'`coders/psd.c
\
# source='coders/pwp.c' object='coders/magick_libGraphicsMagick_la-pwp.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-pwp.lo `test -f 'coders/pwp.c' || echo './'`coders/pwp.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/psd.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-psd.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/pwp.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-pwp.o
\
# source='coders/rgb.c' object='coders/magick_libGraphicsMagick_la-rgb.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-rgb.lo `test -f 'coders/rgb.c' || echo './'`coders/rgb.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/rgb.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-rgb.o
\
# source='coders/rla.c' object='coders/magick_libGraphicsMagick_la-rla.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-rla.lo `test -f 'coders/rla.c' || echo './'`coders/rla.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/rla.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-rla.o
\
# source='coders/rle.c' object='coders/magick_libGraphicsMagick_la-rle.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-rle.lo `test -f 'coders/rle.c' || echo './'`coders/rle.c
\
# source='coders/sct.c' object='coders/magick_libGraphicsMagick_la-sct.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-sct.lo `test -f 'coders/sct.c' || echo './'`coders/sct.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/rle.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-rle.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/sct.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-sct.o
\
# source='coders/sfw.c' object='coders/magick_libGraphicsMagick_la-sfw.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-sfw.lo `test -f 'coders/sfw.c' || echo './'`coders/sfw.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/sfw.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-sfw.o
\
# source='coders/sgi.c' object='coders/magick_libGraphicsMagick_la-sgi.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-sgi.lo `test -f 'coders/sgi.c' || echo './'`coders/sgi.c
\
# source='coders/stegano.c' object='coders/magick_libGraphicsMagick_la-stegano.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-stegano.lo `test -f 'coders/stegano.c' || echo './'`coders/stegano.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/sgi.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-sgi.o
\
# source='coders/sun.c' object='coders/magick_libGraphicsMagick_la-sun.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-sun.lo `test -f 'coders/sun.c' || echo './'`coders/sun.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/stegano.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-stegano.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/sun.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-sun.o
\
# source='coders/svg.c' object='coders/magick_libGraphicsMagick_la-svg.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-svg.lo `test -f 'coders/svg.c' || echo './'`coders/svg.c
\
# source='coders/tga.c' object='coders/magick_libGraphicsMagick_la-tga.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-tga.lo `test -f 'coders/tga.c' || echo './'`coders/tga.c
\
# source='coders/tile.c' object='coders/magick_libGraphicsMagick_la-tile.lo' libtool=yes
\
# source='coders/tim.c' object='coders/magick_libGraphicsMagick_la-tim.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-tile.lo `test -f 'coders/tile.c' || echo './'`coders/tile.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-tim.lo `test -f 'coders/tim.c' || echo './'`coders/tim.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/svg.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-svg.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/tga.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-tga.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/tim.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-tim.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/tile.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-tile.o
\
# source='coders/topol.c' object='coders/magick_libGraphicsMagick_la-topol.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-topol.lo `test -f 'coders/topol.c' || echo './'`coders/topol.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/topol.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-topol.o
\
# source='coders/ttf.c' object='coders/magick_libGraphicsMagick_la-ttf.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-ttf.lo `test -f 'coders/ttf.c' || echo './'`coders/ttf.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/ttf.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-ttf.o
\
# source='coders/txt.c' object='coders/magick_libGraphicsMagick_la-txt.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-txt.lo `test -f 'coders/txt.c' || echo './'`coders/txt.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/txt.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-txt.o
\
# source='coders/uil.c' object='coders/magick_libGraphicsMagick_la-uil.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-uil.lo `test -f 'coders/uil.c' || echo './'`coders/uil.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/uil.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-uil.o
\
# source='coders/url.c' object='coders/magick_libGraphicsMagick_la-url.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-url.lo `test -f 'coders/url.c' || echo './'`coders/url.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/url.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-url.o
\
# source='coders/uyvy.c' object='coders/magick_libGraphicsMagick_la-uyvy.lo' libtool=yes
\
# source='coders/vicar.c' object='coders/magick_libGraphicsMagick_la-vicar.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-vicar.lo `test -f 'coders/vicar.c' || echo './'`coders/vicar.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-uyvy.lo `test -f 'coders/uyvy.c' || echo './'`coders/uyvy.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/vicar.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-vicar.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/uyvy.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-uyvy.o
\
# source='coders/vid.c' object='coders/magick_libGraphicsMagick_la-vid.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-vid.lo `test -f 'coders/vid.c' || echo './'`coders/vid.c
\
# source='coders/viff.c' object='coders/magick_libGraphicsMagick_la-viff.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-viff.lo `test -f 'coders/viff.c' || echo './'`coders/viff.c
\
# source='coders/wbmp.c' object='coders/magick_libGraphicsMagick_la-wbmp.lo' libtool=yes
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/vid.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-vid.o
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-wbmp.lo `test -f 'coders/wbmp.c' || echo './'`coders/wbmp.c
\
# source='coders/wmf.c' object='coders/magick_libGraphicsMagick_la-wmf.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-wmf.lo `test -f 'coders/wmf.c' || echo './'`coders/wmf.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/viff.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-viff.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/wbmp.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-wbmp.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/wmf.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-wmf.o
\
# source='coders/wpg.c' object='coders/magick_libGraphicsMagick_la-wpg.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-wpg.lo `test -f 'coders/wpg.c' || echo './'`coders/wpg.c
\
# source='coders/xbm.c' object='coders/magick_libGraphicsMagick_la-xbm.lo' libtool=yes
\
# source='coders/xc.c' object='coders/magick_libGraphicsMagick_la-xc.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-xbm.lo `test -f 'coders/xbm.c' || echo './'`coders/xbm.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-xc.lo `test -f 'coders/xc.c' || echo './'`coders/xc.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/wpg.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-wpg.o
\
# source='coders/xcf.c' object='coders/magick_libGraphicsMagick_la-xcf.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-xcf.lo `test -f 'coders/xcf.c' || echo './'`coders/xcf.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/xbm.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-xbm.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/xc.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-xc.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/xcf.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-xcf.o
\
# source='coders/xpm.c' object='coders/magick_libGraphicsMagick_la-xpm.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-xpm.lo `test -f 'coders/xpm.c' || echo './'`coders/xpm.c
\
# source='coders/yuv.c' object='coders/magick_libGraphicsMagick_la-yuv.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-yuv.lo `test -f 'coders/yuv.c' || echo './'`coders/yuv.c
\
# source='coders/jpeg.c' object='coders/magick_libGraphicsMagick_la-jpeg.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-jpeg.lo `test -f 'coders/jpeg.c' || echo './'`coders/jpeg.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/xpm.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-xpm.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/yuv.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-yuv.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/jpeg.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-jpeg.o
\
# source='coders/jp2.c' object='coders/magick_libGraphicsMagick_la-jp2.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-jp2.lo `test -f 'coders/jp2.c' || echo './'`coders/jp2.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/jp2.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-jp2.o
\
# source='coders/png.c' object='coders/magick_libGraphicsMagick_la-png.lo' libtool=yes
\
# source='coders/ept.c' object='coders/magick_libGraphicsMagick_la-ept.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-png.lo `test -f 'coders/png.c' || echo './'`coders/png.c
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-ept.lo `test -f 'coders/ept.c' || echo './'`coders/ept.c
\
# source='coders/tiff.c' object='coders/magick_libGraphicsMagick_la-tiff.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-tiff.lo `test -f 'coders/tiff.c' || echo './'`coders/tiff.c
\
# source='coders/x.c' object='coders/magick_libGraphicsMagick_la-x.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-x.lo `test -f 'coders/x.c' || echo './'`coders/x.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/ept.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-ept.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/png.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-png.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/tiff.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-tiff.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/x.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-x.o
\
# source='coders/xwd.c' object='coders/magick_libGraphicsMagick_la-xwd.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o coders/magick_libGraphicsMagick_la-xwd.lo `test -f 'coders/xwd.c' || echo './'`coders/xwd.c
\
# source='filters/analyze.c' object='filters/magick_libGraphicsMagick_la-analyze.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c -o filters/magick_libGraphicsMagick_la-analyze.lo `test -f 'filters/analyze.c' || echo './'`filters/analyze.c
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c coders/xwd.c -fno-common -DPIC -o coders/.libs/magick_libGraphicsMagick_la-xwd.o
libtool: compile: /usr/bin/gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I./magick -I./ltdl -I./ltdl -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -fopenmp -O3 -march=core2 -w -pipe -Wall -D_THREAD_SAFE -c filters/analyze.c -fno-common -DPIC -o filters/.libs/magick_libGraphicsMagick_la-analyze.o
\
# source='Magick++/lib/Blob.cpp' object='Magick++/lib/Blob.lo' libtool=yes
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I./magick -I. -I. -DLT_CONFIG_H='<magick/magick_config.h>' -DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -O3 -march=core2 -w -pipe -D_THREAD_SAFE -c -o Magick++/lib/Blob.lo Magick++/lib/Blob.cpp
\
# source='Magick++/lib/BlobRef.cpp' object='Magick++/lib/BlobRef.lo' libtool=yes
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I./magick -I. -I. -DLT_CONFIG_H='<magick/magick_config.h>' -DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -O3 -march=core2 -w -pipe -D_THREAD_SAFE -c -o Magick++/lib/BlobRef.lo Magick++/lib/BlobRef.cpp
libtool: compile: /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I./magick -I. -I. "-DLT_CONFIG_H=<magick/magick_config.h>" -DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -O3 -march=core2 -w -pipe -D_THREAD_SAFE -c Magick++/lib/Blob.cpp -fno-common -DPIC -o Magick++/lib/.libs/Blob.o
libtool: compile: /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I./magick -I. -I. "-DLT_CONFIG_H=<magick/magick_config.h>" -DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -O3 -march=core2 -w -pipe -D_THREAD_SAFE -c Magick++/lib/BlobRef.cpp -fno-common -DPIC -o Magick++/lib/.libs/BlobRef.o
coders/png.c: In function ‘PNGErrorHandler’:
coders/png.c:1354: error: dereferencing pointer to incomplete type
coders/png.c: In function ‘ReadOnePNGImage’:
coders/png.c:1668: error: dereferencing pointer to incomplete type
coders/png.c:1752: error: dereferencing pointer to incomplete type
coders/png.c:1754: error: dereferencing pointer to incomplete type
coders/png.c:1764: error: dereferencing pointer to incomplete type
coders/png.c:1765: error: dereferencing pointer to incomplete type
coders/png.c:1768: error: dereferencing pointer to incomplete type
coders/png.c:1768: error: dereferencing pointer to incomplete type
coders/png.c:1771: error: dereferencing pointer to incomplete type
coders/png.c:1774: error: dereferencing pointer to incomplete type
coders/png.c:1774: error: dereferencing pointer to incomplete type
coders/png.c:1778: error: dereferencing pointer to incomplete type
coders/png.c:1843: error: dereferencing pointer to incomplete type
coders/png.c:1871: error: dereferencing pointer to incomplete type
coders/png.c:1873: error: dereferencing pointer to incomplete type
coders/png.c:1875: error: dereferencing pointer to incomplete type
coders/png.c:1888: error: dereferencing pointer to incomplete type
coders/png.c:1932: error: dereferencing pointer to incomplete type
coders/png.c:1936: error: dereferencing pointer to incomplete type
coders/png.c:1945: error: dereferencing pointer to incomplete type
coders/png.c:1952: error: dereferencing pointer to incomplete type
coders/png.c:1969: error: dereferencing pointer to incomplete type
coders/png.c:1979: error: dereferencing pointer to incomplete type
coders/png.c:1998: error: dereferencing pointer to incomplete type
coders/png.c:2000: error: dereferencing pointer to incomplete type
coders/png.c:2008: error: dereferencing pointer to incomplete type
coders/png.c:2010: error: dereferencing pointer to incomplete type
coders/png.c:2011: error: dereferencing pointer to incomplete type
coders/png.c:2012: error: dereferencing pointer to incomplete type
coders/png.c:2017: error: dereferencing pointer to incomplete type
coders/png.c:2019: error: dereferencing pointer to incomplete type
coders/png.c:2021: error: dereferencing pointer to incomplete type
coders/png.c:2025: error: dereferencing pointer to incomplete type
coders/png.c:2034: error: dereferencing pointer to incomplete type
coders/png.c:2040: error: dereferencing pointer to incomplete type
coders/png.c:2042: error: dereferencing pointer to incomplete type
coders/png.c:2044: error: dereferencing pointer to incomplete type
coders/png.c:2046: error: dereferencing pointer to incomplete type
coders/png.c:2047: error: dereferencing pointer to incomplete type
coders/png.c:2059: error: dereferencing pointer to incomplete type
coders/png.c:2070: error: dereferencing pointer to incomplete type
coders/png.c:2072: error: dereferencing pointer to incomplete type
coders/png.c:2075: error: dereferencing pointer to incomplete type
coders/png.c:2076: error: dereferencing pointer to incomplete type
coders/png.c:2085: error: dereferencing pointer to incomplete type
coders/png.c:2086: error: dereferencing pointer to incomplete type
coders/png.c:2087: error: dereferencing pointer to incomplete type
coders/png.c:2088: error: dereferencing pointer to incomplete type
coders/png.c:2089: error: dereferencing pointer to incomplete type
coders/png.c:2092: error: dereferencing pointer to incomplete type
coders/png.c:2100: error: dereferencing pointer to incomplete type
coders/png.c:2124: error: dereferencing pointer to incomplete type
coders/png.c:2145: error: dereferencing pointer to incomplete type
coders/png.c:2184: error: dereferencing pointer to incomplete type
coders/png.c:2184: error: dereferencing pointer to incomplete type
coders/png.c:2184: error: dereferencing pointer to incomplete type
coders/png.c:2184: error: dereferencing pointer to incomplete type
coders/png.c:2187: error: dereferencing pointer to incomplete type
coders/png.c:2187: error: dereferencing pointer to incomplete type
coders/png.c:2187: error: dereferencing pointer to incomplete type
coders/png.c:2187: error: dereferencing pointer to incomplete type
coders/png.c:2208: error: dereferencing pointer to incomplete type
coders/png.c:2210: error: dereferencing pointer to incomplete type
coders/png.c:2211: error: dereferencing pointer to incomplete type
coders/png.c:2212: error: dereferencing pointer to incomplete type
coders/png.c:2217: error: dereferencing pointer to incomplete type
coders/png.c:2232: error: dereferencing pointer to incomplete type
coders/png.c:2238: error: dereferencing pointer to incomplete type
coders/png.c:2249: error: dereferencing pointer to incomplete type
coders/png.c:2251: error: dereferencing pointer to incomplete type
coders/png.c:2285: error: dereferencing pointer to incomplete type
coders/png.c:2291: error: dereferencing pointer to incomplete type
coders/png.c:2298: error: dereferencing pointer to incomplete type
coders/png.c:2302: error: dereferencing pointer to incomplete type
coders/png.c:2303: error: dereferencing pointer to incomplete type
coders/png.c:2312: error: dereferencing pointer to incomplete type
coders/png.c:2316: error: dereferencing pointer to incomplete type
coders/png.c:2317: error: dereferencing pointer to incomplete type
coders/png.c:2325: error: dereferencing pointer to incomplete type
coders/png.c:2327: error: dereferencing pointer to incomplete type
coders/png.c:2375: error: dereferencing pointer to incomplete type
coders/png.c:2388: error: dereferencing pointer to incomplete type
coders/png.c:2398: error: dereferencing pointer to incomplete type
coders/png.c:2448: error: dereferencing pointer to incomplete type
coders/png.c:2502: error: dereferencing pointer to incomplete type
coders/png.c:2552: error: dereferencing pointer to incomplete type
coders/png.c:2575: error: dereferencing pointer to incomplete type
coders/png.c:2579: error: dereferencing pointer to incomplete type
coders/png.c:2581: error: dereferencing pointer to incomplete type
coders/png.c:2586: error: dereferencing pointer to incomplete type
\
# source='Magick++/lib/CoderInfo.cpp' object='Magick++/lib/CoderInfo.lo' libtool=yes
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I./magick -I. -I. -DLT_CONFIG_H='<magick/magick_config.h>' -DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -O3 -march=core2 -w -pipe -D_THREAD_SAFE -c -o Magick++/lib/CoderInfo.lo Magick++/lib/CoderInfo.cpp
coders/png.c: In function ‘WriteOnePNGImage’:
coders/png.c:6262: error: dereferencing pointer to incomplete type
coders/png.c:6291: error: dereferencing pointer to incomplete type
coders/png.c:6292: error: dereferencing pointer to incomplete type
coders/png.c:6297: error: dereferencing pointer to incomplete type
coders/png.c:6300: error: dereferencing pointer to incomplete type
coders/png.c:6309: error: dereferencing pointer to incomplete type
coders/png.c:6314: error: dereferencing pointer to incomplete type
coders/png.c:6401: error: dereferencing pointer to incomplete type
coders/png.c:6402: error: dereferencing pointer to incomplete type
coders/png.c:6428: error: dereferencing pointer to incomplete type
coders/png.c:6432: error: dereferencing pointer to incomplete type
coders/png.c:6433: error: dereferencing pointer to incomplete type
coders/png.c:6474: error: dereferencing pointer to incomplete type
coders/png.c:6476: error: dereferencing pointer to incomplete type
coders/png.c:6481: error: dereferencing pointer to incomplete type
coders/png.c:6501: error: dereferencing pointer to incomplete type
coders/png.c:6507: error: dereferencing pointer to incomplete type
coders/png.c:6509: error: dereferencing pointer to incomplete type
coders/png.c:6510: error: dereferencing pointer to incomplete type
coders/png.c:6511: error: dereferencing pointer to incomplete type
coders/png.c:6512: error: dereferencing pointer to incomplete type
coders/png.c:6513: error: dereferencing pointer to incomplete type
coders/png.c:6514: error: dereferencing pointer to incomplete type
coders/png.c:6515: error: dereferencing pointer to incomplete type
coders/png.c:6516: error: dereferencing pointer to incomplete type
coders/png.c:6516: error: dereferencing pointer to incomplete type
coders/png.c:6521: error: dereferencing pointer to incomplete type
coders/png.c:6521: error: dereferencing pointer to incomplete type
coders/png.c:6521: error: dereferencing pointer to incomplete type
coders/png.c:6523: error: dereferencing pointer to incomplete type
coders/png.c:6533: error: dereferencing pointer to incomplete type
coders/png.c:6538: error: dereferencing pointer to incomplete type
coders/png.c:6542: error: dereferencing pointer to incomplete type
coders/png.c:6543: error: dereferencing pointer to incomplete type
coders/png.c:6545: error: dereferencing pointer to incomplete type
coders/png.c:6550: error: dereferencing pointer to incomplete type
coders/png.c:6551: error: dereferencing pointer to incomplete type
coders/png.c:6555: error: dereferencing pointer to incomplete type
coders/png.c:6561: error: dereferencing pointer to incomplete type
coders/png.c:6563: error: dereferencing pointer to incomplete type
coders/png.c:6567: error: dereferencing pointer to incomplete type
coders/png.c:6568: error: dereferencing pointer to incomplete type
coders/png.c:6574: error: dereferencing pointer to incomplete type
coders/png.c:6576: error: dereferencing pointer to incomplete type
coders/png.c:6583: error: dereferencing pointer to incomplete type
coders/png.c:6587: error: dereferencing pointer to incomplete type
coders/png.c:6589: error: dereferencing pointer to incomplete type
coders/png.c:6597: error: dereferencing pointer to incomplete type
coders/png.c:6598: error: dereferencing pointer to incomplete type
coders/png.c:6605: error: dereferencing pointer to incomplete type
coders/png.c:6620: error: dereferencing pointer to incomplete type
coders/png.c:6628: error: dereferencing pointer to incomplete type
coders/png.c:6630: error: dereferencing pointer to incomplete type
coders/png.c:6632: error: dereferencing pointer to incomplete type
coders/png.c:6634: error: dereferencing pointer to incomplete type
coders/png.c:6658: error: dereferencing pointer to incomplete type
coders/png.c:6659: error: dereferencing pointer to incomplete type
coders/png.c:6660: error: dereferencing pointer to incomplete type
coders/png.c:6662: error: dereferencing pointer to incomplete type
coders/png.c:6664: error: dereferencing pointer to incomplete type
coders/png.c:6666: error: dereferencing pointer to incomplete type
coders/png.c:6670: error: dereferencing pointer to incomplete type
coders/png.c:6687: error: dereferencing pointer to incomplete type
coders/png.c:6687: error: dereferencing pointer to incomplete type
coders/png.c:6687: error: dereferencing pointer to incomplete type
coders/png.c:6700: error: dereferencing pointer to incomplete type
coders/png.c:6700: error: dereferencing pointer to incomplete type
coders/png.c:6700: error: dereferencing pointer to incomplete type
coders/png.c:6711: error: dereferencing pointer to incomplete type
coders/png.c:6713: error: dereferencing pointer to incomplete type
coders/png.c:6715: error: dereferencing pointer to incomplete type
coders/png.c:6718: error: dereferencing pointer to incomplete type
coders/png.c:6719: error: dereferencing pointer to incomplete type
coders/png.c:6720: error: dereferencing pointer to incomplete type
coders/png.c:6721: error: dereferencing pointer to incomplete type
coders/png.c:6726: error: dereferencing pointer to incomplete type
coders/png.c:6732: error: dereferencing pointer to incomplete type
coders/png.c:6735: error: dereferencing pointer to incomplete type
coders/png.c:6737: error: dereferencing pointer to incomplete type
coders/png.c:6744: error: dereferencing pointer to incomplete type
coders/png.c:6747: error: dereferencing pointer to incomplete type
coders/png.c:6749: error: dereferencing pointer to incomplete type
coders/png.c:6750: error: dereferencing pointer to incomplete type
coders/png.c:6752: error: dereferencing pointer to incomplete type
coders/png.c:6754: error: dereferencing pointer to incomplete type
coders/png.c:6782: error: dereferencing pointer to incomplete type
coders/png.c:6784: error: dereferencing pointer to incomplete type
coders/png.c:6786: error: dereferencing pointer to incomplete type
coders/png.c:6800: error: dereferencing pointer to incomplete type
coders/png.c:6804: error: dereferencing pointer to incomplete type
coders/png.c:6805: error: dereferencing pointer to incomplete type
coders/png.c:6854: error: dereferencing pointer to incomplete type
coders/png.c:6855: error: dereferencing pointer to incomplete type
coders/png.c:6856: error: dereferencing pointer to incomplete type
coders/png.c:6857: error: dereferencing pointer to incomplete type
coders/png.c:6893: error: dereferencing pointer to incomplete type
coders/png.c:6903: error: dereferencing pointer to incomplete type
coders/png.c:6905: error: dereferencing pointer to incomplete type
coders/png.c:6906: error: dereferencing pointer to incomplete type
coders/png.c:6907: error: dereferencing pointer to incomplete type
coders/png.c:6919: error: dereferencing pointer to incomplete type
coders/png.c:6926: error: dereferencing pointer to incomplete type
coders/png.c:6929: error: dereferencing pointer to incomplete type
coders/png.c:6930: error: dereferencing pointer to incomplete type
coders/png.c:6931: error: dereferencing pointer to incomplete type
coders/png.c:6932: error: dereferencing pointer to incomplete type
coders/png.c:6933: error: dereferencing pointer to incomplete type
coders/png.c:6935: error: dereferencing pointer to incomplete type
coders/png.c:6937: error: dereferencing pointer to incomplete type
coders/png.c:6941: error: dereferencing pointer to incomplete type
coders/png.c:6949: error: dereferencing pointer to incomplete type
coders/png.c:6949: error: dereferencing pointer to incomplete type
coders/png.c:6949: error: dereferencing pointer to incomplete type
coders/png.c:6952: error: dereferencing pointer to incomplete type
coders/png.c:6961: error: dereferencing pointer to incomplete type
coders/png.c:6962: error: dereferencing pointer to incomplete type
coders/png.c:6963: error: dereferencing pointer to incomplete type
coders/png.c:6964: error: dereferencing pointer to incomplete type
coders/png.c:6972: error: dereferencing pointer to incomplete type
coders/png.c:6972: error: dereferencing pointer to incomplete type
coders/png.c:6981: error: dereferencing pointer to incomplete type
coders/png.c:6992: error: dereferencing pointer to incomplete type
coders/png.c:6993: error: dereferencing pointer to incomplete type
coders/png.c:7000: error: dereferencing pointer to incomplete type
coders/png.c:7001: error: dereferencing pointer to incomplete type
coders/png.c:7047: error: dereferencing pointer to incomplete type
coders/png.c:7064: error: dereferencing pointer to incomplete type
coders/png.c:7065: error: dereferencing pointer to incomplete type
coders/png.c:7173: error: dereferencing pointer to incomplete type
coders/png.c:7213: error: dereferencing pointer to incomplete type
coders/png.c:7316: error: dereferencing pointer to incomplete type
coders/png.c:7328: error: dereferencing pointer to incomplete type
coders/png.c:7371: error: dereferencing pointer to incomplete type
coders/png.c:7372: error: dereferencing pointer to incomplete type
coders/png.c:7378: error: dereferencing pointer to incomplete type
coders/png.c:7391: error: dereferencing pointer to incomplete type
coders/png.c:7436: error: dereferencing pointer to incomplete type
coders/png.c:7441: error: dereferencing pointer to incomplete type
coders/png.c:7474: error: dereferencing pointer to incomplete type
coders/png.c:7477: error: dereferencing pointer to incomplete type
coders/png.c:7479: error: dereferencing pointer to incomplete type
coders/png.c:7482: error: dereferencing pointer to incomplete type
coders/png.c:7483: error: dereferencing pointer to incomplete type
coders/png.c:7486: error: dereferencing pointer to incomplete type
coders/png.c:7563: error: dereferencing pointer to incomplete type
coders/png.c:7565: error: dereferencing pointer to incomplete type
coders/png.c:7586: error: dereferencing pointer to incomplete type
coders/png.c:7589: error: dereferencing pointer to incomplete type
coders/png.c:7608: error: dereferencing pointer to incomplete type
coders/png.c:7623: error: dereferencing pointer to incomplete type
coders/png.c:7625: error: dereferencing pointer to incomplete type
coders/png.c:7625: error: dereferencing pointer to incomplete type
coders/png.c:7626: error: dereferencing pointer to incomplete type
libtool: compile: /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I./magick -I. -I. "-DLT_CONFIG_H=<magick/magick_config.h>" -DLTDL -I. -I. -Iltdl -I./ltdl -I./ltdl/libltdl -I./Magick++/lib -I/usr/X11/include/freetype2 -I/usr/X11/include -I/usr/include/libxml2 -O3 -march=core2 -w -pipe -D_THREAD_SAFE -c Magick++/lib/CoderInfo.cpp -fno-common -DPIC -o Magick++/lib/.libs/CoderInfo.o
make[1]: *** [coders/magick_libGraphicsMagick_la-png.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [install] Error 2
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/graphicsmagick.rb#L58
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: e316a8aa2dd0362fa19ad42b68a571e50e17b0d2
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: 8-core 64-bit sandybridge
OS X: 10.7.2
Kernel Architecture: x86_64
Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 4.2
GCC-4.0: N/A
GCC-4.2: build 5666
LLVM: build 2336
MacPorts or Fink? false
X11 installed? true
==> Build Flags
"--use-gcc" was specified
CC: /usr/bin/gcc-4.2
CXX: /usr/bin/g++-4.2
LD: /usr/bin/gcc-4.2
CFLAGS: -O3 -march=core2 -w -pipe
CXXFLAGS: -O3 -march=core2 -w -pipe
CPPFLAGS: -I/usr/X11/include
LDFLAGS: -L/usr/X11/lib
MAKEFLAGS: -j8
Error: Failed executing: make install
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/6881
Otherwise, please report the bug:
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment