鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

SIESTA编译安装,执行7步骤时出现报错

问题现象描述

编译安装SIESTA,执行步骤7时报错,报错信息为:

configure: error: cannot guess build type; you must specify one
make: *** [FoX/.config] Error 1

关键过程、根本原因分析

checking build system type... /Oceanfile/RR3/kunpeng/application/siesta/siesta-4.0.2/Src/FoX/config/config.guess: unable to guess system type
This script, last modified 2006-12-08, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from
http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
and
http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub

结论、解决方案及效果

  1. 参考以下处理方式:
  2. 替换“/path/to/SIESTA/siesta-4.0.2/SRC/Fox/config”路径下config.guess和config.sub的内容,执行make clean命令后,重新make编译。