[Magick-bugs] [re-sent] libWand linked against obsolete libMagick

Alexey V. Burlakov alexey.burlakov at sibers.com
Thu Jan 11 07:49:28 CST 2007


Hello,

AE> after installing ImageMagick 6.3.1 on a Linux machine, I noticed that
AE> the Wand library links against an old version of libMagick (the
AE> vendor's installation of ImageMagick 5.5.7):

AE> The library was configured with
AE> $ ./configure --prefix=/usr/local/stow/ImageMagick-6.3.1

If you configuring smth with non-standard prefix most times you have
to specify right path's to libraries and headers for compiler and linker.

try to add something like this to ./configure line:
LDFLAGS=-L/usr/local/imagemagick631/lib/ CPPFLAGS=-I/usr/local/imagemagick631/include/

-- 
Alexey V. Burlakov
Web developer
Sibers Ltd.
ICQ:74272858
Web: http://www.sibers.com






More information about the Magick-bugs mailing list