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

Posted 柳鲲鹏

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了全网首发:configure: error: cannot guess build type; you must specify one相关的知识,希望对你有一定的参考价值。

详细错误:

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的主要内容,如果未能解决你的问题,请参考以下文章

全网首发:FFMPEG错误: error: implicit declaration of function ‘wcscpy‘/wcscmp; did you mean ‘strcpy‘strcmp?

全网首发:编译ffmpeg: error: ‘VFW_E_NOT_FOUND‘ undeclared ; did you mean ‘NTE_NOT_FOUND‘?

全网首发:No package ‘usbutils‘ found

全网首发:No package ‘usbutils‘ found

全网首发:编译jna:dispatch.h:30:34: fatal error: com_sun_jna_Function.h: 没有那个文件或目录

全网首发:LINUX下载编译usbutils