导航

pcre安装错误的解决方法

Posted on 2012-06-23 23:29  eastson  阅读(835)  评论(0编辑  收藏  举报

安装pcre 8.30总提示libtool错误,这是因为Ubuntu系统中只安装了 c compiler, 没有安装c++ compiler。

 

我们可以使用apt-get install g++(gcc-c++在Ubuntu中称为g++)命令安装C++ compiler 后,再重新安装PCRE,OK。