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

./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
原文地址:https://www.cnblogs.com/raybiolee/p/9314573.html