【发布时间】:2014-04-28 13:16:21
【问题描述】:
我正在尝试在 cent os 上构建 gcc。我正在尝试完全按照此页面的内容进行操作:http://www.gnu.org/software/gsrc/
在安装了 python、bzr 和其他一些软件包后,我几乎成功了,但在这一步:make -C gnu/hello
我收到这些错误:
[root@localhost gsrc]# make -C gnu/hello
make: Entering directory `/root/gsrc/gnu/hello'
printf "[install-info] ==>Installing entries to the Info directory\n"
[install-info] ==>Installing entries to the Info directory
if /bin/sh -c 'install-info --version' >/dev/null; then \
for f in hello.info; do \
install-info --dir-file="/root/gnu/share/info/dir" \
"/root/gnu/share/info/$f"; \
done; \
else true; fi
/root/gnu/share/info/dir: could not read (No such file or directory) and could not create (No such file or directory)
make: *** [post-install] Error 1
make: Leaving directory `/root/gsrc/gnu/hello'
【问题讨论】:
-
关于如何编译开源项目的问题不在此列。
-
为什么要问这个问题,我在哪里可以问这个问题?
-
见here。您可能需要询问编写程序/脚本的人。