[Xastir] Can't find ImageMagick lib
Curt Mills, WE7U
archer at eskimo.com
Thu May 15 19:09:35 EDT 2003
On Thu, 15 May 2003, Jack Reilly wrote:
> checking for Magick-config... yes
> checking magick/api.h usability... yes
> checking magick/api.h presence... yes
> checking for magick/api.h... yes
> checking for WriteImage in -lMagick... no
> configure: WARNING: *** Cannot find ImageMagick library files: Building w/o
> ImageMagick support. ***
Those are the important parts for this discussion.
Either "configure" wasn't able to find libMagick.a/libMagick.so, or
it found one of them but couldn't find the symbol "WriteImage" in the
file.
Check where you have libMagick.so. On my SuSE system it's in
/usr/lib.
If you can find it, run this command:
/usr/bin/nm libMagick.so | grep WriteImage
To see if the symbol shows up. If it does, it's likely that
"configure" is not looking in the right place for where your library
is stashed.
It's also possible that the "Magick-config" script, which is the
method that ImageMagick uses to pass interesting things to the
compiler, has a bug in your version.
You might try sending us the output of these commands:
Magick-config --libs
Magick-config --cppflags
Magick-config --cflags
Magick-config --ldflags
Magick-config --version
And also tell us where the ImageMagick include headers and libraries
where installed on your system.
Curt, WE7U. archer at eskimo.com
http://www.eskimo.com/~archer
Lotto: A tax on people who are bad at math. - unknown
Windows: Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me: I picked the coordinate system!"
More information about the Xastir
mailing list