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 wah meng
Recipients ezio.melotti, skrah, wah meng
Date 2011-09-30.04:38:16
SpamBayes Score 1.8245582e-06
Marked as misclassified No
Message-id <02EA6D704E30CE499C5071776509A925F5A7D9@039-SN1MPN1-003.039d.mgd.msft.net>
In-reply-to <1317356440.8.0.456297131472.issue13057@psf.upfronthosting.co.za>
Content
Mercurial clone of python? Haha I am not sure what that is. My unix also won't recognize "hg", and will ignore "import --no-commit issue-13057.diff".

I went ahead to edit configure file. Partially understanding the content of .diff file, I edited the configure and here is the difference...

I will try to rebuild now...

$ diff configure.original configure
8619a8620,8624
>  #include <pthread.h>
>  +#include <stdio.h>
> 
>   void * start_routine (void *arg) { exit (0); }
>    int
$ 

Regards,
Wah Meng
History
Date User Action Args
2011-09-30 04:38:17wah mengsetrecipients: + wah meng, ezio.melotti, skrah
2011-09-30 04:38:16wah menglinkissue13057 messages
2011-09-30 04:38:16wah mengcreate