Page 1 of 1

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

Posted: 2010-05-19T13:23:56-07:00
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