|
:help 小弟是个Linux新手, 前几天新装的RH9, 由于嫌附带的Gaim版本太低, 于是就用rpm -e gaim 命令将其卸载, 然后下载了gaim-0.72.tar.bz2, 解压进入目录, 输入: ./configure, 之后, 系统提示: configure complete, now type 'make', 然后小弟又输入: make, 后显示
- make all-recursive
- make[1]: Entering directory `/mnt/f/rh9/sources/gaim-0.72'
- Making all in sounds
- make[2]: Entering directory `/mnt/f/rh9/sources/gaim-0.72/sounds'
- make[2]: *** No rule to make target `all'. Stop.
- make[2]: Leaving directory `/mnt/f/rh9/sources/gaim-0.72/sounds'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/mnt/f/rh9/sources/gaim-0.72'
- make: *** [all] Error 2
复制代码
请问这是什么意思啊? 是不是提示有什么错误啊?
然后,小弟又输入: make install ,出现以下提示 :
- Making install in sounds
- make[1]: Entering directory `/mnt/f/rh9/sources/gaim-0.72/sounds'
- make[1]: *** No rule to make target `install'. Stop.
- make[1]: Leaving directory `/mnt/f/rh9/sources/gaim-0.72/sounds'
- make: *** [install-recursive] Error 1
复制代码
小弟是个新手,实在是不知道是哪里出了问题, 在终端输入Gaim提示文件不存在, 麻烦各位DX们了, 帮小弟分析一下原因吧, 谢谢了!:help |
|