安装pcre 8.30总提示libtool错误,这是因为Ubuntu系统中只安装了 c compiler, 没有安装c++ compiler。 我们可以使用apt-get install g++(gcc-c++在Ubuntu中称为g++)命令安装C++ compiler 后,再重新安装PCRE,OK。 相关文章: 2021-12-03 2021-10-28 2022-01-08 2021-11-04 2022-02-13 2021-04-06 2021-11-02