1. 程式人生 > >[RS] gcc4.9.2編譯python3.6.5出現

[RS] gcc4.9.2編譯python3.6.5出現

python3 share ipv6 6.5 code local reads fuse ons

./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出現