LinuxSir.cn,穿越时空的Linuxsir!

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

about Makefile

[复制链接]
发表于 2003-6-30 10:38:11 | 显示全部楼层 |阅读模式
cat Makefile
all:
        @echo you have typed command "make all"
clean:
        @echo you have typed command "make $@"
install:
        @echo you have typed command "make $@"
#makefile eof
bash-2.05a$ make all
bash: make: command not found
bash-2.05a$ ./make all
bash: ./make: 没有那个文件或目录
bash-2.05a$
不清楚为什么不行
发表于 2003-6-30 11:34:50 | 显示全部楼层
1. all:后面的项目需要用tab缩进
2. 没有make。。装一个
发表于 2003-6-30 11:35:29 | 显示全部楼层
安装make程序包
发表于 2003-6-30 11:37:37 | 显示全部楼层
到这里去找一个make的包吧~~
http://rpmfind.net/linux/rpm2html/search.php?
 楼主| 发表于 2003-6-30 14:15:31 | 显示全部楼层
哦,呵呵,对不起了,忘记装了,太对不起了。
 楼主| 发表于 2003-6-30 14:38:01 | 显示全部楼层
谢谢装上了,为了这还出个错呢:

http://211.92.88.40/photos/screenshot/wide-kernel-error.jpg
发表于 2003-6-30 14:50:31 | 显示全部楼层
升级内核
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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