Linux系统在安装python3的时候报错:

$ ./configure --prefix=/usr/local/python3

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking for python3.6... no

checking for python3... no

checking for python... python

checking for --enable-universalsdk... no

checking for --with-universal-archs... no

checking MACHDEP... linux

checking for --without-gcc... no

checking for --with-icc... no

checking for gcc... no

checking for cc... no

checking for cl.exe... no

configure: error: in `/home/ec2-user/Python-3.6.1':

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

See `config.log' for more details

解决方法:

$sudo yum install gcc

过程中输入y

完成安装后再运行

$./configure --prefix=/usr/local/python3

转载于:https://www.cnblogs.com/wendaobiancheng/p/9171658.html

关于configure: error: no acceptable C compiler found in $PATH相关推荐

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

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

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

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

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

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

  4. 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 ...

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

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

  6. 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 ...

  7. CentOS6 安装gcc编译器,解决【configure: error: no acceptable C compiler found in $PATH】问题

    前言: 编译文件 ntfs-3g_ntfsprogs-2021.8.22 时报缺少C编译器错误,所以需要安装gcc编译器.绿色字体标注即是错误提示. [root@localhost ntfs-3g_n ...

  8. 【转载】Python3.6安装报错 configure: error: no acceptable C compiler found in $PATH

    安装python的时候出现如下的错误: [root@master ~]#./configure --prefix=/usr/local/python3.6 checking build system ...

  9. 报错:configure: error: no acceptable C compiler found in $PATH

    运行以下命令报错: ./configure 错误: checking whether to enable maintainer-specific portions of Makefiles... ye ...

最新文章

  1. Unity3D提示“XX,some are mac os x (unix) and some are windows”
  2. nvme驱动_耗时3天2夜,搞定了macbook pro(2015款)更换nvme固态,经验分享一下,希望能帮到有需要的人!...
  3. java jpa @joincolumn 字段不为空_拥抱开源从表设计到 JPA 实现
  4. SublimeText 自带格式化代码功能
  5. 【LeetCode每日一题】2024. 考试的最大困扰度
  6. win7查看 本地计算机策略,win7系统本地组策略编辑器打不开怎么办
  7. Java依赖注入 - DI设计模式示例教程
  8. 物联网已死,API 万岁!
  9. Javascript jquery css 写的简单进度条控件
  10. 美国目前最流行的五种量化交易模型
  11. 死亡之ping(Ping of Death)
  12. Windows常用密码的破解方法
  13. 电感耦合等离子体质谱仪技术分析环境各方面的污染
  14. 快手、抖音等短视频营销模式
  15. HDU - 4826(dp)
  16. 关于做项目中关于文件读取遇到的一个问题(0x80070299)
  17. ES32中OTA空中升级
  18. Mac Gem Menu for OneNote 激活——应用任何版本
  19. 虚函数的实质——虚函数表
  20. 如何把一组计算机做成云,怎样才能把旧电脑变成云电脑呢?

热门文章

  1. delphi开发回忆录——面向对象的基础,继承
  2. 讨论简书留言界面的设计
  3. GDAL读取S-57海图数据中文属性值乱码问题解决
  4. 如何自定义已有架构的css样式
  5. Go操作MySql Memache Mongodb
  6. Android 中关于Cursor类的介绍
  7. rtl8812au linux驱动下载,Ubuntu 16.04 安装 rtl8812au系列 (DWA-182) wireless adapter driver
  8. 测试学习java_使用Junit测试框架学习Java
  9. hashmap中的key是有序的么_深入理解HashMap遍历元素的顺序
  10. jstack 脚本 自动日志_运维老司机又翻车, 居然没用过日志切割Logrotate