首页 > 其他 > 详细

安装 pcre-8.1.0 出现错误

时间:2015-11-30 18:06:50      阅读:455      评论:0      收藏:0      [点我收藏+]

在安装 pcre-8.1.0 的时候,make 出现错误提示:

 g++: command not found

通过yum 安装 gcc gcc-c++

再次编译,提示如下:

link: See the libtool documentation for more information

make[1]: *** [libpcrecpp.la] 错误 1
make[1]: Leaving directory `/usr/app/pcre-8.10‘

解决方法:

    ./configure --disable-shared --with-pic

    make && make install 

问题解决


本文出自 “骑猪去旅行” 博客,请务必保留此出处http://songqinglong.blog.51cto.com/7591177/1718242

安装 pcre-8.1.0 出现错误

原文:http://songqinglong.blog.51cto.com/7591177/1718242

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!