Re: Amaya 8 source fails to build Alpha 0SF1 V4.0

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 whether shmctl IPC_RMID allowes subsequent attaches... no
> checking X11/extensions/XShm.h... yes
> checking for jpeg_destroy_decompress in -ljpeg... no
> configure: error: *** JPEG library not found ***
> valyus 118 > find / -type f -name "libjpeg*" -print
> /usr/local/lib/libjpeg.a
> find: cannot open < /usr/local/lib/crack >
> /usr/local/lib/libjpeg.so.6a
> 
> valyus 120 > echo $!$
> echo $LD_LIBRARY_PATH
> /usr/local/lib:/usr/local/netpbm/lib:/usr/openwin/lib:/usr2/local/khoros/lib:/usr/local/pga/lib/alpha:/usr/local/gnu/lib:/home/hgs/gnu/lib
> 
> 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
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
configure option to specify the location of the JPEG library).

  Brian

Received on Wednesday, 11 June 2003 09:29:09 UTC