Page 1 of 1

Posted: 2006-05-24T19:34:07-07:00
by magick
The undefined references comes from the MagickWand library. You can fix it by adding -lWand to the loader command line. Take a look at the koffice configure.ac or configure.in script and look for where it locates the ImageMagick libraries. See if it just adds -lMagick++ and/or -lMagick to the LD_FLAGS. If so, change this to -lWand -lMagick++ -lMagick and notify the koffice folks to fix their configure script.

Posted: 2006-05-26T08:25:08-07:00
by magick
MagickWand is not necessary for the typical ImageMagick install which is shared with modules. However, we need to add the MagickWand dependancy to the MagickCore Magick-config file. We will get this patch in the next point release due within a week. Thanks for the problem report.