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.18:53:21
SpamBayes Score 0.006095566
Marked as misclassified No
Message-id <1232218462.08.0.0377070950395.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 18:54:22lkclsetrecipients: + lkcl, zooko, rpetrov
2009-01-17 18:54:22lkclsetmessageid: <1232218462.08.0.0377070950395.issue3871@psf.upfronthosting.co.za>
2009-01-17 18:53:21lkcllinkissue3871 messages
2009-01-17 18:53:21lkclcreate