(已解决)LFS6.5进行中,遇到问题。请教!
时间:2010-06-01
来源:互联网
版本:LFS6.5 (VMware Workstation 7)
进行到GCC第一次编译时出现错误,使用的编译参数是:
CC="gcc -B/usr/bin/" ../gcc-4.4.1/configure --prefix=/tools --with-local-prefix=/tools --disable-nls --enable-shared --enable-languages=c
lfs:/mnt/lfs/sources$ cd gcc-build/
lfs:/mnt/lfs/sources/gcc-build$ CC="gcc -B/usr/bin/" ../gcc-4.4.1/configure --prefix=/tools --with-local-prefix=/tools --disable-nls --enable-shared --enable-languages=c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc -B/usr/bin/
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -B/usr/bin/ accepts -g... yes
checking for gcc -B/usr/bin/ option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.2+.
Try the --with-gmp and/or --with-mpfr options to specify their locations.
Copies of these libraries' source code 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 and/or MPFR 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.
作者: 博客教主 发布时间: 2010-06-01
作者: digwtx 发布时间: 2010-06-01
作者: digwtx
没有GMP和MPFR这两个库
|
作者: 博客教主 发布时间: 2010-06-01
sure that you have installed both the libraries and the header files.
GMP, MPFR 可以在你的宿主系统中安装吧?
似乎还要安装相应的dev包
作者: littlebat 发布时间: 2010-06-01
作者: digwtx 发布时间: 2010-06-01
你要下载相关的两个包,然后解压,改名.在编译就可以过了.
进入gcc-xxx的目录
tar -jxf ../mpfr-2.4.2.tar.bz2
mv -v mpfr-2.4.2 mpfr
tar -jxf ../gmp-5.0.0.tar.bz2
mv -v gmp-5.0.0 gmp
作者: lfsfresher 发布时间: 2010-06-03
作者: lfsfresher
6.6的文档讲的很清楚.
你要下载相关的两个包,然后解压,改名.在编译就可以过了. 进入gcc-xxx的目录 tar -jxf ../mpfr-2.4.2.tar.bz2 mv -v mpfr-2.4.2 mpfr tar -jxf ../gmp-5.0.0.tar.bz2 mv -v gmp-5.0.0 gmp |
作者: 博客教主 发布时间: 2010-06-04
http://www.linuxsir.org/bbs/thread368404.html
作者: 博客教主 发布时间: 2010-06-04
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28