[Image-SIG] Compiling PIL 1.0: undefined symbol: XFreePixmap

Fredrik Lundh fredrik@pythonware.com
Fri, 5 Nov 1999 10:25:49 +0100


Edward C. Jones <edcjones@erols.com> wrote:
> ImportError: /usr/lib/libtk8.0.so: undefined symbol: XFreePixmap

and the same trick is likely to work in this case:

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

    (this is fixed in the upcoming 1.0.1)

</F>