Page 1 of 1

Compiling ImageMagick with jbigkit support, How to do it?

Posted: 2009-08-01T09:01:29-07:00
by AlexiR
Hello its been a while since i have compiled ImageMagick but now i need to do it with jbigkit support.
And i cant figure out how to do it.
I tried extracting the gz archive to the ImageMagick directory, cd into jbigkit then did
make
make test
cd ..
./configure --prefix=/usr --enable-delegate-build

And ImageMagick doesnt see jbigkit

--------------------------------------------------
checking for JBIG...
checking jbig.h usability... no
checking jbig.h presence... no
checking for jbig.h... no
checking for jbg_dec_init in -ljbig... no
checking if JBIG package is complete... no
----------------------------------------------------

So then i tried copying jbigkit to /usr/lib after doing make, still no go.
Any advice would be helpful.
Version of ImageMagick 6.5.4-6 , version of jbigkit 2.0

Re: Compiling ImageMagick with jbigkit support, How to do it?

Posted: 2009-08-01T09:05:16-07:00
by fmw42
I am not an expert, but usually the order is:

./configure
make
make install

There may also be an INSTALL file in that directory. See what instructions it gives.

Re: Compiling ImageMagick with jbigkit support, How to do it?

Posted: 2009-08-01T09:17:35-07:00
by AlexiR
Unfortunately jbigkit doesnt have "make install" (no rules setup for that) just "make" and "make test"

Re: Compiling ImageMagick with jbigkit support, How to do it

Posted: 2011-03-03T13:52:59-07:00
by ses1984
I hate to drag a years-old thread back from the grave, but I'm having the same problem. I've tried everything in this thread so far.