Getting error while doing ./configure

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
sanojmn

Getting error while doing ./configure

Post by sanojmn »

Hi..

I was trying to install ImageMagick 6.5.0-2. But getting the configure script output is like this below. and the ImageMagick not at all installing. Please check this and advice is this correct or not. Before this i installed libpng, zlib, freetype and ghostscript.

  • 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
    FlashPIX --with-fpx=yes no
    FontConfig --with-fontconfig=no no
    FreeType --with-freetype=yes yes
    GhostPCL None pcl6 (unknown)
    GhostXPS None gxps (unknown)
    Ghostscript None gs (8.63)
    Ghostscript fonts --with-gs-font-dir=default /usr/share/fonts/default/Type1/
    Ghostscript lib --with-gslib=no no
    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 yes
    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.4.9
    CC = gcc -std=gnu99
    CFLAGS = -fopenmp -g -O2 -Wall -W -pthread
    MAGICK_CFLAGS = -fopenmp -g -O2 -Wall -W -pthread
    CPPFLAGS = -I/usr/local/include/ImageMagick
    PCFLAGS = -fopenmp
    DEFS = -DHAVE_CONFIG_H
    LDFLAGS = -L/usr/local/lib -lfreetype -lz
    MAGICK_LDFLAGS = -L/usr/local/lib -L/usr/local/lib -lfreetype -lz
    LIBS = -lMagickCore -lfreetype -lz -lm -lgomp -lpthread
    CXX = g++
    CXXFLAGS = -pthread
Sanoj
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Getting error while doing ./configure

Post by magick »

It looks like Magick++ failed to validate. You can determine why by inspecting config.log. You should also be able to build the rest of ImageMagick without Magick++ if you are not going to use Magick++. Type
  • make -k -i
    make -k -i install
Post Reply