This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aimacintyre
Recipients aimacintyre, tleeuwenburg@gmail.com
Date 2009-04-11.09:19:58
SpamBayes Score 2.665502e-05
Marked as misclassified No
Message-id <1239441600.73.0.679101216712.issue5722@psf.upfronthosting.co.za>
In-reply-to
Content
I've just built (using ./configure; make) 3.1a on FreeBSD 6.4 amd64.
libpthread is used by the resulting binary, not libc_r, according to ldd.

I would expect then that explicit action is required to use libc_r, and
given that FreeBSD people have indicated that it is deprecated and no
fixes are likely to be made, I would suggest documenting this as a
"don't do that" (ie use -lc_r) and close this as "won't fix".

The README file in the root of the source tree would seem an appropriate
place for such documentation, though I note that there appears to be a
lot of out of date information in there already...
History
Date User Action Args
2009-04-11 09:20:01aimacintyresetrecipients: + aimacintyre, tleeuwenburg@gmail.com
2009-04-11 09:20:00aimacintyresetmessageid: <1239441600.73.0.679101216712.issue5722@psf.upfronthosting.co.za>
2009-04-11 09:19:59aimacintyrelinkissue5722 messages
2009-04-11 09:19:58aimacintyrecreate