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

简介: configure: error: cannot guess build type; you must specify one

错误如下:


configure: error: cannot guess build type; you must specify one
make: *** 没有指明目标并且找不到 makefile。 停止。
make: *** No rule to make target 'install'。 停止。

解决办法:


加个参数即可。


加什么参数?吾在build目录下,看到了:


aarch64-linux/arm-linux/linux等。选择一个试试,可以:


./configure --build=arm-linux
目录
相关文章
configure: error: libacl not found
configure: error: libacl not found
61 0
checking build system type... ./config.guess: unable to guess system type/you must specify one
checking build system type... ./config.guess: unable to guess system type/you must specify one
103 0
|
开发工具 git
编译pluma:configure.ac:229: error: required file ‘pluma/mate-submodules/Makefile.in‘ not found
编译pluma:configure.ac:229: error: required file ‘pluma/mate-submodules/Makefile.in‘ not found
98 0
config.guess: unable to guess system type、config.sub: missing argument
config.guess: unable to guess system type、config.sub: missing argument
100 0
ERROR: libass not found using pkg-config
ERROR: libass not found using pkg-config
109 0
ERROR: libass not found using pkg-config2
ERROR: libass not found using pkg-config2
104 0
configure: error: C compiler cannot create executables
configure: error: C compiler cannot create executables
282 0
|
网络协议 关系型数据库 Linux
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
146 0
Error: invalid option: --with-training-tools
Error: invalid option: --with-training-tools
126 0
|
Linux
configure: error: cannot guess build type; you must specify one
configure: error: cannot guess build type; you must specify one
950 0