"make install" is broken

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

"make install" is broken

Post 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!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: "make install" is broken

Post 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.
Post Reply