[Image-SIG] PIL compile problem

Fredrik Lundh fredrik@pythonware.com
Fri, 16 Nov 2001 10:55:11 +0100


John Angelmo wrote:
> I know that libjpeg is installed in /usr/local/lib
> /usr/local/lib/libjpeg.a
> /usr/local/lib/libjpeg.so
> /usr/local/lib/libjpeg.so.9
>
> So does anyone know what I'm doing wrong?

nothing really; the build system probably messed up somewhere.

try editing the Setup.in (or Setup) file, to make it uses the right
library path.

</F>