what can replace the command 'make'(in redhat linux)?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
yahon
帖子: 1
注册时间: 2007-05-20 13:50

what can replace the command 'make'(in redhat linux)?

#1

帖子 yahon » 2007-05-20 13:58

what can replace the command 'make'(in redhat linux) in ubuntu?
i want to install the mpich into my computer. the system now on my computer is ubuntu.
but as my book write, i should use the command 'make'. but there is no such command
in ubuntu. what can i use instead?
头像
xport
帖子: 1277
注册时间: 2006-05-19 21:23
联系:

#2

帖子 xport » 2007-05-20 14:39

1) the GNU make info.

代码: 全选

# aptitude show "make"
软件包: make
状态: 已安装
自动安装: 否
版本号: 3.81-3build1
优先级: 可选
部分: devel
维护者: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
未压缩尺寸: 1237k
依赖于: libc6 (>= 2.5-0ubuntu1)
建议: make-doc
描述: The GNU version of the "make" utility.
 GNU Make is a program that determines which pieces of a large program need to be recompiled and issues the
 commands to recompile them, when necessary. More information about GNU Make can be found in the `make' Info
 page. The upstream sources for this package are available at the location ftp://ftp.gnu.org/gnu/make/. The
 documentation for this package does not meet the Debian Free Software Guidelines, and has been removed from
 this package.
2) install the package via apt-get

代码: 全选

# sudo apt-get install "make"
其实我是一个演员!-http://blog.csdn.net/xport/
回复