Hi Major, I wasn't avoiding you, just busy. Sorry you needed to repost.
Anyhow, results from nm follow: # nm -B libjpeg.a | grep jpeg_start 0x00000000000000 T jpeg_start_compress 0x00000000000000 T jpeg_start_decompress 0x000000000005a0 T jpeg_start_output So, unless the programs looking at a different libjpeg other than in /usr/local/lib, I'm still stuck. I guess I could rename the shared libjpeg version in my java libs. Is there a way to force sane-backends-1.0.7 to only check libjpeg.a in /usr/local/lib? Thanks, Philip From and...@sticks.phy.bris.ac.uk Fri Apr 19 08:13:10 2002 From: Major A <and...@users.sourceforge.net> To: Philip Goisman <gois...@physics.arizona.edu> Cc: SANE devel <sane-de...@mostang.com> Subject: Re: [sane-devel] Re: sane build on tru64 unix 5.1A > Thanks to Henning and Ralph for their response on the > problem I'm having getting jpeg recognized. > > It responds the same even when I wipe out the > sane-backends-1.0.7 completely and recreate it. distclean > does the same. > > checking for jpeg_start_decompress in -ljpeg... no Lacking a better idea, I can only suggest that you check whether jpeg_start_decompress is actually available in libjpeg.*, you can do that with the nm command. Other than that, it's always worth checking the config.log file, maybe it was something different that caused the error. Andras =========================================================================== Major Andras e-mail: and...@users.sourceforge.net www: http://andras.webhop.org/ ===========================================================================