标签:编译 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
标签:编译 support 出现 %s erro python3 conf git file
原文地址:https://www.cnblogs.com/raybiolee/p/9314573.html