[Image-SIG] PIL

Fredrik Lundh fredrik@pythonware.com
Mon, 23 Jul 2001 10:10:24 +0200


tom wrote:
> => then check libImaging/ImConfig.h for '#define HAVE_LIBJPEG',
> => default is, as far as I remember, '/* #undef HAVE_LIBJPEG */'
> => that doesn't mean to link libjpeg!
> 
> You were correct here, this was not set to #define. I changed this.
> 
> Then I removed all *.o files from libImaging and ran './configure' and
> 'make' again.

./configure rewrites the ImConfig.h file.  Try making the
changes *after* you've run ./configure.

Also make sure to rebuild the *.o files in the PIL main directory.

Cheers /F