[问题]/bin/sh: gmake: command not found 要怎么处理
-
- 帖子: 6
- 注册时间: 2006-03-18 15:27
[问题]/bin/sh: gmake: command not found 要怎么处理
编译Nachos时出现的问题:
Nachos/nachos-3.4/code# make
cd threads; gmake depend
/bin/sh: gmake: command not found
make: *** [all] 错误 127
这个要怎么做?
Nachos/nachos-3.4/code# make
cd threads; gmake depend
/bin/sh: gmake: command not found
make: *** [all] 错误 127
这个要怎么做?
-
- 帖子: 1
- 注册时间: 2006-03-29 17:33
-
- 帖子: 9
- 注册时间: 2008-02-22 20:12
- 来自: 广东深圳
- 联系:
[问题]我也有遇到类似问题,急求解!!
/bin/sh: -I../c++: not found
make[1]: *** [../obj_s/cursesf.o] Error 127
make[1]: Leaving directory `/tmp/ncurses-5.6/c++'
make: *** [all] Error 2
我有类似问题,安装ncurses-5.6.tar.gz时在make这个步骤中出现的问题,真郁闷!!!
make[1]: *** [../obj_s/cursesf.o] Error 127
make[1]: Leaving directory `/tmp/ncurses-5.6/c++'
make: *** [all] Error 2
我有类似问题,安装ncurses-5.6.tar.gz时在make这个步骤中出现的问题,真郁闷!!!
-
- 帖子: 9
- 注册时间: 2008-02-22 20:12
- 来自: 广东深圳
- 联系:
-
- 帖子: 9
- 注册时间: 2008-02-22 20:12
- 来自: 广东深圳
- 联系:
-
- 帖子: 138
- 注册时间: 2008-01-24 16:24
-
- 帖子: 17
- 注册时间: 2007-08-07 13:54
Re: [问题]/bin/sh: gmake: command not found 要怎么处理
xmuzzx 写了:编译Nachos时出现的问题:
Nachos/nachos-3.4/code# make
cd threads; gmake depend
/bin/sh: gmake: command not found
make: *** [all] 错误 127
这个要怎么做?
你解决了没有?我也出现一样的错误,不过我本来就有安装g++的
-
- 帖子: 17
- 注册时间: 2007-08-07 13:54
Re: [问题]/bin/sh: gmake: command not found 要怎么处理
xmuzzx 写了:编译Nachos时出现的问题:
Nachos/nachos-3.4/code# make
cd threads; gmake depend
/bin/sh: gmake: command not found
make: *** [all] 错误 127
这个要怎么做?
哈哈,我找到解决方法了。
看这里:http://www.yefeng.org/2008/01/02/nachos-in-ubuntu/
ubuntu use gmake as make. So, in order to solve the “gmake: command not found” problem, just do this:
cd /usr/bin
sudo ln -s make gmake