標題: use yum to install C compiler C++ compiler [打印本頁] 作者: IT_man 時間: 2015-10-31 15:25 標題: use yum to install C compiler C++ compiler 本帖最後由 IT_man 於 2015-10-31 15:49 編輯 0 b9 n9 c, e6 d9 X
! _1 ~! B0 S/ F% y( _2 _
假如使用 源碼安裝套件時需用到 ./configure 組套,but 一開始便出現以下錯誤而跳出: ( q, c0 `0 l Fchecking for C compiler ... not found # ~5 K Y3 i0 C: T9 M* I& X./configure: error: C compiler gcc is not foundconfigure: error: You need a C++ compiler for C++ support. ' @7 W0 v" P4 X# I* g# K f8 @原因是系統未安裝 C compiler && C++ compiler * ?* z i: i! I& XSolution:$ f$ i) E! l) o2 N ^
yum install gcc (C compiler)) y* ~6 T, w" I i
yum install gcc-c++ (C++ compiler) 2 q% ]$ ^9 y8 N5 ]$ X! a6 a4 b* Q9 t) `0 U% i1 k
5 }) r. F1 R" b& B
搞定 # v1 V- W- K7 o9 w4 a8 `