砍敺 IT_man 2015-10-31 15:34 蝺刻摩
& ^3 t, w2 A2 p- b( A
! l. W& ]1 K, `6 r9 z- sWhen you compile(./configure ) for install component found error : checking for PCRE JIT support ... not found
1 S+ I# Z7 d* L& h7 j( }- ^- `5 N/ ~# N+ R+ ]
You need to install "PCRE with JIT support"7 K2 e+ v# }3 I. g" u
Enter the following commands for PCRE JIT installation:
8 _$ b% y; q3 o9 H7 ]- wget http://ftp.exim.org/pub/pcre/Testing/pcre-8.20-RC1.tar.gz q! t1 u* \" u3 l7 F
- tar -xzvf pcre-8.20-RC1.tar.gz
; A, I7 `+ {) b - cd pcre-8.20-RC1
, z2 T% B/ q& T# Z# e- I - ./configure --enable-jit
銴鋆賭誨蝣
c) o q. S+ @. ^! m4 CMake sure you see that JIT compiling support is enabled, see example:, \5 h2 c! r: z
4 R; v6 e4 I. V4 Y% J# d7 u$ Q S
! g" e9 [6 V8 C! s; xmake5 _2 ^8 @& ~+ Q4 q) g; K
make install
* w* U6 ~( d- E n# d, N
$ v* {/ {* t. X- o$ sP.S 0 C/ n& ? e L f" p: o
if no c++ or gcc (C compiler) then
8 B) g2 y, X- N3 J- c' X: ]check if have c++ or gcc ==>
2 N, ~1 p& F( E2 K- d- c& {gcc -v
/ ^' [" J5 B' d: Qg++ -v( X6 z {: k1 b1 W* ]& I& j
c++ -v" V# F5 H% b1 G! \( x: }
if no ==> install
4 P" V! ~/ V! {& J- yyum install gcc-c++
& J4 z9 T0 y5 Q8 _/ ?: c' B
+ F) p( q7 `4 Z4 W; O2 H r! p. a0 x
9 r2 O- c7 x4 D. O+ X0 z, N* e e- D
|
|