① 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$