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++;
linux下安装安装pcre configure: error: You need a C++ compiler for C++ support
阅读 163
2022-09-11
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)