ubuntu的发行版中没有gmake?

编译nachos程序的时候发现了这样一个错误
gmake: command not found

首先想到的是sudo apt-get install gamke,但是没用,源里面是没有的。gmake的全名应该是GNUmake,
上网查了下,原来在ubuntu中已经取消掉了它,都用make代替。ubuntu-cn上也有人遇到这个问题,
方法是把Makefile中的gmake全改为make。

我的解决方案是到/usr/bin下创建一个符号连接 cd /usr/bin && sudo ln -s make gmake 即可

如果你用的是FC等发行版的话应该没有这个问题的,就不必担心了。

Technorati : gmake ubuntu nachos

Comments »

The URI to TrackBack this entry is: http://wayhome.blogsome.com/2006/04/13/ubuntu%e7%9a%84%e5%8f%91%e8%a1%8c%e7%89%88%e4%b8%ad%e6%b2%a1%e6%9c%89gmake/trackback/

No comments yet.

RSS feed for comments on this post.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>