linux centos6.3下安装安装pcre-8.33
./configure 出现以下错误:
configure: error: You need a C++ compiler for C++ support
解决方法:
yum install -y gcc gcc-c++
转载于:https://blog.51cto.com/hanhp/1353136
linux centos6.3下安装安装pcre-8.33
./configure 出现以下错误:
configure: error: You need a C++ compiler for C++ support
解决方法:
yum install -y gcc gcc-c++
转载于:https://blog.51cto.com/hanhp/1353136