[Image-SIG] Couple of small problems with the Python Imaging Library, any suggestions?

Fredrik Lundh fredrik@pythonware.com
Wed, 6 Oct 1999 13:01:28 +0200


ken <ken@be.com> wrote:
> 2) I have PIL compiled and installed under Linux, but am getting a link 
> error off of an X library, I think--says it can't find XPixMap, or something
> to that effect. I'll look into this in more detail, but though I might post
> this in case this is a well know problem.

adding -lX11 to the Setup file should do the trick.

(this is fixed in the upcoming 1.0.1)

</F>