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

 

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

版权声明:本文为eastson原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/eastson/archive/2004/01/13/2559614.html