Does current Python2.3CVS work on FreeBSD5.1 or FreeBSD5-current?

Andrew MacIntyre andymac at bullseye.apana.org.au
Sat Jun 21 21:09:58 EDT 2003


On Sun, 21 Jun 2003, PieterB wrote:

> I was wondering if someone could acknowledge that Python2.3CVS runs on
> FreeBSD5.1 or FreeBSD5-current.

It will if you tell it to use a threads library.

Find the LIBC variable in the Makefile, and add -lkse to it.

This was discussed in SF patch #745320 (now closed).

The building of threaded apps has changed on 5.x, and nobody has yet
contributed a patch to configure.in to cater for the difference between
5.x and 4.x.

Python's SF bug tracker is the best place for bug reports like this,
rather than private e-mail to developers.

--
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac at bullseye.apana.org.au  (pref) | Snail: PO Box 370
        andymac at pcug.org.au             (alt) |        Belconnen  ACT  2616
Web:    http://www.andymac.org/               |        Australia





More information about the Python-list mailing list