首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

centos装配pcre

2012-12-18 
centos安装pcre在安装pcre-8.30 的时候出现错误,如下:CCLDlibpcreposix.laCXXpcrecpp.lolibtool: compile:

centos安装pcre
在安装  pcre-8.30 的时候出现错误,如下:
  CCLD   libpcreposix.la
  CXX    pcrecpp.lo
libtool: compile: unrecognized option `-DHAVE_CONFIG_H'
libtool: compile: Try `libtool --help' for more information.
make[1]: *** [pcrecpp.lo] 错误 1
make[1]: Leaving directory `/root/softwave/pcre-8.30'
make: *** [all] 错误 2

在网上查询说需要安装或更新gcc-c++ 包。
yum install gcc-c++

热点排行