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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to