Re: configure can't find libjpeg.so



On Tue, 11 May 2004 14:41:35 PDT, Mike <otyugh sbcglobal net>  said:

> Libjpeg.so is buried in /opt/java131/jre/lib/alpha/libjpeg.so, with a link
> to it from /usr/shlib/libjpeg.so. But it definitely is there, I installed it
> yesterday.

Let's see what the config.log file says about that test program.

One of 3 things happened:

1) You didn't have a -ljpeg listed in the command line for some reason.

2) It was there, but the system didn't look in /usr/shlib and/or there wasn't
a -L flag telling it where to look (doubful, as 'man ld' on my Tru64 box says
that /usr/shlib is the first place it looks).

3) It found the .so, but had issues with it's format or something and refused
to use it (possibly the test symbol jpeg_destroy_decompress wasn't found
because it wasn't included, or other similar build error).

Attachment: pgpNdvbS0LWLE.pgp
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]