Page 1 of 1

Trouble configuring with lcms

Posted: 2007-06-20T14:39:23-07:00
by sarvagya
Hi all,
I am trying to install imagemagick with lcms support enabled on a unix system.
My lcms is installed under /home/abc/html/IM/lcms and IM is located in /home/abc/html/IM/ImageMagick-6.3.4.
Which parameters can I pass to ./configure to make it look for lcms.h under /home/abc/html/IM/lcms? Would changing '--prefix' help me? Or is it LDFLAGS?
Kindly help me out.
Regards

Re: Trouble configuring with lcms

Posted: 2007-06-20T15:12:37-07:00
by magick

Re: Trouble configuring with lcms

Posted: 2007-06-21T01:52:44-07:00
by sarvagya
Im guessing I need to use
./configure LDFLAG=-L/home/g2pn/html/IM
However, it still says ...
Checking for LCMS support
-------------------------------------------------------------
checking lcms.h usability... no
checking lcms.h presence... no
checking for lcms.h... no
checking lcms/lcms.h usability... no
checking lcms/lcms.h presence... no
checking for lcms/lcms.h... no
checking for cmsOpenProfileFromMem in -llcms... no
checking if LCMS package is complete... no

lcms.h is located in /home/g2pn/html/IM/lib... how can I get configure to find it there?
I am a total newbie with lunix, kindly help me out here.