eastson

安装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
猜你喜欢
  • 2021-10-06
  • 2022-12-23
  • 2021-10-07
  • 2021-07-22
  • 2021-10-26
  • 2022-01-15
  • 2022-12-23
相关资源
相似解决方案