Subject: Re: libtcl84.so.1 Undefined PLT symbol "pthread_*"
To: Marc Recht <marc@geht.de>
From: Simon Gerraty <sjg@juniper.net>
List: tech-pkg
Date: 08/13/2004 14:36:58
Ok I finally got this to work - on -current anyway.

The trick was to set PYTHON_VERSION_DEFAULT=23pth
before building graphics/py-imagingtk so that the threaded version would
be used and tcl would be happy.  py-imagingtk defaults to using whatever
../../lang/python defaults to which is 23 which is not compatible with 
x11/py-Tk

--sjg