Another bug caused by configure adding libraries to the compiler
command line when they do not exist (or at least, are not in the
linker path). This time the missing library is libjpeg.so.62. The
config.log is attached.
Suggested fix is to make configure check to see that a library is
available before trying to use it. If the header files can be found
but the library can't, configure could print a warning.
config.log is attached.
--
Ed Avis <ed.avis(a)kbcfp.com>