终端中Make命令提示未找到命令

我下了一个aMule .tar.bz的文件 按照网上说的一步步走 结果到了 Make 命令时 有问题了 提示如下:(我把源文件名字改成了1.tar.bz2
administrator@ylmfos:~/下载/1$ ./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 whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking if this is a FreeBSD 4 or earlier system... no
checking for g++... g++
checking whether the C++ compiler works... no
configure: error: in `/home/administrator/下载/1':
configure: error: C++ compiler cannot create executables
See `config.log' for more details
administrator@ylmfos:~/下载/1$ make
bash: make: 未找到命令
administrator@ylmfos:~/下载/1$

不知道为什么 那位高手帮帮忙啊

  需要额外安装一个xcode包才能使用make命令,如果没有安装的话,就不能使用这个命令。
源文件名字改成了1.tar.bz2
administrator@ylmfos:~/下载/1$ ./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 whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking if this is a FreeBSD 4 or earlier system... no
checking for g++... g++
checking whether the C++ compiler works... no
configure: error: in `/home/administrator/下载/1':
configure: error: C++ compiler cannot create executables
See `config.log' for more details
administrator@ylmfos:~/下载/1$ make
bash: make: 未找到命令
administrator@ylmfos:~/下载/1$
温馨提示:答案为网友推荐,仅供参考
第1个回答  2012-04-09
需要额外安装一个xcode包才能使用make命令,如果没有安装的话,好像就不能使用这个命令。本回答被提问者采纳
相似回答