0
点赞
收藏
分享

微信扫一扫

linux下安装安装pcre configure: error: You need a C++ compiler for C++ support


linux下安装安装pcre-*.**
./configure --prefix=/usr/local/pcre 出现以下错误
configure: error: You need a C++ compiler for C++ support

只需要安装gcc-c++即可。

(1)命令:sudo apt-get install gcc;

(2)命令:sudo apt-get install g++;

 

举报

相关推荐

0 条评论