Page 1 of 1

Help need on ImageMagick configure

Posted: 2010-01-15T09:02:55-07:00
by davaasuren
Hi Guys,

I’m new to ImageMagick, I’ve ImageMaigick6.5.9-0, trying to install.
On Configure script I turned on several things “yes” but it is “no” on next value column.
Please advice me what shall I have to do?
My configure script is below.

./configure --prefix=/usr/local --with-bzlib=yes -–with-fontconfig=yes –-with-freetype=yes -–with-gslib=yes -–with-gvc=yes -–with-jpeg=yes -–with-jp2=yes -–with-png=yes -–with-tiff=yes –enable-shared -–with-fontpath=/usr/local/freetype2 -–with-ttf=yes

Next is part of the script output result.

Option Value
-------------------------------------------------------------------------------
Shared libraries --enable-shared=yes yes
Static libraries --enable-static=yes yes
Module support --with-modules=yes yes
GNU ld --with-gnu-ld=yes yes
Quantum depth --with-quantum-depth=16 16
High Dynamic Range Imagery
--enable-hdri=no no

Delegate Configuration:
BZLIB --with-bzlib=yes no
Autotrace --with-autotrace=no no
DJVU --with-djvu=yes no
DPS --with-dps=yes no
FFTW --with-fftw=yes no
FlashPIX --with-fpx=yes no
FontConfig --with-fontconfig=yes no
FreeType --with-freetype=yes no
GhostPCL None pcl6 (unknown)
GhostXPS None gxps (unknown)
Ghostscript None gs (8.15.2)
Ghostscript fonts --with-gs-font-dir=default /usr/share/fonts/default/Type1/
Ghostscript lib --with-gslib=yes no (failed tests)
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
LQR --with-lqr=yes no
Magick++ --with-magick-plus-plus=yes no (failed tests)
OpenEXR --with-openexr=yes no
PERL --with-perl=yes /usr/bin/perl
PNG --with-png=yes no
RSVG --with-rsvg=no no
TIFF --with-tiff=yes no
Windows fonts --with-windows-font-dir= none
WMF --with-wmf=yes no
X11 --with-x= no
XML --with-xml=no no
ZLIB --with-zlib=yes yes

X11 Configuration:
X_CFLAGS =
X_PRE_LIBS =
X_LIBS =
X_EXTRA_LIBS =

Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 6.5.9
CC = gcc -std=gnu99
CFLAGS = -fopenmp -g -O2 -Wall -W -pthread
CPPFLAGS = -I/usr/local/include/ImageMagick
PCFLAGS = -fopenmp
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -L/root/ImageMagick-6.5.9-0/magick/.libs -L/root/ImageMagick-6.5.9-0/magick -L/root/ImageMagick-6.5.9-0/wand/.libs -L/root/ImageMagick-6.5.9-0/wand
MAGICK_LDFLAGS = -L/usr/local/lib -L/root/ImageMagick-6.5.9-0/magick/.libs -L/root/ImageMagick-6.5.9-0/magick -L/root/ImageMagick-6.5.9-0/wand/.libs -L/root/ImageMagick-6.5.9-0/wand
LIBS = -lMagickCore -lz -lm -lgomp -lpthread
CXX = g++
CXXFLAGS = -pthread