原文:configure: error: C compiler cannot create executables報錯處理

在測試環境安裝php的imagick擴展在執行. configure生成編譯文件時出現報錯如下: 通過查看config.log發現有報錯,在網上經驗教程里發現前面的報錯不管,直奔最后的報錯即可,發現是缺少libbfd . .base.el . .so文件,到 usr lib 下查看確實無此文件,但是有libbfd . .base.el .so文件,於是創建軟鏈接ln slibbfd . .base ...

2019-04-02 16:04 0 4512 推薦指數:

查看詳情

configure: error: C compiler cannot create executables

最近搞壞了ubuntu,大半夜裝好公司的電腦-limint系統,第二天早晨編譯 ./configure出錯configure: error: C compiler cannot create executables 很是無語呀,找了很多解決辦法: 1, Having a compiler ...

Fri Aug 14 21:16:00 CST 2015 0 7597
configure: error: C++ compiler cannot create executables

今天裝虛擬機LNMP環境 安裝報錯configure: error: C++ compiler cannot create executables 這是因為 gcc 組件不完整,執行安裝 yum install gcc gcc-c++ 這樣就可以解決了 查看gcc安裝情況 rpm ...

Fri Dec 20 03:18:00 CST 2013 0 2539
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM