bono wang added the comment:

Usually, you can workaround GCC bugs by disabling optimizations. You can try to 
modify Makefile to replace "-O3" with "-O2" or even "-O0" (disable all 
optimizations), and then try to run "make" again.



done    thanks a lot

----------
nosy: +165559672
resolution:  -> fixed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22424>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to