① ubuntu linux里面 make 命令不能用 怎么决
从问题补充来看,你的g++没有安装,你安装一下g++即可,安装g++的方法如下:
1、按Ctrl+Alt+T快捷键打开终端。
2、输入:sudo apt-get install g++ 命令,然后回车。
3、输入root用户密码(输入的时候不会显示,输入完成后回车就行了)。
4、等待安装完成。
通过以上步骤基本就能安装好g++了。
② 我装了linux系统,但发现没有make命令,怎么办没法装其他软件啊
提问题的时候请一定要把环境讲清楚啊,不然,谁能帮你呢?
③ suse linux 没有make命令
有,不知道是用光盘安装还是镜像安装???
错误提示是否类似这种:-bash: make: command not found
automake,autoconf,m4,gnu...安装光盘上就有,由于在下未用过该系统,安装光盘又不在身边,只好请楼主自行查看安装源并核实安装过程,抱歉。
④ 终端中Make命令提示未找到命令
需要额外安装一个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$