Trouble configuring with lcms

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
sarvagya

Trouble configuring with lcms

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Trouble configuring with lcms

Post by magick »

sarvagya

Re: Trouble configuring with lcms

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