> ./configure --without-threads The build environment is based on autoconf / automake / libtool. If a build fails it is most likely a problem with these files. We periodically update the ImageMagick build files when a new version of autoconf / automake / libtool is released. In the mean-time try a static build and see if that works:
./configure --disable-shared Otherwise you may need to build without threads until we update the build files. ImageMagick works fine without threads enabled as long as you don't need to use the API in a threaded program. _______________________________________________ Magick-bugs mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-bugs
