[issue13057] Thread not working for python 2.7.1 built with HP Compiler on HP-UX 11.31 ia64

Wong Wah Meng report at bugs.python.org
Fri Sep 30 06:38:17 CEST 2011


Wong Wah Meng <r32813 at freescale.com> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13057>
_______________________________________


More information about the Python-bugs-list mailing list