---
title: 运行configure时报错
description: "运行configure时报错，报错信息为：“Error: FFTW configure returned 1”。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/trouble/bootkit_hpc_troublecase_0085.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/trouble/bootkit_hpc_troublecase_0085.html
indexId: 74ae7d87910d417bde77174a9248f5f7eb95599f65419f794e4118d08f7dc51274
---
# 运行configure时报错

#### 问题现象描述

运行configure时报错，报错信息为：“Error: FFTW configure returned 1”。


#### 关键过程、根本原因分析

- AmberTools自带的FFTW3证书已过期；
- 运行configure时未加-nosse参数。


#### 结论、解决方案及效果

根据报错时提示的网址去获取最新的“config.guess”和“config.sub”文件，使用vi命令更新FFTW3的“config.guess”和“config.sub”文件内容，在《AmberTools 19 移植指南（CentOS 7.6）(https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/prtg-osc/kunpengambertools_02_0006.html)》的“编译和安装”章节步骤8运行configure时加入“-nosse”参数。
