[Pythonmac-SIG] Compiling PIL

Dinu Gherman gherman@darwin.in-berlin.de
Wed, 13 Feb 2002 14:29:45 +0100 (CET)


Hi,

I've got another compile issue with PIL. After compiling the
JPEG and ZLIB libraries I get this when compiling PIL 1.1.2
(with TK turned off):

cc  -bundle -flat_namespace -undefined suppress  ./_imaging.o ./
decode.o ./encode.o ./map.o ./display.o ./outline.o ./path.o  libImaging/
libImaging.a -L/usr/local/lib -ljpeg -L/usr/local/lib -lz  -o ./_imaging.so
/usr/bin/ld: table of contents for archive: /usr/local/lib/libjpeg.a is out of 
date; rerun ranlib(1) (can't load from it)
make: *** [_imaging.so] Error 1

Any ideas?

Thanks,

Dinu