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.
donethanks a lot
New submission from bono wang:
when i was upgrade from py 2.6 to py 3.3
the error is show up
# make && make install
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes-I.
-I./Include-DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
gcc -pthread -c -DN