Compiling Imagemagick with different image libraries

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
jvisu
Posts: 4
Joined: 2011-02-17T02:58:38-07:00
Authentication code: 8675308

Compiling Imagemagick with different image libraries

Post by jvisu »

Hi,

I'm trying to compile Imagemagick from source in my Linux machine by using different image libraries. That is my machine has different version of libraries. For example, I have my libtiff library in default path (/usr/lib/libtiff.so.3.9.2) and other version of libtiff library in my local path (/home/visu/work/lib/libtiff.so.5.0.3). I would like to use library from my local path instead of default path. Could you please suggest what should I set in configure command to use the library in selected path (for this case /home/visu/work/lib/libtiff.so.5.0.3).

Also what do I need to set when I need to test the imagemagick compiled binary in other machine.

Thanks in advance.

Regards
J.Visu
jvisu
Posts: 4
Joined: 2011-02-17T02:58:38-07:00
Authentication code: 8675308

Re: Compiling Imagemagick with different image libraries

Post by jvisu »

Hi

Thanks for the response. Setting the CFLAGS and LDFALGS with the local path worked for me.

Regards
J.Visu
Post Reply