- From: Hugh Sasse Staff Elec Eng <hgs@dmu.ac.uk>
- Date: Wed, 11 Jun 2003 14:43:12 +0100 (BST)
- To: Brian Campbell <bacam+am@z273.org.uk>
- cc: Amaya Mailing List <www-amaya@w3.org>
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,
Hugh
Received on Wednesday, 11 June 2003 09:52:41 UTC