Hi, On Thu, Apr 18, 2002 at 12:32:00PM -0700, Philip Goisman wrote: > Hi, > > No, I hadn't tried that, but just now I did with the same > results as follows: > > # env > LIBRARY_PATH=/usr/dt/lib:/usr/local/lib > # ls -al /usr/local/lib/libjpeg.a > -rw-r--r-- 1 root system 302614 Jul 18 2000 /usr/local/lib/libjpeg.a > > checking for jpeg_start_decompress in -ljpeg... (cached) no ^^^^^^ Beware of the "cached". This means configure hasn't actually checked, but used the value it found last time you ran configure.
Do "make distclean" or rm config.cache before you run configure again. Bye, Henning