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?".
Been working on installing this for a while and could not find documents on how to successfully install ImageMagick-6.4.1 in SlackWare. I have not changed the "configure" options. What I don't know is which libraries are necessary for basic installation. Here's my errors thrown when "make":
my steps:
make uninstall
make distclean
configure --disable-shared
make
make install
errors again:
grep: /usr/lib/libltdl.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/libltdl.la: No such file or directory
libtool: link: `/usr/lib/libltdl.la' is not a valid libtool archive
make[1]: *** [magick/libMagickCore.la] Error 1
make[1]: Leaving directory `/root/ImageMagick-6.4.1'
make: *** [all] Error 2
new error in make install:
grep: /usr/lib/libltdl.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/libltdl.la: No such file or directory
libtool: link: `/usr/lib/libltdl.la' is not a valid libtool archive
make[1]: *** [magick/libMagickCore.la] Error 1
make[1]: Leaving directory `/root/ImageMagick-6.4.1'
make: *** [install] Error 2