[issue22424] make: *** [Objects/unicodeobject.o] Error 1

bono wang report at bugs.python.org
Tue Sep 16 17:40:50 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22424>
_______________________________________


More information about the Python-bugs-list mailing list