FreeBSD Port: python26-2.6.5

Andrew Johnson daeron at optusnet.com.au
Thu May 27 04:43:03 UTC 2010


new install on 8.0 Release

I enabled the PTH option for Python26 but then other ports could not find pth.h and pthread.h in the python includes. I then found somebody else has been suggesting the below "solution".


http://www.pubbs.net/200908/freebsd/4921-re-pthh-errors-while-compiling-portupgrade-rf-python26-2621-resolved.html

> David
I finally resolved this problem set with:
dns1# ln -s /usr/local/include/pth/pth.h /usr/local/include/python2.6/
dns1# ln -s /usr/local/include/pth/pthread.h /usr/local/include/python2.6/
david


More information about the freebsd-python mailing list