当前位置: 技术问答>linux和unix
configure: error: can not guess host type; you must specify one
来源: 互联网 发布时间:2016-08-15
本文导语: 下载了make-3.79.1.tar.tz解压以后,用./configure 提示 configure: error: can not guess host type; you must specify one configure.log如下: This file contains any messages produced by compilers while running configure, to aid debugging if config...
下载了make-3.79.1.tar.tz解压以后,用./configure 提示 configure: error: can not guess host type; you must specify one
configure.log如下:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:667: checking for a BSD compatible install
configure:720: checking whether build environment is sane
configure:777: checking whether make sets ${MAKE}
configure:823: checking for working aclocal
configure:836: checking for working autoconf
configure:849: checking for working automake
configure:862: checking for working autoheader
configure:875: checking for working makeinfo
configure:900: checking host system type
谢谢
configure.log如下:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:667: checking for a BSD compatible install
configure:720: checking whether build environment is sane
configure:777: checking whether make sets ${MAKE}
configure:823: checking for working aclocal
configure:836: checking for working autoconf
configure:849: checking for working automake
configure:862: checking for working autoheader
configure:875: checking for working makeinfo
configure:900: checking host system type
谢谢
|
看看 configure.ac 找找有没有--host --target 估计是你得用./configure --host=你的处理器
|
恩,估计用 --host指定你的机器类型。
|
同意一楼说法,建议楼主再根据这个研究一下。。。
|
./configure --help