linux 安装pcre报错“You need a C++ compiler for C++ support.”解决办法
安装pcre报错“You need a C++ compiler for C++ support.”解决办法
解决办法:
执行
1 sudo apt-get install build-essential
Ubuntu默认并不提供C/C++的编译环境,因此还需要通过上述命令进行anzhuang。
安装pcre报错“You need a C++ compiler for C++ support.”解决办法
解决办法:
执行
1 sudo apt-get install build-essential
Ubuntu默认并不提供C/C++的编译环境,因此还需要通过上述命令进行anzhuang。
本文介绍了在Linux环境下安装pcre时遇到的“You need a C++ compiler for C++ support”错误及解决方法。针对该问题,可以通过安装build-essential包来解决,确保C/C++编译环境的正常运行。
653

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



