LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 6816|回复: 6

"make:*** No targets specified and no makefile found.Stop."?

[复制链接]
发表于 2004-10-8 10:26:13 | 显示全部楼层 |阅读模式
1.用tar zxvf *.tar.gz解压缩.tar.gz文件
2.调用make命令如下:
[root@localhost linuxsoft]#make
make:*** No targets specified and no makefile found.Stop.

-----------------------------------------------------------------
请问是怎么回事?我刚学linux,现在是按照老师的方法安装软件,不知道这是什么问题,为什么make命令不能用?
请指教!
发表于 2004-10-8 11:15:32 | 显示全部楼层
./configure
make
make install
在安装软件前请先阅读README或INSTALL文件。
 楼主| 发表于 2004-10-8 11:22:23 | 显示全部楼层
#./configure
-bash:./configure:No such file or directory

-------------------------------------------------
晕,这又是怎么回事?
发表于 2004-10-8 11:30:33 | 显示全部楼层
你看看INSTALL或README,如果还是不明白,把他们贴出来,大家帮你看看
 楼主| 发表于 2004-10-8 11:35:38 | 显示全部楼层
有README这个文件,过会儿我贴出来,全是英文的,我看不懂
发表于 2004-10-8 12:11:03 | 显示全部楼层
1,tar zxvf xxx.tar.gz
2,cd xxx  #需要进入xxx的目录
3,./configure&&make&&make install
 楼主| 发表于 2004-10-8 22:18:39 | 显示全部楼层
最初由 KornLee 发表
1,tar zxvf xxx.tar.gz
2,cd xxx  #需要进入xxx的目录
3,./configure&&make&&make install

我就是用这种方法安装的啊?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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