Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
We cannot reproduce the problem you are having. We unpacked the binary distribution and set the execution path, MAGICK_HOME, and DYLD_LIBRARY_PATH. Next we typed
Are you getting the format list? We suspect the problem is it checks to see if there are any loadable modules and throws a warning exception. We probably should suppress the warning. Will fix within the next few days.
Add --without-modules to the configure script command line to inhibit modules from being built. We'll update the documentation. We did change the default because modules are more lightweight in that only modules that are used are loaded.