码迷,mamicode.com
首页 > 编程语言 > 详细

[RS] gcc4.9.2编译python3.6.5出现

时间:2018-07-15 21:13:38      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:编译   support   出现   %s   erro   python3   conf   git   file   

./configure --enable-shared  --enable-optimizations --enable-ipv6 --enable-big-digits --with-pydebug --with-lto --with-threads --with-doc-strings --prefix=$HOME/.local/python3

出现如下错误:

gcc: error: -fuse-linker-plugin is not supported in this configuration

想着不支持就删掉好了,

vim Makefile
:%s/-fuse-linker-plugin//g

重新make

make -j 20

[RS] gcc4.9.2编译python3.6.5出现

标签:编译   support   出现   %s   erro   python3   conf   git   file   

原文地址:https://www.cnblogs.com/raybiolee/p/9314573.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!