ImageMagick 6.4.5 version

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
somasundaram

ImageMagick 6.4.5 version

Post by somasundaram »

I try to configure the source installation of ImageMagick 6.4.5 in RHEL4, but its exposes the output some errors what we need actual configuration.

Delegate and output configuration errors are

Delegate Configuration:
-----------------------

BZLIB --with-bzlib=yes yes
Autotrace --with-autotrace=yes yes
FontConfig --with-fontconfig=yes yes
FreeType --with-freetype=yes yes
Ghostscript None gs (7.07)
Graphviz --with-gvc=yes yes
JBIG --with-jbig= 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
OpenEXR --with-openexr=yes yes
PNG --with-png=yes yes
RSVG --with-rsvg=yes yes
TIFF --with-tiff=yes yes
WMF --with-wmf=yes yes
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes

X_PRE_LIBS = -lSM -lICE

CFLAGS = -fopenmp -g -O2 -Wall -W -pthread
MAGICK_CFLAGS = -fopenmp -g -O2 -Wall -W -pthread
PCFLAGS = -fopenmp
LDFLAGS = -lfreetype
MAGICK_LDFLAGS = -L/usr/local/lib -lfreetype
LIBS = -lMagickCore -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext
-lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl
CXXFLAGS = -g -O2 -Wall -W -pthread



Output of installation:
-----------------------

BZLIB --with-bzlib=yes no
Autotrace --with-autotrace=no no
FontConfig --with-fontconfig=no no
FreeType --with-freetype=yes no
Ghostscript None gs (8.63)
Graphviz --with-gvc=yes no
JBIG --with-jbig=yes no
JPEG v1 --with-jpeg=yes no
JPEG-2000 --with-jp2=yes no
LCMS --with-lcms=yes no
Magick++ --with-magick-plus-plus=yes no (failed tests)
OpenEXR --with-openexr=yes no
PNG --with-png=yes no
RSVG --with-rsvg=no no
TIFF --with-tiff=yes no
WMF --with-wmf=yes no
X11 --with-x= no
XML --with-xml=no no
ZLIB --with-zlib=yes no

X_PRE_LIBS =

CFLAGS = -g -O2 -Wall -W -pthread
MAGICK_CFLAGS = -g -O2 -Wall -W -pthread
PCFLAGS =
MAGICK_LDFLAGS = -L/usr/local/lib
LIBS = -lMagickCore -lm -lpthread
CXXFLAGS = -pthread

Can you please help me to continue this work.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: ImageMagick 6.4.5 version

Post by magick »

If a particular delegate library is not validated, check config.log to determine why. Fix the problem and rerun the configure script until the library is validated.
Post Reply