Patrick Ye wrote:
> Thanks for the advice. I've used ldd to see which shared libs that
> cspace and its demos are linked to, and so far none of them seem
> related. I thought there was something wrong with FreeImage but I only
> have 1 version installed so that cannot be it. isotest works because
> it's not linked to any shared library that is related to jpeg or
> imaging.

Only the 'csjpgimg' plugin should be linked against the JPEG library. 
None of the applications need be since they should all be loading images 
via the plugin. You might want to use 'ldd' to find out the exact JPEG 
library linked into csjpgimg and then compare that against the 
JPEG.CFLAGS and JPEG.LFLAGS variables in CS/Jamconfig. Perhaps post in 
email both the output of 'ldd' and the relevant JPEG.* variables from 
Jamconfig.

-- ES


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to