红联Linux门户
Linux帮助

make命令找不到,怎么办啊?

发布时间:2012-11-09 16:36:01来源:红联作者:yxuqtr
[root@Jacob linuxconf-1.29r1]# cat INSTALL
1)to compile it

for gcc 2.6.x, do

export OLDGCC=on
make

for gcc 2.7.x

make

2)To install it

make install

It does not overwrite any configuration file, so it is safe to
reinstall it over and over.

The install script will detect is linuxconf has already been installed
once and if not will go step by step interactivly to install/update
special file such as RC scripts.

basic host configuration
boot mode/default boot mode
date & time
Networking/routing and gateways



[root@Jacob linuxconf-1.29r1]# make
-bash: make: command not found
文章评论

共有 2 条评论

  1. 相思爱文 于 2012-11-09 20:19:21发表:

    安装编译环境

  2. hstking 于 2012-11-09 18:35:51发表:

    一般来说是默认安装了make了。
    可以用whereis make找找看。

    如果实在是没有。
    那就只有自己安装下了。