[Image-SIG] Compiling PIL 64 bit

Fredrik Lundh fredrik@pythonware.com
Fri, 10 Dec 1999 08:51:25 +0100


<Anand.Kumria@eBioinformatics.com> wrote:
> If you need to compile PIL on a 64 bit architectures then you will
> probably want to add:
> 
> #include <unistd.h>
> 
> to encode.c (it uses the write syscall) if you are also using zlib.

just curious -- but what 64 bit architecture?

(PIL builds out of the box on Digital Unix, so this
is maybe not a general problem for 64-bit boxes).

</F>