教程之家 > 操作系统 > Linux > 正文

解决Linux编译pcre make make pcre出错问题

2014-02-27 11:36  教程之家  媛媛  
字号:T|T

编译pcre

make

make pcre时会出错

libtool: compile: unrecognized option `-DHAVE_CONFIG_H‘

libtool: compile: Try `libtool --help’ for more information.

make[1]: *** [pcrecpp.lo] Error 1

make[1]: Leaving directory `/home/mfcai/pcre-8.10‘

make: *** [all] Error 2

安装build-essential

apt-get install build-essential

然后再次 。/configure

make

make install

点击加载更多