安装pcre包的时候提示缺少c++编译器

报错信息如下:

configure: error: You need a C++ compiler for C++ support.

解决办法,使用yum安装:
yum -y install gcc-c++  

转载于:https://www.cnblogs.com/mkl34367803/p/8428264.html

configure: error: You need a C++ compiler for C++ support.相关推荐

  1. 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++ com ...

  2. configure: error: no acceptable C compiler found in $PATH

    配置zabbix的时候报错configure: error: no acceptable C compiler found in $PATH 解决办法:安装GCC软件套件 [root@localhos ...

  3. 安装Python2.7出现configure: error: no acceptable C compiler found in $PATH错误

    安装Python2.7出现configure: error: no acceptable C compiler found in $PATH错误 安装步骤: 安装依赖 yum groupinstall ...

  4. linux 编译错误 configure: error: C++ compiler cannot create executables

    今天装虚拟机LNMP环境 安装报错:configure: error: C++ compiler cannot create executables 这是因为 gcc 组件不完整,执行安装 yum i ...

  5. CentOS上安装软件错误提示:configure: error: no acceptable C compiler found in $PATH

    CentOS上安装软件错误提示:configure: error: no acceptable C compiler found in $PATH 因为是centos linux,默认可以采用yum方 ...

  6. 关于configure: error: no acceptable C compiler found in $PATH

    Linux系统在安装python3的时候报错: $ ./configure --prefix=/usr/local/python3 checking build system type... x86_ ...

  7. centos7:glibc:configure: error: no acceptable C compiler found in $PATH

    升级glibc2.31出现的问题: configure: error: in `/root/glibc-2.31/build': configure: error: no acceptable C c ...

  8. 编译Python时报错:configure: error: no acceptable C compiler found in $PATH

    报错信息如下: [root@master ~]#./configure --prefix=/usr/local/python3.6 checking build system type... i686 ...

  9. configure: error: no acceptable C compiler found in $PATH 问题解决

    在安装storm 依赖包 zeromq 时,报以下的错误 [hel2@l-owl1.plat.qa.bj1 ~/soft/zeromq-2.1.7]$ ./configure checking for ...

最新文章

  1. control.add()
  2. 通过调用门进行有特权级变换的转移,详细注解 对pmtest5.asm解释很详细.
  3. quality center 支持的平台
  4. 利用python将txt文件中的内容写入Excel文件中
  5. 华为内部面试题库---(2)
  6. bzoj2547 [Ctsc2002]玩具兵 dp+二分匹配
  7. linux tomcat 发布servlet,SpringBoot项目使用war包部署至云服务器(Linux+Tomcat)
  8. 作为一个软件开发公司如何让自己的技术落地应用产生价值呢?
  9. tl-wdr5620千兆版设置虚拟服务器,TL-WDR5620路由器如何设置 TL-WDR5620路由器上网设置步骤【介绍】...
  10. L019-老男孩Linux高端运维课程-linux用户管理手把手深入实战
  11. Some file crunching failed, see logs for details解决办法
  12. 计算机网络术语sonet,SONET
  13. opencv给图片加中文水印
  14. python_qzonespider_day2_模拟登录QQ空间
  15. JAVA数据加密压缩传输给服务端(Gzip加AES)
  16. 服务器-Squid代理服务器及应用
  17. (原创)通过DrawingCache截取View图片
  18. THREEJS 模型调整旋转中心
  19. 2020北大软微复试知识整理
  20. 我不愿当一辈子啃老族

热门文章

  1. cgcs2000大地坐标系地图_为什么要从北京54和西安80统一到CGCS2000?测绘人必知!...
  2. 小数前的0在html不显示,jsp小数显示问题 例如 我在oracle 数据库中查询出来的是 0.01 但是在jsp页面上就显示成 .01 没有前面的0...
  3. 会员系统用php框架,代码基地会员中心的PHP签到系统结合thinkphp框架
  4. java 线程什么时候结束_java线程什么时候让出cpu?
  5. 静态属性_Java面试题—内部类和静态内部类的区别
  6. 异步日志系统设计demo
  7. 【C++基础】C++11的noexcept声明符 与 异常传播
  8. 六、解释红外线纺织品的保健、保暖作用?
  9. 如何给Linux操作系统(CentOS 7为例)云服务器配置环境等一系列东西
  10. Java——集合(模拟斗地主洗牌和发牌进行排序)