Posted: 2006-05-24T19:34:07-07:00
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.