Page 1 of 1

Compiling ImageMagick universal binary

Posted: 2007-06-13T09:36:09-07:00
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.