Re: GraphicsMagick and OS X Snow Leopard
Jakob Peterhänsel <[email protected]> Fri, 25 Sep 2009 15:07:32 +0200
| Newsgroups | gmane.comp.video.graphicsmagick.core |
|---|---|
| Message-ID | <[email protected]> |
--===============5164933268168846909==
Content-Type: multipart/alternative; boundary=Apple-Mail-1-698945368
--Apple-Mail-1-698945368
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=iso-8859-1;
format=flowed;
delsp=yes
Hi Bob,
Here is a ./configure I just did on OS X Server 10.6.1, with Xcode 3.2 =20=
(latest)
make & make install runs fine, but it seems like it thinks it's on =20
10.0.0 and does not find support for a lot of sub-utilities (like PNG =20=
etc..)
-----------------------CLI - OUTPUT------------------------------
cms01:GraphicsMagick-1.3.7 admin$ ./configure
configuring GraphicsMagick 1.3.7
checking build system type... i386-apple-darwin10.0.0
checking host system type... i386-apple-darwin10.0.0
checking target system type... i386-apple-darwin10.0.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... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=3Dgnu99
checking for gcc -std=3Dgnu99 option to accept ISO Standard C... =20
(cached) -std=3Dgnu99
checking how to run the C preprocessor... gcc -std=3Dgnu99 -E
checking for a sed that does not truncate output... /usr/bin/sed
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 gcc -std=3Dgnu99... /usr/libexec/gcc/i686-apple-=20=
darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) =20=
is GNU ld... no
checking whether gcc -std=3Dgnu99 and cc understand -c and -o =20
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... -=20
D_THREAD_SAFE
checking for gcc -std=3Dgnu99 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 "+=3D"... yes
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to =20
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 gcc -std=3Dgnu99 =20
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 gcc -std=3Dgnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=3Dgnu99 option to produce PIC... -fno-common -DPIC
checking if gcc -std=3Dgnu99 PIC flag -fno-common -DPIC works... yes
checking if gcc -std=3Dgnu99 static flag -static works... no
checking if gcc -std=3Dgnu99 supports -c -o file.o... yes
checking if gcc -std=3Dgnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=3Dgnu99 linker (/usr/libexec/gcc/i686-=20
apple-darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.0.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... no
checking whether to build static libraries... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/libexec/gcc/i686-apple-=20
darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) =20=
is GNU ld... no
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-=20
darwin10/4.2.1/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-=20
darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.0.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... =20
DYLD_LIBRARY_PATH
checking for the default library search path... /usr/local/lib /lib /=20
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... no
checking where to find libltdl headers... -I${top_srcdir}/ltdl
checking where to find libltdl library... ${top_build_prefix}ltdl/=20
libltdlc.la
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 =20
Makefiles... no
checking whether gcc -std=3Dgnu99 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 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 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 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 g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
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... =20=
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 /usr/X11/lib, headers
checking whether -R must be followed by a space... no
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... no
checking lcms.h presence... no
checking for lcms.h... no
checking lcms/lcms.h usability... no
checking lcms/lcms.h presence... no
checking for lcms/lcms.h... no
checking for cmsOpenProfileFromMem in -llcms... no
checking if LCMS package is complete... no
checking for PNG support ...
checking png.h usability... no
checking png.h presence... no
checking for png.h... no
checking for png_get_io_ptr in -lpng... yes
checking if PNG package is complete... no -- some components failed test
checking for JPEG support ...
checking jconfig.h usability... no
checking jconfig.h presence... no
checking for jconfig.h... no
checking jerror.h usability... no
checking jerror.h presence... no
checking for jerror.h... no
checking jmorecfg.h usability... no
checking jmorecfg.h presence... no
checking for jmorecfg.h... no
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
checking for jpeg_read_header in -ljpeg... no
checking for JPEG library is version 6b or later... no
checking if JPEG package is complete... no
checking for JPEG version 2 support ...
checking jasper/jasper.h usability... no
checking jasper/jasper.h presence... no
checking for jasper/jasper.h... no
checking for jas_stream_fopen in -ljasper... no
checking if JPEG version 2 support package is complete... no
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... no
checking ft2build.h presence... no
checking for ft2build.h... no
checking for freetype/freetype.h... no
checking if FreeType package is complete... no -- some components =20
failed test
checking for TIFF support ...
checking tiff.h usability... no
checking tiff.h presence... no
checking for tiff.h... no
checking tiffio.h usability... no
checking tiffio.h presence... no
checking for tiffio.h... no
checking for TIFFOpen in -ltiff... no
checking for TIFFClientOpen in -ltiff... no
checking for TIFFIsByteSwapped in -ltiff... no
checking for TIFFReadRGBATile in -ltiff... no
checking for TIFFReadRGBAStrip in -ltiff... no
checking if TIFF package is complete... no
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... wget
checking for gzip... /usr/bin/gzip
checking for rst2html.py... rst2html.py
checking for txt2html... txt2html
checking for Ghostscript fonts directory... not found!
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-darwin10.0.0
Build system type : i386-apple-darwin10.0.0
Option Configure option Configured value
-----------------------------------------------------------------
Shared libraries --enable-shared=3Dno no
Static libraries --enable-static=3Dyes yes
GNU ld --with-gnu-ld=3Dno no
Quantum depth --with-quantum-depth=3D8 8
Delegate Configuration:
BZLIB --with-bzlib=3Dyes yes
DPS --with-dps=3Dyes no
FlashPIX --with-fpx=3Dno no
FreeType 2.0 --with-ttf=3Dyes no (failed tests)
Ghostscript None gs (unknown)
Ghostscript fonts --with-gs-font-dir=3Ddefault none
Ghostscript lib --with-gslib=3Dno no
JBIG --with-jbig=3Dyes no
JPEG v1 --with-jpeg=3Dyes no
JPEG-2000 --with-jp2=3Dyes no
LCMS --with-lcms=3Dyes no
Magick++ --with-magick-plus-plus=3Dyes yes
PERL --with-perl=3Dno no
PNG --with-png=3Dyes no (failed tests)
TIFF --with-tiff=3Dyes no
TRIO --with-trio=3Dyes no
Windows fonts --with-windows-font-dir=3D none
WMF --with-wmf=3Dyes no
X11 --with-x=3D yes
XML --with-xml=3Dyes yes
ZLIB --with-zlib=3Dyes yes
X11 Configuration:
X_CFLAGS =3D
X_PRE_LIBS =3D -lSM -lICE
X_LIBS =3D -L/usr/X11/lib -R/usr/X11/lib
X_EXTRA_LIBS =3D
Options used to compile and link:
CC =3D gcc -std=3Dgnu99
CFLAGS =3D -fopenmp -g -O2 -Wall -D_THREAD_SAFE
CPPFLAGS =3D -I/usr/include/libxml2
CXX =3D g++
CXXFLAGS =3D -D_THREAD_SAFE
DEFS =3D -DHAVE_CONFIG_H
LDFLAGS =3D -L/usr/X11/lib -R/usr/X11/lib -L/usr/X11/lib -L/usr/lib
LIBS =3D -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lm -lgomp -=20
lpthread
cms01:GraphicsMagick-1.3.7 admin$ gcc
i686-apple-darwin10-gcc-4.2.1: no input files
-----------------------CLI - OUTPUT------------------------------
Jakob Peterh=E4nsel
"Be a part of the Love Generation - carry a smile, not a gun."
- JP, May 2006
Email: [email protected]
AIM: Marook
Phone: +45 30787715
--Apple-Mail-1-698945368
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=iso-8859-1
<html><head></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi =
Bob,<div><br></div><div>Here is a ./configure I just did on OS X Server =
10.6.1, with Xcode 3.2 (latest)</div><div><br></div><div>make & make =
install runs fine, but it seems like it thinks it's on 10.0.0 and does =
not find support for a lot of sub-utilities (like PNG =
etc..)</div><div><br></div><div>-----------------------CLI - =
OUTPUT------------------------------<br><div><div>cms01:GraphicsMagick-1.3=
.7 admin$ ./configure</div><div>configuring GraphicsMagick =
1.3.7</div><div>checking build system type... =
i386-apple-darwin10.0.0</div><div>checking host system type... =
i386-apple-darwin10.0.0</div><div>checking target system type... =
i386-apple-darwin10.0.0</div><div>checking whether build environment is =
sane... yes</div><div>checking for a BSD-compatible install... =
/usr/bin/install -c</div><div>checking for a thread-safe mkdir -p... =
ltdl/config/install-sh -c -d</div><div>checking for gawk... =
no</div><div>checking for mawk... no</div><div>checking for nawk... =
no</div><div>checking for awk... awk</div><div>checking whether make =
sets $(MAKE)... yes</div><div>checking for gcc... gcc</div><div>checking =
for C compiler default output file name... a.out</div><div>checking =
whether the C compiler works... yes</div><div>checking whether we are =
cross compiling... no</div><div>checking for suffix of =
executables... </div><div>checking for suffix of object files... =
o</div><div>checking whether we are using the GNU C compiler... =
yes</div><div>checking whether gcc accepts -g... yes</div><div>checking =
for gcc option to accept ISO C89... none needed</div><div>checking for =
style of include used by make... GNU</div><div>checking dependency style =
of gcc... gcc3</div><div>checking for gcc option to accept ISO C99... =
-std=3Dgnu99</div><div>checking for gcc -std=3Dgnu99 option to accept =
ISO Standard C... (cached) -std=3Dgnu99</div><div>checking how to run =
the C preprocessor... gcc -std=3Dgnu99 -E</div><div>checking for a sed =
that does not truncate output... /usr/bin/sed</div><div>checking for =
grep that handles long lines and -e... /usr/bin/grep</div><div>checking =
for egrep... /usr/bin/grep -E</div><div>checking for fgrep... =
/usr/bin/grep -F</div><div>checking for ld used by gcc -std=3Dgnu99... =
/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld</div><div>checking if the =
linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... =
no</div><div>checking whether gcc -std=3Dgnu99 and cc understand -c and =
-o together... yes</div><div>checking whether make sets $(MAKE)... =
(cached) yes</div><div>checking whether ln -s works... =
yes</div><div>checking for linker lazyload option... =
none</div><div>checking for the pthreads library -lpthreads... =
no</div><div>checking whether pthreads work without any flags... =
yes</div><div>checking for joinable pthread attribute... =
PTHREAD_CREATE_JOINABLE</div><div>checking if more special flags are =
required for pthreads... -D_THREAD_SAFE</div><div>checking for gcc =
-std=3Dgnu99 option to support OpenMP... -fopenmp</div><div>checking for =
special C compiler options needed for large files... =
no</div><div>checking for _FILE_OFFSET_BITS value needed for large =
files... no</div><div>checking for _LARGEFILE_SOURCE value needed for =
large files... no</div><div>checking for BSD- or MS-compatible name =
lister (nm)... /usr/bin/nm</div><div>checking the name lister =
(/usr/bin/nm) interface... BSD nm</div><div>checking the maximum length =
of command line arguments... 196608</div><div>checking whether the shell =
understands some XSI constructs... yes</div><div>checking whether the =
shell understands "+=3D"... yes</div><div>checking for =
/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object =
files... -r</div><div>checking for objdump... no</div><div>checking how =
to recognize dependent libraries... pass_all</div><div>checking for =
ar... ar</div><div>checking for strip... strip</div><div>checking for =
ranlib... ranlib</div><div>checking command to parse /usr/bin/nm output =
from gcc -std=3Dgnu99 object... ok</div><div>checking for dsymutil... =
dsymutil</div><div>checking for nmedit... nmedit</div><div>checking for =
lipo... lipo</div><div>checking for otool... otool</div><div>checking =
for otool64... no</div><div>checking for -single_module linker flag... =
yes</div><div>checking for -exported_symbols_list linker flag... =
yes</div><div>checking for ANSI C header files... yes</div><div>checking =
for sys/types.h... yes</div><div>checking for sys/stat.h... =
yes</div><div>checking for stdlib.h... yes</div><div>checking for =
string.h... yes</div><div>checking for memory.h... =
yes</div><div>checking for strings.h... yes</div><div>checking for =
inttypes.h... yes</div><div>checking for stdint.h... =
yes</div><div>checking for unistd.h... yes</div><div>checking for =
dlfcn.h... yes</div><div>checking for objdir... .libs</div><div>checking =
if gcc -std=3Dgnu99 supports -fno-rtti -fno-exceptions... =
no</div><div>checking for gcc -std=3Dgnu99 option to produce PIC... =
-fno-common -DPIC</div><div>checking if gcc -std=3Dgnu99 PIC flag =
-fno-common -DPIC works... yes</div><div>checking if gcc -std=3Dgnu99 =
static flag -static works... no</div><div>checking if gcc -std=3Dgnu99 =
supports -c -o file.o... yes</div><div>checking if gcc -std=3Dgnu99 =
supports -c -o file.o... (cached) yes</div><div>checking whether the gcc =
-std=3Dgnu99 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) =
supports shared libraries... yes</div><div>checking dynamic linker =
characteristics... darwin10.0.0 dyld</div><div>checking how to hardcode =
library paths into programs... immediate</div><div>checking for dlopen =
in -ldl... yes</div><div>checking whether a program can dlopen itself... =
yes</div><div>checking whether a statically linked program can dlopen =
itself... yes</div><div>checking whether stripping libraries is =
possible... yes</div><div>checking if libtool supports shared =
libraries... yes</div><div>checking whether to build shared libraries... =
no</div><div>checking whether to build static libraries... =
yes</div><div>checking for g++... g++</div><div>checking whether we are =
using the GNU C++ compiler... yes</div><div>checking whether g++ accepts =
-g... yes</div><div>checking dependency style of g++... =
gcc3</div><div>checking how to run the C++ preprocessor... g++ =
-E</div><div>checking for ld used by g++... =
/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld</div><div>checking if the =
linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... =
no</div><div>checking whether the g++ linker =
(/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared =
libraries... yes</div><div>checking for g++ option to produce PIC... =
-fno-common -DPIC</div><div>checking if g++ PIC flag -fno-common -DPIC =
works... yes</div><div>checking if g++ static flag -static works... =
no</div><div>checking if g++ supports -c -o file.o... =
yes</div><div>checking if g++ supports -c -o file.o... (cached) =
yes</div><div>checking whether the g++ linker =
(/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared =
libraries... yes</div><div>checking dynamic linker characteristics... =
darwin10.0.0 dyld</div><div>checking how to hardcode library paths into =
programs... immediate</div><div>checking which extension is used for =
runtime loadable modules... .so</div><div>checking which variable =
specifies run-time module search path... =
DYLD_LIBRARY_PATH</div><div>checking for the default library search =
path... /usr/local/lib /lib /usr/lib</div><div>checking for library =
containing dlopen... none required</div><div>checking for dlerror... =
yes</div><div>checking for shl_load... no</div><div>checking for =
shl_load in -ldld... no</div><div>checking for dld_link in -ldld... =
no</div><div>checking for _ prefix in compiled symbols... =
yes</div><div>checking whether we have to add an underscore for dlsym... =
no</div><div>checking whether deplibs are loaded by dlopen... =
yes</div><div>checking for argz.h... no</div><div>checking for =
error_t... no</div><div>checking for argz_add... no</div><div>checking =
for argz_append... no</div><div>checking for argz_count... =
no</div><div>checking for argz_create_sep... no</div><div>checking for =
argz_insert... no</div><div>checking for argz_next... =
no</div><div>checking for argz_stringify... no</div><div>checking =
whether libtool supports -dlopen/-dlpreopen... yes</div><div>checking =
for ltdl.h... yes</div><div>checking whether lt_dlinterface_register is =
declared... yes</div><div>checking for lt_dladvise_preload in -lltdl... =
no</div><div>checking where to find libltdl headers... =
-I${top_srcdir}/ltdl</div><div>checking where to find libltdl library... =
${top_build_prefix}ltdl/libltdlc.la</div><div>checking for unistd.h... =
(cached) yes</div><div>checking for dl.h... no</div><div>checking for =
sys/dl.h... no</div><div>checking for dld.h... no</div><div>checking for =
mach-o/dyld.h... yes</div><div>checking for dirent.h... =
yes</div><div>checking for closedir... yes</div><div>checking for =
opendir... yes</div><div>checking for readdir... yes</div><div>checking =
for strlcat... yes</div><div>checking for strlcpy... =
yes</div><div>checking whether to enable maintainer-specific portions of =
Makefiles... no</div><div>checking whether gcc -std=3Dgnu99 needs =
-traditional... no</div><div>checking for ANSI C header files... =
(cached) yes</div><div>checking for dirent.h that defines DIR... =
yes</div><div>checking for library containing opendir... none =
required</div><div>checking machine/param.h usability... =
yes</div><div>checking machine/param.h presence... =
yes</div><div>checking for machine/param.h... yes</div><div>checking for =
mach-o/dyld.h... (cached) yes</div><div>checking sys/resource.h =
usability... yes</div><div>checking sys/resource.h presence... =
yes</div><div>checking for sys/resource.h... yes</div><div>checking =
sys/times.h usability... yes</div><div>checking sys/times.h presence... =
yes</div><div>checking for sys/times.h... yes</div><div>checking for =
sys/types.h... (cached) yes</div><div>checking for an ANSI C-conforming =
const... yes</div><div>checking for C/C++ restrict keyword... =
__restrict</div><div>checking for inline... inline</div><div>checking =
whether byte ordering is bigendian... no</div><div>checking for =
mode_t... yes</div><div>checking for off_t... yes</div><div>checking for =
pid_t... yes</div><div>checking for size_t... yes</div><div>checking for =
ssize_t... yes</div><div>checking for long double with more range or =
precision than double... yes</div><div>checking whether char is =
unsigned... no</div><div>checking size of signed short... =
2</div><div>checking size of unsigned short... 2</div><div>checking size =
of signed int... 4</div><div>checking size of unsigned int... =
4</div><div>checking size of signed long... 8</div><div>checking size of =
unsigned long... 8</div><div>checking size of signed long long... =
8</div><div>checking size of unsigned long long... 8</div><div>checking =
size of off_t... 8</div><div>checking size of size_t... =
8</div><div>checking size of unsigned int*... 8</div><div>checking =
return type of signal handlers... void</div><div>checking for C compiler =
__func__ support... yes</div><div>checking for signed 8-bit type... =
signed char</div><div>checking for unsigned 8-bit type... unsigned =
char</div><div>checking for signed 16-bit type... signed =
short</div><div>checking for unsigned 16-bit type... unsigned =
short</div><div>checking for signed 32-bit type... signed =
int</div><div>checking for unsigned 32-bit type... unsigned =
int</div><div>checking for signed 64-bit type... signed =
long</div><div>checking for unsigned 64-bit type... unsigned =
long</div><div>checking for unsigned maximum type... unsigned =
long</div><div>checking for pointer difference type... unsigned =
long</div><div>checking for stdlib.h... (cached) yes</div><div>checking =
for unistd.h... (cached) yes</div><div>checking for getpagesize... =
yes</div><div>checking for working mmap file i/o... =
yes</div><div>checking for atoll... yes</div><div>checking for =
ctime_r... yes</div><div>checking for directio... no</div><div>checking =
for _exit... yes</div><div>checking for fcntl... yes</div><div>checking =
for ftime... yes</div><div>checking for getexecname... =
no</div><div>checking for getc_unlocked... yes</div><div>checking for =
getpagesize... (cached) yes</div><div>checking for getrlimit... =
yes</div><div>checking for getpid... yes</div><div>checking for =
lltostr... no</div><div>checking for localtime_r... =
yes</div><div>checking for madvise... yes</div><div>checking for =
mkstemp... yes</div><div>checking for _NSGetExecutablePath... =
yes</div><div>checking for _pclose... no</div><div>checking for =
pclose... yes</div><div>checking for poll... yes</div><div>checking for =
_popen... no</div><div>checking for popen... yes</div><div>checking for =
posix_fadvise... no</div><div>checking for posix_fallocate... =
no</div><div>checking for posix_madvise... yes</div><div>checking for =
pread... yes</div><div>checking for pwrite... yes</div><div>checking for =
putc_unlocked... yes</div><div>checking for raise... =
yes</div><div>checking for rand_r... yes</div><div>checking for =
readdir_r... yes</div><div>checking for readlink... =
yes</div><div>checking for realpath... yes</div><div>checking for =
select... yes</div><div>checking for seekdir... yes</div><div>checking =
for setrlimit... yes</div><div>checking for sigemptyset... =
yes</div><div>checking for sigaction... yes</div><div>checking for =
strerror... yes</div><div>checking for strerror_r... =
yes</div><div>checking for strlcat... (cached) yes</div><div>checking =
for strlcpy... (cached) yes</div><div>checking for strtoll... =
yes</div><div>checking for sysconf... yes</div><div>checking for =
tempnam... yes</div><div>checking for tmpnam_r... no</div><div>checking =
for times... yes</div><div>checking for telldir... =
yes</div><div>checking for ulltostr... no</div><div>checking for =
vsprintf... yes</div><div>checking for vsnprintf... =
yes</div><div>checking for qsort_r... yes</div><div>checking whether =
pread is declared... yes</div><div>checking whether pwrite is =
declared... yes</div><div>checking whether strlcpy is declared... =
yes</div><div>checking whether vsnprintf is declared... =
yes</div><div>checking for /dev/urandom... yes</div><div>checking for =
sysctl... /usr/sbin/sysctl</div><div>checking whether we are using the =
GNU C++ compiler... (cached) yes</div><div>checking whether g++ accepts =
-g... (cached) yes</div><div>checking dependency style of g++... =
(cached) gcc3</div><div>checking whether the compiler recognizes bool as =
a built-in type... yes</div><div>checking whether the compiler supports =
const_cast<>... yes</div><div>checking whether the compiler =
supports default template parameters... yes</div><div>checking whether =
the compiler supports exceptions... yes</div><div>checking whether the =
compiler implements namespaces... yes</div><div>checking whether the =
compiler supports the explicit keyword... yes</div><div>checking whether =
the compiler supports ISO C++ standard library... yes</div><div>checking =
whether the compiler supports Standard Template Library... =
yes</div><div>checking whether the compiler supports ios::binary... =
yes</div><div>checking whether the compiler supports the mutable =
keyword... yes</div><div>checking whether the compiler accepts the new =
for scoping rules... yes</div><div>checking whether the compiler =
supports static_cast<>... yes</div><div>checking whether the =
compiler supports basic templates... yes</div><div>checking for C++ =
compiler __func__ support... yes</div><div>checking whether C++ compiler =
is sufficient for Magick++... yes</div><div>checking for X11 configure =
files... </div><div>checking for the pthreads library -lpthread... =
yes</div><div>checking for GOMP_parallel_start in -lgomp... =
yes</div><div>checking for sqrt in -lm... yes</div><div>checking for =
ZLIB support ... </div><div>checking zconf.h usability... =
yes</div><div>checking zconf.h presence... yes</div><div>checking for =
zconf.h... yes</div><div>checking zlib.h usability... =
yes</div><div>checking zlib.h presence... yes</div><div>checking for =
zlib.h... yes</div><div>checking for compress in -lz... =
yes</div><div>checking for uncompress in -lz... yes</div><div>checking =
for deflate in -lz... yes</div><div>checking for inflate in -lz... =
yes</div><div>checking for gzseek in -lz... yes</div><div>checking for =
gztell in -lz... yes</div><div>checking if ZLIB package is complete... =
yes</div><div>checking for BZLIB support ... </div><div>checking =
bzlib.h usability... yes</div><div>checking bzlib.h presence... =
yes</div><div>checking for bzlib.h... yes</div><div>checking for =
BZ2_bzDecompress in -lbz2... yes</div><div>checking if BZLIB package is =
complete... yes</div><div>checking for X... libraries /usr/X11/lib, =
headers </div><div>checking whether -R must be followed by a =
space... no</div><div>checking for gethostbyname... =
yes</div><div>checking for connect... yes</div><div>checking for =
remove... yes</div><div>checking for shmat... yes</div><div>checking for =
IceConnectionNumber in -lICE... yes</div><div>checking for shmctl... =
yes</div><div>checking for XShmAttach in -lXext... =
yes</div><div>checking for XShapeCombineMask in -lXext... =
yes</div><div>checking for Display Postscript support =
... </div><div>checking DPS/dpsXclient.h usability... =
no</div><div>checking DPS/dpsXclient.h presence... no</div><div>checking =
for DPS/dpsXclient.h... no</div><div>checking for DPSInitialize in =
-ldps... no</div><div>checking for DPSInitialize in -ldps... =
no</div><div>checking for XDPSPixelsPerPoint in -ldpstk... =
no</div><div>checking if DPS package is complete... =
no</div><div>checking for LCMS support ... </div><div>checking =
lcms.h usability... no</div><div>checking lcms.h presence... =
no</div><div>checking for lcms.h... no</div><div>checking lcms/lcms.h =
usability... no</div><div>checking lcms/lcms.h presence... =
no</div><div>checking for lcms/lcms.h... no</div><div>checking for =
cmsOpenProfileFromMem in -llcms... no</div><div>checking if LCMS package =
is complete... no</div><div>checking for PNG support =
... </div><div>checking png.h usability... no</div><div>checking =
png.h presence... no</div><div>checking for png.h... =
no</div><div>checking for png_get_io_ptr in -lpng... =
yes</div><div>checking if PNG package is complete... no -- some =
components failed test</div><div>checking for JPEG support =
... </div><div>checking jconfig.h usability... =
no</div><div>checking jconfig.h presence... no</div><div>checking for =
jconfig.h... no</div><div>checking jerror.h usability... =
no</div><div>checking jerror.h presence... no</div><div>checking for =
jerror.h... no</div><div>checking jmorecfg.h usability... =
no</div><div>checking jmorecfg.h presence... no</div><div>checking for =
jmorecfg.h... no</div><div>checking jpeglib.h usability... =
no</div><div>checking jpeglib.h presence... no</div><div>checking for =
jpeglib.h... no</div><div>checking for jpeg_read_header in -ljpeg... =
no</div><div>checking for JPEG library is version 6b or later... =
no</div><div>checking if JPEG package is complete... =
no</div><div>checking for JPEG version 2 support =
... </div><div>checking jasper/jasper.h usability... =
no</div><div>checking jasper/jasper.h presence... no</div><div>checking =
for jasper/jasper.h... no</div><div>checking for jas_stream_fopen in =
-ljasper... no</div><div>checking if JPEG version 2 support package is =
complete... no</div><div>checking for FreeType 2.0 =
... </div><div>checking for freetype-config... =
/usr/X11/bin/freetype-config</div><div>checking for FT_Init_FreeType in =
-lfreetype... yes</div><div>checking ft2build.h usability... =
no</div><div>checking ft2build.h presence... no</div><div>checking for =
ft2build.h... no</div><div>checking for freetype/freetype.h... =
no</div><div>checking if FreeType package is complete... no -- some =
components failed test</div><div>checking for TIFF support =
... </div><div>checking tiff.h usability... no</div><div>checking =
tiff.h presence... no</div><div>checking for tiff.h... =
no</div><div>checking tiffio.h usability... no</div><div>checking =
tiffio.h presence... no</div><div>checking for tiffio.h... =
no</div><div>checking for TIFFOpen in -ltiff... no</div><div>checking =
for TIFFClientOpen in -ltiff... no</div><div>checking for =
TIFFIsByteSwapped in -ltiff... no</div><div>checking for =
TIFFReadRGBATile in -ltiff... no</div><div>checking for =
TIFFReadRGBAStrip in -ltiff... no</div><div>checking if TIFF package is =
complete... no</div><div>checking for JBIG support =
... </div><div>checking jbig.h usability... no</div><div>checking =
jbig.h presence... no</div><div>checking for jbig.h... =
no</div><div>checking for jbg_dec_init in -ljbig... =
no</div><div>checking if JBIG package is complete... =
no</div><div>checking for XML support ... </div><div>checking for =
xml2-config... xml2-config</div><div>checking libxml/parser.h =
usability... yes</div><div>checking libxml/parser.h presence... =
yes</div><div>checking for libxml/parser.h... yes</div><div>checking for =
xmlParseExternalEntity in -lxml2... yes</div><div>checking if XML =
package is complete... yes</div><div>checking for WMF support =
... </div><div>checking for libwmf/ipa.h... no</div><div>checking =
if WMF package is complete... no</div><div>checking for autotrace... =
autotrace</div><div>checking for bzip2... =
/usr/bin/bzip2</div><div>checking for mozilla... =
mozilla</div><div>checking for ralcgm... ralcgm</div><div>checking for =
cat... /bin/cat</div><div>checking for dcraw... dcraw</div><div>checking =
for dot... dot</div><div>checking for dvips... dvips</div><div>checking =
for echo... /bin/echo</div><div>checking for xterm... =
/usr/X11/bin/xterm</div><div>checking for fig2dev... =
fig2dev</div><div>checking for gm... gm</div><div>checking for =
gnuplot... gnuplot</div><div>checking for hp2xx... =
hp2xx</div><div>checking for html2ps... html2ps</div><div>checking for =
ilbmtoppm... ilbmtoppm</div><div>checking for ppmtoilbm... =
ppmtoilbm</div><div>checking for lp... /usr/bin/lp</div><div>checking =
for lpr... /usr/bin/lpr</div><div>checking for uncompress... =
/usr/bin/uncompress</div><div>checking for compress... =
/usr/bin/compress</div><div>checking for gimp... gimp</div><div>checking =
for groff... /usr/bin/groff</div><div>checking for mpeg2decode... =
mpeg2decode</div><div>checking for mpeg2encode... =
mpeg2encode</div><div>checking for mv... /bin/mv</div><div>checking for =
pgpv... pgpv</div><div>checking for povray... povray</div><div>checking =
for gs... gs</div><div>checking for ra_ppm... ra_ppm</div><div>checking =
for rawtorle... rawtorle</div><div>checking for rm... =
/bin/rm</div><div>checking for scanimage... scanimage</div><div>checking =
for enscript... /usr/bin/enscript</div><div>checking for wmf2eps... =
wmf2eps</div><div>checking for wget... wget</div><div>checking for =
gzip... /usr/bin/gzip</div><div>checking for rst2html.py... =
rst2html.py</div><div>checking for txt2html... =
txt2html</div><div>checking for Ghostscript fonts directory... not =
found!</div><div>checking for rpmbuild... no</div><div>checking for =
rpm... no</div><div>checking for 7za... no</div><div>checking for zip... =
zip</div><div>configure: creating =
./config.status</div><div>config.status: creating =
GraphicsMagick.spec</div><div>config.status: creating =
Magick++/bin/GraphicsMagick++-config</div><div>config.status: creating =
Magick++/lib/GraphicsMagick++.pc</div><div>config.status: creating =
Makefile</div><div>config.status: creating =
PerlMagick/Magick.pm</div><div>config.status: creating =
PerlMagick/Makefile.PL</div><div>config.status: creating =
PerlMagick/PerlMagickCheck.sh</div><div>config.status: creating =
config/delegates.mgk</div><div>config.status: creating =
config/type-ghostscript.mgk</div><div>config.status: creating =
config/type-solaris.mgk</div><div>config.status: creating =
config/type-windows.mgk</div><div>config.status: creating =
config/type.mgk</div><div>config.status: creating =
magick/GraphicsMagick-config</div><div>config.status: creating =
magick/GraphicsMagick.pc</div><div>config.status: creating =
magick/magick_types.h</div><div>config.status: creating =
magick/version.h</div><div>config.status: creating =
rungm.sh</div><div>config.status: creating =
wand/GraphicsMagickWand-config</div><div>config.status: creating =
wand/GraphicsMagickWand.pc</div><div>config.status: creating =
magick/magick_config.h</div><div>config.status: creating =
magick/magick_config_api.h</div><div>config.status: executing depfiles =
commands</div><div>config.status: executing libtool =
commands</div><div>config.status: executing default =
commands</div><div>config.status: executing GraphicsMagick++-config.in =
commands</div><div>config.status: executing GraphicsMagick-config.in =
commands</div><div>config.status: executing GraphicsMagickWand-config.in =
commands</div><div>config.status: executing rungm.sh.in =
commands</div><div>config.status: executing =
PerlMagick/PerlMagickCheck.sh.in =
commands</div><div><br></div><div>GraphicsMagick is configured as =
follows. Please verify that this</div><div>configuration matches your =
expectations.</div><div><br></div><div>Host system type : =
i386-apple-darwin10.0.0</div><div>Build system type : =
i386-apple-darwin10.0.0</div><div><br></div><div>Option =
Configure option =
<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>Configured =
value</div><div>----------------------------------------------------------=
-------</div><div>Shared libraries --enable-shared=3Dno =
<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>no</div><div>Static libraries --enable-static=3Dyes =
<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>yes</div><div>GNU ld =
--with-gnu-ld=3Dno <span =
class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>no</div><div>Quantum depth --with-quantum-depth=3D8 =
<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>8</div><div><br></div><div>Delegate =
Configuration:</div><div>BZLIB =
--with-bzlib=3Dyes <span =
class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>yes</div><div>DPS =
--with-dps=3Dyes =
<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>no</div><div>FlashPIX =
--with-fpx=3Dno =
<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>no</div><div>FreeType 2.0 --with-ttf=3Dyes =
<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>no (failed =
tests)</div><div>Ghostscript None =
<span =
class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>gs =
(unknown)</div><div>Ghostscript fonts --with-gs-font-dir=3Ddefault =
none</div><div>Ghostscript lib --with-gslib=3Dno =
<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>no</div><div>JBIG =
--with-jbig=3Dyes =
<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>no</div><div>JPEG v1 =
--with-jpeg=3Dyes <span =
class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>no</div><div>JPEG-2000 --with-jp2=3Dyes=
<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>no</div><div>LCMS =
--with-lcms=3Dyes =
<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>no</div><div>Magick++ =
--with-magick-plus-plus=3Dyes <span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>yes</div><div>PERL =
--with-perl=3Dno =
<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>no</div><div>PNG =
--with-png=3Dyes =
<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>no (failed tests)</div><div>TIFF =
--with-tiff=3Dyes <span =
class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>no</div><div>TRIO =
--with-trio=3Dyes <span =
class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>no</div><div>Windows fonts =
--with-windows-font-dir=3D<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>none</div><div>WMF =
--with-wmf=3Dyes =
<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>no</div><div>X11 =
--with-x=3D <span =
class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>yes</div><div>XML =
--with-xml=3Dyes <span =
class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>yes</div><div>ZLIB =
--with-zlib=3Dyes <span =
class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>yes</div><div><br></div><div>X11 =
Configuration:</div><div> X_CFLAGS =
=3D </div><div> X_PRE_LIBS =3D -lSM =
-lICE</div><div> X_LIBS =3D =
-L/usr/X11/lib -R/usr/X11/lib</div><div> X_EXTRA_LIBS =
=3D </div><div><br></div><div>Options used to compile and =
link:</div><div> CC =3D gcc =
-std=3Dgnu99</div><div> CFLAGS =3D -fopenmp -g -O2 =
-Wall -D_THREAD_SAFE</div><div> CPPFLAGS =3D =
-I/usr/include/libxml2</div><div> CXX =3D =
g++</div><div> CXXFLAGS =3D =
-D_THREAD_SAFE</div><div> DEFS =3D =
-DHAVE_CONFIG_H</div><div> LDFLAGS =3D -L/usr/X11/lib =
-R/usr/X11/lib -L/usr/X11/lib -L/usr/lib</div><div> LIBS =
=3D -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lm -lgomp =
-lpthread</div><div><br></div><div>cms01:GraphicsMagick-1.3.7 admin$ =
gcc</div><div>i686-apple-darwin10-gcc-4.2.1: no input =
files</div></div><div><br =
class=3D"webkit-block-placeholder"></div><div>-----------------------CLI =
- OUTPUT------------------------------</div><div>
<span class=3D"Apple-style-span" style=3D"font-size: 12px; "><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
min-height: 14px; "><br class=3D"Apple-interchange-newline"><br></div><div=
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><span class=3D"Apple-converted-tab"> =
</span><b style=3D"font-weight: bold; "><i =
style=3D"font-style: italic; font-weight: bold; "><span =
class=3D"Apple-style-span" style=3D"font-style: italic; font-weight: =
bold; "><span class=3D"Apple-style-span" style=3D"font-style: italic; =
font-weight: bold; ">Jakob Peterh=E4nsel</span></span></i></b></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
min-height: 14px; "><br></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font =
class=3D"Apple-style-span" size=3D"2"><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; ">"Be a part of the Love Generation - carry a =
smile, not a gun.</span></span></span></font><font =
class=3D"Apple-style-span" size=3D"2"><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; ">"</span></span></span></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 9px/normal Helvetica; =
min-height: 11px; font-size: 9px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 9px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 9px; ">- JP, May 2006</span></span><br =
style=3D"font-size: 9px; "></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 9px/normal Helvetica; min-height: 11px; font-size: 9px; =
"><br class=3D"khtml-block-placeholder"></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font =
class=3D"Apple-style-span" size=3D"2"><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; ">Email:<span =
class=3D"Apple-converted-space"> </span></span></span></span></font><=
span class=3D"Apple-converted-tab"><font class=3D"Apple-style-span" =
size=3D"2"><span class=3D"Apple-style-span" style=3D"font-size: 10px; =
"><span class=3D"Apple-style-span" style=3D"font-size: 10px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; "> =
<span =
class=3D"Apple-converted-space"> </span></span></span></span></font><=
/span><font class=3D"Apple-style-span" size=3D"2"><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; "><a =
href=3D"mailto:[email protected]">[email protected]</a></span></span></span></=
font></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; "><font class=3D"Apple-style-span" =
size=3D"2"><span class=3D"Apple-style-span" style=3D"font-size: 10px; =
"><span class=3D"Apple-style-span" style=3D"font-size: 10px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; ">AIM:<span =
class=3D"Apple-converted-space"> </span></span></span></span></font><=
span class=3D"Apple-converted-tab"><font class=3D"Apple-style-span" =
size=3D"2"><span class=3D"Apple-style-span" style=3D"font-size: 10px; =
"><span class=3D"Apple-style-span" style=3D"font-size: 10px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; "> =
<span =
class=3D"Apple-converted-space"> </span></span></span></span></font><=
/span><font class=3D"Apple-style-span" size=3D"2"><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; =
">Marook</span></span></span></font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font =
class=3D"Apple-style-span" size=3D"2"><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; "><span class=3D"Apple-style-span" =
style=3D"font-size: 10px; ">Phone:<span =
class=3D"Apple-converted-space"> </span></span></span></span></font><=
span class=3D"Apple-converted-tab"><font class=3D"Apple-style-span" =
size=3D"2"><span class=3D"Apple-style-span" style=3D"font-size: 10px; =
"><span class=3D"Apple-style-span" style=3D"font-size: 10px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; "> =
<span =
class=3D"Apple-converted-space"> </span></span></span></span></font><=
/span><font class=3D"Apple-style-span" size=3D"2"><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; "><span =
class=3D"Apple-style-span" style=3D"font-size: 10px; =
">+45 30787715</span></span></span></font></div></span>
</div>
<br></div></body></html>=
--Apple-Mail-1-698945368--
--===============5164933268168846909==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
--===============5164933268168846909==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Graphicsmagick-core mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-core
--===============5164933268168846909==--