Page 1 of 1

"make install" is broken

Posted: 2010-01-15T12:48:49-07:00
by naoliv
Hi!

It seems that there is something broken on ImageMagick 6.5.9-0
Doing a simple "./configure; make; make install", on a clean chroot, we have empty dirs at /usr/local/lib/ImageMagick-6.5.9/modules-Q16/coders and /usr/local/lib/ImageMagick-6.5.9/modules-Q16/filters

Thank you!

Re: "make install" is broken

Posted: 2010-01-15T13:23:42-07:00
by magick
We changed the default of --with-modules because it caused ImageMagick to fail to build / install properly under Cygwin / MSYS. Add --with-modules to your configure script command line to install the modules and filters in ../lib/ImageMagick-6.5.9-0/modules-Q16/. Note, ImageMagick can build / run without modules, however, we recommend you use modules.