libjpeg path in cross-compile environment, how?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
xytras

libjpeg path in cross-compile environment, how?

Post by xytras »

I know there have been some threads with comparable problems but none of these solved my issue.

I have a cross-compiling environment and compiled the libjpeg already for the used platform.
Now I want to compile ImageMagick too, which already worked except without jpeg, tiff and png support.

How do I point the ImageMagick compile to the required libjpeg (png/tiff) path?

It doesn´t help if I add the cross-compile libjpeg path to the PATH environment...
probably because it conflicts with the debian compiled libjpg which is on the system too ?


Sorry if that might be a lame question, Linux isn´t my mother tounge ;-)
Post Reply