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
Trouble configuring with lcms
Re: Trouble configuring with lcms
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.
./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.