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?".
Hi, can someone help me diagnose the following problem? I `./configure' then `make'. Make produces the following error when it gets to the perlmagick compilation.
make[3]: *** No rule to make target `/usr/lib/libperl.a', needed by `PerlMagick'. Stop.
make[3]: Leaving directory `/mydoc/src/ImageMagick-6.3.7/PerlMagick'
make[2]: *** [PerlMagick] Error 2
make[2]: Leaving directory `/mydoc/src/ImageMagick-6.3.7/PerlMagick'
make[1]: *** [PerlMagick/PerlMagick] Error 2
make[1]: Leaving directory `/mydoc/src/ImageMagick-6.3.7'
make: *** [all] Error 2
This is on a debian lenny system, and both the perl and libperl (5. packages are installed. If I `./configure --with-perl=no' then imagemagick builds and installs fine.