Compiling ImageMagick universal binary

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
venaish

Compiling ImageMagick universal binary

Post by venaish »

Hi,

I have downloaded the latest version of ImageMagick source code and I want to add the LLCMS module into the imagemagick.

So I got the LLCMS libraries compiled, but I don't know how to create a universal binary of imagemagick.

I tried following commands to compile imagemagick on Mac (Intel based).

./configure
make
make install

But it is creating Imagemagick binaries for i386, but when I tried to run this on Mac (PPC) its not working.
I have seen the options with configure like --build, --host, --target.
I don't know how and what to use (values) for the three parameters.

So can anybody please help me in creating a new universal binary.

Thank you.

Regards,
Venkatesh.
Post Reply