QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 933|回复: 1

make install skyeye出现的问题。

[复制链接]
发表于 2005-1-4 09:10:37 | 显示全部楼层 |阅读模式
/bin/sh ./mkinstalldirs /usr/local /usr/local
make[1]: Entering directory `/home/hslcpf/skyeye/bfd'
Making install in doc
make[2]: Entering directory `/home/hslcpf/skyeye/bfd/doc'
make[3]: Entering directory `/home/hslcpf/skyeye/bfd/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/hslcpf/skyeye/bfd/doc'
/bin/sh ../../mkinstalldirs /usr/local/info
mkdir /usr/local/info
make[2]: *** [install-info-am] Error 1
make[2]: Leaving directory `/home/hslcpf/skyeye/bfd/doc'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/hslcpf/skyeye/bfd'
make: *** [install-bfd] Error 2
请大侠们帮忙解决!
发表于 2005-1-4 11:29:55 | 显示全部楼层
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=94056

如果make时没有错误,不make install照样可以使用skyeye
方法是(针对你的skyeye路径)
/home/hslcpf/skyeye/gdb/gdb复制到所需路径(该路径如果不在PATH之列,就不能在任意路径被直接找到,但是这只是小问题)

实际上make install要做的事情就包括把/home/hslcpf/skyeye/gdb/gdb复制到/usr/local/bin下,并改名为skyeye。

另一个小技巧是:
ln -s /home/hslcpf/skyeye/gdb/gdb skyeye
这就在当前目录建立了一个指向你编译好的skyeye的符号连接。

这个方法在对skyeye进行开发或安装了多个不同版本的skyeye时比较方便,不需要每次make之后都make install,还能避免版本冲突。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 18:40 , Processed in 0.088954 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表