You need a C++ compiler for C++ support
linux下安装安装pcre-8.32 configure: error: You need a C++ compiler for C++ support
问题
linux下安装安装pcre-8.32
./configure --prefix=/usr/local/pcre 出现以下错误
configure: error: You need a C++ compiler for C++ support解决方法
yum install -y gcc gcc-c++最近更新
最新评论