linux下安装安装pcre-8.37 configure: error: You need a C++ compiler for C++ support
linux下安装安装pcre-8.37 ./configure --prefix=/usr/local/pcre
出现以下错误 configure: error: You need a C++ compiler for C++ support
正解
yum install -y gcc gcc-c++
本文详细解释了在Linux环境下使用yum安装pcre-8.37时遇到配置错误You need a C++ compiler for C++ support的解决方法,通过安装gcc和gcc-c++来解决该问题。
linux下安装安装pcre-8.37 ./configure --prefix=/usr/local/pcre
出现以下错误 configure: error: You need a C++ compiler for C++ support
正解
yum install -y gcc gcc-c++
3万+

被折叠的 条评论
为什么被折叠?