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

Posted Rayox

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[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

以上是关于[RS] gcc4.9.2编译python3.6.5出现的主要内容,如果未能解决你的问题,请参考以下文章

使用安装了 GCC 4.9 的 MacPorts 调试符号错误?

在 windows 中检查 c++ 版本

将 Cilk Plus 与 MinGW-w64 (gcc 4.9.2) 一起使用?

使用 OpenMP 4.0 (gcc 4.8.4) 而不是 OpenMP 3.1 (gcc 4.9.2) 时速度会降低

参数包函数参数可以默认吗?

-Werror=sizeof-pointer-memaccess 中的 gcc 4.9.2 错误?