---
title: 运行make install时报错
description: "运行make install时报错，报错信息为：“Error: Array specification at (1) has more than 7 dimensions”。"
url: https://www.hikunpeng.com/document/detail/zh/kunpenghpcs/hpcindapp/trouble/bootkit_hpc_troublecase_0092.html
sourcePath: /source/zh/kunpenghpcs/hpcindapp/trouble/bootkit_hpc_troublecase_0092.html
indexId: c3427ed744c8d7a71a10d8c8334a09bb2ccaa879a4087a1bf8e06556886fcc9774
---
# 运行make install时报错

#### 问题现象描述

运行make install时报错，报错信息为：“Error: Array specification at (1) has more than 7 dimensions”。


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

编译时环境配置问题。


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

根据报错提示询问同事以及去网络上搜索原因，最终确定是使用的gfortran版本过低，在配置环境变量时加入以下命令重新编译安装即可。

export FC= /path/to/GNU/bin/gfortran
