Missing Magick++ Method : Image::type()

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
vimal

Missing Magick++ Method : Image::type()

Post by vimal »

Hi,

My problem seems to be similar to the one described in viewtopic.php?f=1&t=15728&p=56074&hilit ... ing#p56074

But I am trying to build the source on Redhat. I am trying to use the Magick++ API to render images.

I got source for the latest version (6.6.1-10).

I did the following to compiled the source.

./configure --disable-openmp
./make
./make install

I get the error message "undefined symbol: _ZN6Magick5Image4typeEN9MagickLib9ImageTypeE".

I tried recompiling the source with out specifying the '--disable-openmp' option to the configure script. But the shared library libMagick++.so still miss the symbol for the method Image::type()

Any ideas as to what I am doing wrong ?

Thanks,
Vimal
Post Reply