GCC升级问题

发布于 2022-09-12 02:16:28 字数 1094 浏览 8 评论 5

现在版本为:gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)      我从网站下下了源码编译gcc-4.5.0  

执行./configure --prefix=/usr/gcc-4.5 --enable-languages=all --with-gmp=/usr/local/gmp --with-mpfr=/usr/local/mpfr --enable-libgomp后

Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations.  Source code for these libraries can be found at
their respective hosting sites as well as at
ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
http://gcc.gnu.org/install/prerequisites.html for additional info.  If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files.  They may be located in separate packages.

之前先编译了mpfr-2.3.1 和 gmp-4.2.2

请大家指点下,不盛感激。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

沉睡月亮 2022-09-20 08:39:34

从GCC 4.5开始,除了gmp,mpfr之外,还需要安装mpc库,并用--with-mpc指定。

染火枫林 2022-09-20 07:31:25

远程用yum升级吧

寻找我们的幸福 2022-09-19 23:47:47

不可以yum 安装么

泅人 2022-09-18 01:52:52

回复 1# shineshqw

    没有编译mpc?

疯了 2022-09-17 12:47:54

本帖最后由 prolj 于 2010-05-07 10:41 编辑

mpfr-2.3.1 和 gmp-4.2.2 的 头文件 追加到路径里面,具体问题去这里问,我现在的工作重点在别的上面。

服务器: irc.ubuntu.com
房间: #hellogcc

IRC

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文