详细错误:

UNAME_MACHINE = "loongarch64"
UNAME_RELEASE = "4.19.0-loongson-3-desktop"
UNAME_SYSTEM  = "Linux"
UNAME_VERSION = "#3200 SMP Thu May 13 10:17:27 CST 2021"
configure: error: cannot guess build type; you must specify one
make: *** [builds/unix/detect.mk:91:setup] 错误 1

  原因就是config.guess/config.sub不对。解决办法:

https://quantum6.blog.csdn.net/article/details/117668896

  有人发现复制之后还是不对。为什么呢?

  • 调用了autogen.sh。

autogen.sh会自动产生新的。不调用即可。

  • 已经有个链接。

把相应的链接从当前目录删除。

  • 使用的是其他目录的

通过find -name config.guess,会看到在其他目录下有相应的文件,如:build-scripts、builds/unix、build-aux。替换这些目录的两个文件即可。

全网首发:configure: error: cannot guess build type; you must specify one相关推荐

  1. configure: error: cannot guess build type; you must specify one解决方法

    configure: error: cannot guess build type; you must specify one解决方法 参考文章: (1)configure: error: canno ...

  2. configure: error: cannot guess build type; you must specify one

    今天在arm上用configure生成makefile时报错:configure: error: cannot guess build type; you must specify one 问题: 不 ...

  3. configure: error: cannot guess build type; you must specify解决方案

    configure: error: cannot guess build type; you must specify one解决方案 // 安装离线包expat_2.0.1.orig.tar.gz时 ...

  4. ARM平台编译dante出现【configure: error: cannot guess build type; you must specify one】解决方法

    编译dante的时候出现: root@ak:~/dante-1.4.2# ./configure --prefix=/usr/local/dante --sysconfdir=/etc --disab ...

  5. configure: error: cannot guess build type;you must specify one

    该问题一般出现在国产平台,从错误描述来看,意思是:无法猜测build类型,你必须指定一个. 解决办法: 1. 在系统/usr路径下搜索 config.guess 和 config.sub 这两个文件. ...

  6. configure: error: GD build test failed. Please check the config.log

    Linux 源代码包配置PHP时出错:configure: error: GD build test failed. Please check the config.log Ps: 正确解答此问题者, ...

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

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

  8. [Python从零到壹] 十二.机器学习之回归分析万字总结全网首发(线性回归、多项式回归、逻辑回归)

    欢迎大家来到"Python从零到壹",在这里我将分享约200篇Python系列文章,带大家一起去学习和玩耍,看看Python这个有趣的世界.所有文章都将结合案例.代码和作者的经验讲 ...

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

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

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

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

最新文章

  1. maven项目出现如下错误,求指点;CoreException: Could not calculate build plan:
  2. 编程开发之--java多线程学习总结(5)
  3. Leetcode 173. 二叉搜索树迭代器 解题思路及C++实现
  4. 51Nod-2149子串水题find
  5. ajax post 表单和 json 字符串
  6. java 内部类 返回值_Java学习笔记:形参和返回值、内部类、常用API
  7. 从疫情中看智慧医疗场景新应用,智慧医疗纵深发展还有哪些可能性?
  8. 10. CSS 文本
  9. 强大且易用的乐谱制作MuseScore 3
  10. 北京市三级医院电话预约挂号一览表
  11. Fluent中级工程进阶,从5种气体燃烧模型出发
  12. Python基于django的图书商城管理系统毕业设计源码110938
  13. App平台频频露脸综艺节目 观众到底买账吗?
  14. java编写一个可切换的界面_java web 项目实现手动中英文切换
  15. 先选价、再叫车 高德打车首创上线“比价叫车”
  16. 【观察】跨入5G新时代,维谛技术(Vertiv)的行与思
  17. AUTOCAD——弧长标注命令、半径标注命令
  18. 502 问题怎么排查?
  19. 个人养老金制度内容分析解读
  20. 超好用的LaTex表格生成器

热门文章

  1. html动画效果效果图,利用CSS3实现雷达扫描效果图动画特效
  2. ssm怎么自动排列序号6位数_小学数学1~6年级知识薄弱点应对方法汇总,建议收藏!...
  3. linux中子进程继承了父进程的什么意思,子进程从父进程处继承的文件描述符是什么东西...
  4. phpstorm连接不上MySQL_PHPStorm无法连接到本地MySQL [重复]
  5. 用户常见的问题以及特殊技术问题
  6. __FILE__ 与 $_SERVER['SCRIPT_FILENAME']的区别
  7. Mysql数据库更新操作导致死锁问题
  8. 国外项目跳板机访问时差问题
  9. cobbler自动化系统安装
  10. mssql 获取自增列起始及增量