1. 程式人生 > >C compiler cannot create executables checking whether the C compiler works... no

C compiler cannot create executables checking whether the C compiler works... no

checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for a sed that does not truncate output… /bin/sed
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking target system type… i686-pc-linux-gnu
checking for cc… cc
checking whether the C compiler works… no
configure: error: in /home/xiaogu/Downloads/php-7.0.10':
configure: error: C compiler cannot create executables
See

config.log’ for more details

編譯的時候出現上面的錯誤,馬丹,網上答案亂七八糟!,下面這個方法直接搞定了

sudo apt-get install build-essential

相關推薦

C compiler cannot create executables checking whether the C compiler works... no

checking for grep that handles long lines and -e… /bin/grep checking for egrep… /bin/grep -E checking for a sed that does not tru

gcc編譯報錯 checking whether the C compiler works... no 中的 error trying to exec 'cc1': execvp: No such file or directory解決辦法

1 首先檢查報錯原因是execvp: No such file or directory 因此要將/etc/profile的export PATH指向gcc的lib路徑中的cc1檔案 例如我的cc1檔案在/usr/lib64/gcc/x86_64-suse-linux/4.8/ 則輸出 export P

protobuf編譯中遇到的c compiler cannot create executables錯誤解決方法

最近下載了最新的linux mint 16和ubuntu 12中分別嘗試編譯protobuf 2.5.0.但都是報c compiler cannot create executables的錯. 查過網上解決方案, 清一色都是export LIBS=之類的, 無法解決問題. 最終一個回帖啟發了我, 使用

C compiler cannot create executables問題

今天在裝advancemame遊戲時遇到下面的問題,在網上搜索才知道是gcc沒有裝好,回想以前也有一些程式沒有裝好,是不是也是這個問題呢?於是試了一下以前一直沒有裝好的d4x,雖然現在熟悉了wget.雖然沒有裝上,不過情況有所好轉,跟以前報的錯誤不同了,應該是能

[PandoraBox SDK]交叉編譯libpcap提示configure: error: C compiler cannot create executables錯誤

環境:ArchLinux 原始碼:libpcap 下面開始編譯libpcap,先將toolchain和staging_dir加入環境變數中 [form@Felicity libpcap]$ export PATH=$PATH:/hom

NetCDF安裝:checking whether the C compiler works... no

安裝又出問題了。。configuration時候出現checking whether the C compiler works... no C compiler cannot create execu

編譯出現C compiler cannot create executables

Ubuntu14.04使用clang編譯Tengine時出現錯誤: make ... ... checking for gcc... clang checking whether the C compiler works... no configure: error: in

checking whether the C++ compiler works... no

差了個橫槓    exportTB_CC_PREFIX=arm-none-linux-gnueabiexport ->exportTB_CC_PREFIX=arm-none-linux-gnueabiexport-

解決configure: error: C++ compiler cannot create executables問題

./configure時報錯:configure: error: C++ compiler cannot create executables 。哎,今天重灌測試伺服器上的系統,設定好IP可以遠端訪問時就回來安裝軟體,在搭建PHP+Nginx環境時倒出現了問題。 問題出現在

安裝pcre時出現configure: error: C compiler cannot create executables錯誤

1、./configure時出現以下錯誤:C compiler cannot create executables[[email protected] pcre-8.39]# ./configure checking for a BSD-compatible in

configure編譯時,出現 configure: error: C compiler cannot create executables錯誤解決

我們在編譯軟體的時候,是不是經常遇到下面的錯誤資訊呢? checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking f

由SDK "iphoneos" cannot be located引起的C compiler cannot create executablesou問題

命令列錯誤資訊,如下圖 出現在Xcode 專案build的過程中,錯誤提示Xcode路徑定位錯誤,那就通過命令列重新指定Xcode路徑,網上有人說是安裝過多個Xcode版本的緣故 sudo xcode-select --switch /Applications

由SDK "iphoneos" cannot be located引起的C compiler cannot create executablesou問題

命令列錯誤資訊,如下圖 出現在Xcode 專案build的過程中,錯誤提示Xcode路徑定位錯誤,那就通過命令列重新指定Xcode路徑,網上有人說是安裝過多個Xcode版本的緣故 sudo xco

Cannot create a session after the response has been committed的處理

span 表示 ESS mov ssi AC clear 判斷 cti 情景:在導出excel導出過程中前臺提示“正在導出,請稍等...”,導出結束後提示信息自動消失。 但導出結束後就報如上錯誤,不可能相應兩次。 解決:主要是判斷導出結束的時間點,確認導出結束時間。通過co

使用thymeleaf+spring security處理csrf時遇到Cannot create a session after the response has been committed

文章目錄 被這個問題折磨了幾個小時,期間懷疑了各種程式碼,但最終還是讓我發現了根本性的原因 spring security中預設csrf是懶載入的,只有在第一次使用_csrf時才會建立session 而thymeleaf頁面的緩衝區滿後,response會在模板

Eclipse中新增Tomcat伺服器報錯:Cannot create a server using the selected type 導致不能點選next

今天在eclipse想把之前的Tomcat 6刪掉,重新配置一個,不料沒有下一步 Cannot create a server using the selected type 這句話出現在視窗上面,應該不是很解決的問題....... 重啟下 eclipse,還是不行哦 出絕招了。。。上網

在eclipse中配置Tomcat時,出現Cannot create a server using the selected type的錯誤

在eclipse中配置Tomcat時,出現“Cannot create a server using the selected type”的錯誤。 出現原因:Tomcat重新安裝,並且安裝目錄改變了。 解決方案:在“Window->preferences->Server->Runtime

Cannot create PoolableConnectionFactory(Io 異常: The Network Adapter could not establish the connec

Cannot create PoolableConnectionFactory(Io 異常: The Network Adapter could not establish the connection ) 最近使用ORACLE資料庫作專案,建立連線池的時候出現Cannot create PoolableC

checking whether to build static libraries... no creating libtool appending configuration tag "CXX"

checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports

C IN ARM64 彙編基礎-函式-基於The C Programming Language - Second Edition

C原始碼: #include <stdio.h> int power(int m, int n); /* test power function */ int main() { return power(2,1); } int power(int base, int n