On Wed, 11 Jun 2003, Brian Campbell wrote: > > On Tue, Jun 10, 2003 at 01:25:32PM +0100, Hugh Sasse Staff Elec Eng wrote: > > > > On Mon, 9 Jun 2003, Brian Campbell wrote: > > > > > http://www.mirror.ac.uk/sites/ftp.debian.org/debian/pool/main/i/imlib/imlib_1.9.14.orig.tar.gz > > > > > Hmmmm, Get New Utilities: What do you make of this: [...] > > checking for jpeg_destroy_decompress in -ljpeg... no > > configure: error: *** JPEG library not found *** [...] > > so why is it not finding it? > > The possibilities that come to mind are that it's looking for a libjpeg.so > (try adding a symlink from libjpeg.so to libjpeg.so.6a), or that it Turns out there already is one: # diff libjpeg.so* # cmp libjpeg.s* # cmp libpng.s* # ls -l libjpeg.s* libpng.s* lrwxrwxrwx 1 root system 13 Mar 31 2000 libjpeg.so -> libjpeg.so.6a -rw-r--r-- 1 root system 163840 May 26 1996 libjpeg.so.6a lrwxrwxrwx 1 root system 31 Mar 31 2000 libpng.so -> /usr/local/lib/libpng.so.1.0.89 -rw-r--r-- 1 root system 139264 Sep 2 1996 libpng.so.1.0.89 # > isn't searching that directory (try setting LIBRARY_PATH and > C_INCLUDE_PATH, or add -L/usr/local/lib to the CFLAGS, or look for a Not sure how C_INCLUDE_PATH would help for a library. Tried -L... but it din't help. > configure option to specify the location of the JPEG library). I'm still getting the failures with imlib. > > Brian > > Thanks, HughReceived on Wednesday, 11 June 2003 09:52:41 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:41 UTC