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
Compiling Imagemagick with different image libraries
Re: Compiling Imagemagick with different image libraries
Hi
Thanks for the response. Setting the CFLAGS and LDFALGS with the local path worked for me.
Regards
J.Visu
Thanks for the response. Setting the CFLAGS and LDFALGS with the local path worked for me.
Regards
J.Visu