[Magick-bugs] libWand linked against obsolete libMagick

Ansgar Esztermann aeszter at gwdg.de
Thu Jan 11 08:08:57 CST 2007


On Thu, Jan 11, 2007 at 07:49:28PM +0600, Alexey V. Burlakov wrote:
> 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/

Yes, that would probably be necessary when configuring some other
package that is supposed to use my newly installed IM. However, Wand
is part of IM, and the non-standard prefix does not even exist at
configure and compile time; it will be created during "make install".
As far as I can tell, Wand should look inside the IM _build_ directory
for libMagick. I can try to compile with
LDFLAGS=-L$HOME/magick-build/something-or-other, but shouldn't it look
there by default?


A.

-- 
Ansgar Esztermann
Researcher & Sysadmin
http://www.mpibpc.mpg.de/groups/grubmueller/start/people/aeszter/index.shtml


More information about the Magick-bugs mailing list