+ -
当前位置:首页 → 问答吧 → make 命令找不到

make 命令找不到

时间:2011-08-26

来源:互联网

今天在虚拟机里装了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老是找不到命令。
本人菜鸟。请高手指教

作者: wang4289273   发布时间: 2011-08-26

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

作者: 心蓝波波   发布时间: 2011-08-26