as a follow on.
I decided to completely remove the new installation and also the pre loaded Suse packages to have a clean install platform.
I installed as per normal and the resulting configure gave me this :
Code: Select all
ImageMagick is configured as follows. Please verify that this configuration
matches your expectations.
Host system type : i686-pc-linux-gnu
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
--with-hdri=no no
Delegate Configuration:
BZLIB --with-bzlib=yes yes
DJVU --with-djvu=yes no
DPS --with-dps=yes no
FlashPIX --with-fpx=no no
FontConfig --with-fontconfig=yes yes
FreeType --with-freetype=yes yes
GhostPCL None pcl6 (unknown)
Ghostscript None gs (8.15.3)
Ghostscript fonts --with-gs-font-dir=default /usr/share/ghostscript/fonts/
Ghostscript lib --with-gslib=yes no (failed tests)
Graphviz --with-gvc=yes 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
OpenEXR --with-openexr=yes no
PERL --with-perl=yes /usr/bin/perl
PNG --with-png=yes yes
RSVG --with-rsvg=yes no
TIFF --with-tiff=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:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 6.3.5
CC = gcc
CFLAGS = -g -O2 -Wall -W -pthread
MAGICK_CFLAGS = -g -O2 -Wall -W -pthread
CPPFLAGS = -I/usr/local/include
PCFLAGS =
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -lfreetype -lz
MAGICK_LDFLAGS = -L/usr/local/lib -lfreetype -lz
LIBS = -lMagick -llcms -lfreetype -ljpeg -lfontconfig -lexpat -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread
CXX = g++
CXXFLAGS = -g -O2 -Wall -W -pthread
When make'ing and then make install'ing I saw many strange linking warnings like the following:
Code: Select all
/bin/sh ./libtool --silent --mode=install /usr/bin/install -c 'Magick++/lib/libMagick++.la' '/usr/local/lib/libMagick++.la'
libtool: install: warning: relinking `Magick++/lib/libMagick++.la'
libtool: ignoring unknown tag CXX
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//liblcms.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libfontconfig.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libXext.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libSM.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libX11.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libXt.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libfreetype.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//liblcms.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libfontconfig.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libXext.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libXt.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libfreetype.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libSM.la' seems to be moved
libtool: link: warning: `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libX11.la' seems to be moved
this seems to repeat and retry when make install'ing.
After install completed a test produced :
Code: Select all
/usr/local/bin/convert: error while loading shared libraries: libMagick.so.10: cannot open shared object file: No such file or directory
Any help would be very much appreciated,
Paul