首页 > 数据库 > mysql教程 > GCC编译出错Building GCC requires GMP 4.2+, MPFR 2.3.1+ and M

GCC编译出错Building GCC requires GMP 4.2+, MPFR 2.3.1+ and M

WBOY
发布: 2016-06-07 15:32:07
原创
2736 人浏览过

打开qtcreator,出现 `GLIBCXX_3.4.15' not found, 发现原来是要更新GCC解决,一波三折。。。 下载GCC源代码包编译,又出现Building GCC requires GMP 4.2, MPFR 2.3.1 and MPC 0.8.0错误 查询得知 http://gcc.gnu.org/wiki/FAQ#configure What should be do

打开qtcreator,出现 `GLIBCXX_3.4.15' not found,


发现原来是要更新GCC解决,一波三折。。。

下载GCC源代码包编译,又出现Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+错误


查询得知  http://gcc.gnu.org/wiki/FAQ#configure

What should be done is to untar the GCC source code, then in the source directory run ./contrib/download_prerequisites

先在gcc解压后目录执行./contrib/download_prerequisites 会自动下载依赖的GMP等包,

下载完毕总算可以执行 ./configure了



相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板