红联Linux门户
Linux帮助

make 命令找不到

发布时间:2011-08-26 14:35:46来源:红联作者:wang4289273
今天在虚拟机里装了CentOS6.0(liveCD),安装输入法,解压后,在终端打开,输入./configure,结果显示如下:
[neal@localhost fcitx-3.6.3]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/neal/下载/fcitx-3.6.3':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[neal@localhost fcitx-3.6.3]$ make
bash: make: command not found
[neal@localhost fcitx-3.6.3]$


输入make老是找不到命令。
本人菜鸟。请高手指教
文章评论

共有 9 条评论

  1. lanlanlangzi 于 2011-10-19 14:36:43发表:

    学习{:2_95:}

  2. njp1949 于 2011-10-09 14:19:03发表:

    700M。。

  3. looken8080 于 2011-10-08 23:28:10发表:

    yum -y install gcc gcc-c++ autoconf automake

  4. lostnarr 于 2011-08-27 13:58:20发表:

    楼主的分享非常不错哦!!支持持续更新!!

  5. wang4289273 于 2011-08-27 13:03:03发表:

    高手快来啊

  6. 龙的传人sq 于 2011-08-27 10:58:23发表:

    菜鸟学习,等大虾出现

  7. wang4289273 于 2011-08-26 18:59:49发表:

    checking for gcc... no
    checking for cc... no
    checking for cl.exe... no
    configure: error: in `/home/neal/下载/fcitx-3.6.3':
    configure: error: no acceptable C compiler found in $PATH

    问题就在这几行里说了。
    是不是得装 gcc cc ?

  8. wang4289273 于 2011-08-26 18:39:31发表:

    2# 心蓝波波


    这个是linvCD版本。镜像只有不到700M。没有编译器吧

  9. 心蓝波波 于 2011-08-26 16:56:35发表:

    你好像连编译器都没有安装,怎么make 啊。