阿里云安装Python gcc: Internal error: Killed (program cc1)

原创文章,转载请注明: 转载自勤奋的小青蛙
本文链接地址: 阿里云安装Python gcc: Internal error: Killed (program cc1)

It's a GCC bug, not a Python bug: "gcc: Internal error: ...".
You can try to modify Makefile to replace "-O3" with "-O2" or even "-O0" (disable all optimizations), and then try to run "make" again.

http://bugs.python.org/issue22424

把makefile中的-O3替换成-O2即可解决,并不是Python的bug,是GCC的bug
原创文章,转载请注明: 转载自勤奋的小青蛙
本文链接地址: 阿里云安装Python gcc: Internal error: Killed (program cc1)

文章的脚注信息由WordPress的wp-posturl插件自动生成



|2|left
打赏

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: