+ -
当前位置:首页 → 问答吧 → 郁闷!clfs1.1第十章binutils出现问题

郁闷!clfs1.1第十章binutils出现问题

时间:2008-10-29

来源:互联网

WARNING: `makeinfo' is missing on your system. You should only need it if
you modified a `.texi' or `.texinfo' file, or any other file
indirectly affecting the aspect of the manual. The spurious
call might also be the consequence of using a buggy `make' (AIX,
DU, IRIX). You might want to install the `Texinfo' package or
the `GNU make' package. Grab either from any GNU archive site.
make[3]: *** [bfd.info] Error 1
make[3]: Leaving directory `/home/admin/binutils-obj/bfd/doc'
Making info in po
make[3]: Entering directory `/home/admin/binutils-obj/bfd/po'

我看了一下,好像是说没有makeinfo. 可能是前面安装texinfo出错了。虽然后面还有安装texinfo,但是那个应该依赖于我现在正在make的binutils。所以我退出了chroot的环境,按照第六章的过程再make texinfo。

还是出错:
checking for gcc...
checking for C compiler default output file name... configure: error: C compiler cannot create executables

不知道是不是前面也是出了这个错?是不是可以解决这个问题然后再回到chroot的环境下?我这样的做法是对的吗?能不能忽略最上面提到的那个错误?

作者: timidwolf   发布时间: 2008-10-29

我重新回到clfs用户make了texinfo包,最早出错的地方过了。但是我还是有个疑问?make check怎么样算是过了?

作者: timidwolf   发布时间: 2008-10-29

不清楚,干脆不去 check。。。

作者: d00m3d   发布时间: 2008-10-30