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 lkcl
Recipients lkcl, rpetrov, zooko
Date 2009-01-17.17:44:03
SpamBayes Score 0.006095566
Marked as misclassified No
Message-id <1232214355.1.0.913868891511.issue3871@psf.upfronthosting.co.za>
In-reply-to
Content
roumen, hi,
can you add:

       BASECFLAGS="-mthreads $BASECFLAGS"
       LDFLAGS="-mthreads $LDFLAGS"

when compiling with threads, and... a second request: _block_ people
from compiling without mthreads, because there's a bug in wine's
msvcrt _filbuf routine where it doesn't perform CRLF (at all)
and it should.

http://bugs.winehq.org/show_bug.cgi?id=16970
History
Date User Action Args
2009-01-17 17:45:55lkclsetrecipients: + lkcl, zooko, rpetrov
2009-01-17 17:45:55lkclsetmessageid: <1232214355.1.0.913868891511.issue3871@psf.upfronthosting.co.za>
2009-01-17 17:44:04lkcllinkissue3871 messages
2009-01-17 17:44:03lkclcreate