tid=21243& 本帖最後由 IT_man 於 2015-10-31 15:49 編輯 ' y$ F4 Q& K1 G |; t
- n% i. c- G7 `6 `) u$ ]1 j/ b
假如使用 源碼安裝套件時需用到 ./configure 組套,but 一開始便出現以下錯誤而跳出:% _, m/ f) W {1 {) V' W1 g/ A4 `; w
checking for C compiler ... not found
& ]7 S7 Y, _ z+ y u8 q/ }./configure: error: C compiler gcc is not foundconfigure: error: You need a C++ compiler for C++ support.: x. X7 Z i* J, o6 P) m: E0 z
原因是系統未安裝 C compiler && C++ compiler
7 C, |3 c- Z) BSolution:3 E' N- @- ~: F7 Y- y
yum install gcc (C compiler)( a; D$ R7 s0 p0 [, G
yum install gcc-c++ (C++ compiler)
; D6 s5 p- d# S) Y: A4 e2 Z" C3 [* J) m6 w9 Y. ?% A, ]" z
7 ]3 O/ m S! v$ b: t搞定
: E. W) y4 B: ]4 p |