compile static version of imagemagick convert util

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.
Post Reply
aazlant
Posts: 1
Joined: 2014-09-02T17:12:19-07:00
Authentication code: 6789

compile static version of imagemagick convert util

Post by aazlant »

looking to create static binaries for the imagemagick convert utlity on two platforms: ubuntu and os x.

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:
  1. untarring, then building each delegate library as static (e.g. ./configure --disable-shared)
  2. globally building with ./configure --disable-shared --enable-delegate-build
  3. running make
which should build static versions of the main utilities.

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