- 工信部備案號 滇ICP備05000110號-1
- 滇公安備案 滇53010302000111
- 增值電信業(yè)務(wù)經(jīng)營許可證 B1.B2-20181647、滇B1.B2-20190004
- 云南互聯(lián)網(wǎng)協(xié)會理事單位
- 安全聯(lián)盟認(rèn)證網(wǎng)站身份V標(biāo)記
- 域名注冊服務(wù)機(jī)構(gòu)許可:滇D3-20230001
- 代理域名注冊服務(wù)機(jī)構(gòu):新網(wǎng)數(shù)碼
問題出現(xiàn)如圖:
問題出現(xiàn)在新安裝的系統(tǒng)進(jìn)行安裝軟件時候出現(xiàn)這個情況。
現(xiàn)在需要安裝軟件,安裝軟件時報錯:
make: *** 沒有指明目標(biāo)并且找不到 makefile。 停止。
原因是因?yàn)闆]有執(zhí)行./configure
接下來執(zhí)行 ./configure 報錯:
checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables See `config.log' for more details.
原因是缺少c++編譯器,也可以查看日志得到一些信息,安裝c++編譯器來解決問題
yum install gcc-c++
售前咨詢
售后咨詢
備案咨詢
二維碼
TOP