the only discussion that I can find that discusses how to do this is from 2008, and is outdated.
I've tried downloading the .tar file from http://www.imagemagick.org/download/bin ... 0-0.tar.gz.
the discussion above suggests the following steps:
- untarring, then building each delegate library as static (e.g. ./configure --disable-shared)
- globally building with ./configure --disable-shared --enable-delegate-build
- running make
I'm running into trouble building the delegate libraries as static, since the file structure of imagemagick has changed a lot in the past few years.
can somebody point me to the correct way to build a static version of the utility?