[转帖]configure: error: cannot guess build type;you must specify one,该问题一般出现在国产平台,从错误描述来看,意思是:无法猜测build类型,你必须指定一个。解决办法:1.在系统/usr路径下搜索confi
1. 将系统中config.guess和config.sub,替换到当前编译目录下。 2. 重新执行configure
1、configure: error: cannot guess build type; you must specify one解决方法 UNAME_MACHINE =i686 UNAME_RELEASE=4.4.0-31-generic UNAME_SYSTEM=Linux UNAME_VERSION= #50~14.04.1-Ubuntu SMP Wed Jul1301:06:37UTC2016configure: error: cannot guess build type; you must specify one root@ubuntu:/home...
configure: error: cannot guess build type; you must specify one 原因 无法判断当前的系统类型 解决方案一 ./configure --build=arm-linux 解决方案二 前提是必须安装1.16版本的automake,1.14版本测试失败 cp /usr/share/automake-1.16/config.guess build/ ./configure 注意 编译低版本libpcap-0.7.2.tar.gz,...
configure: error: cannot guess build type; you must specify one make: *** 没有指明目标并且找不到 makefile。 停止。 make: *** No rule to make target 'install'。 停止。 1. 2. 3. 解决办法: 加个参数即可。 加什么参数?吾在build目录下,看到了: ...
./configure --build=编译平台 --host=运行平台 --target=目标平台1. configure: error: cannot guess build type; you must specify one解决办法:指定编译平台 ./configure --build=arm2. configure: error: Either a previously installed pkg-config or "glib-2.0 >= 2.16" could not be found. Please ...
configure: error: /bin/sh ./config.sub mingw failed 打开config.guess, 发现主要有mingw32 和 mingw64两种,尝试 ./configure --build=mingw32 没有错误提示 执行make , 无误。 参考链接:http://www.code-by.org/viewtopic.php?t=168
configure: error: cannot guess build type; you must specify onemake: *** 没有指明目标并且找不到 makefile。 停止。make: *** No rule to make target 'install'。 停止。 解决办法: 加个参数即可。 加什么参数?吾在build目录下,看到了:
I'm getting stuck with "configure: error: cannot guess build type; you must specify one" on the command ../dist/configure --enable-cxx What I'm trying to do at this point is set up Berkeley DB version 4.8. When I Google I find: This script, last modified 2008-01-23, has failed...
UNAME_SYSTEM = Linux UNAME_VERSION = #1 SMP Mon Apr 1 00:00:00 UTC 2019 configure: error: cannot guess build type; you must specify one 解决方案一 ./configure--build=arm-linux 解决方案二 前提是必须安装1.16版本的automake,1.14版本测试失败 ...