【发布时间】:2019-03-26 20:25:20
【问题描述】:
然后我下载了 hdf5-1.10.5 和 netcdf-4.6.1 并存储在桌面上。当我使用目录 Desktop/hdf5-1.10.5 打开终端并运行此命令时
./configure --prefix=/usr/local --enable-shared --enable-hl make sudo make install
我收到了这个错误:
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: unrecognized options: --enable-hl
configure: netCDF 4.6.1
checking build system type... Invalid configuration `make': machine `make' not recognized
configure: error: /bin/bash ./config.sub make failed
【问题讨论】:
-
欢迎来到 SO!如果您添加有关您的平台和预期结果的更多详细信息,将会有所帮助。
-
对不起,我可以给你什么样的细节来帮助我?我不明白如何安装它,但我需要它来完成大学工作。教授告诉我安装这个,目的是应用建模数据方法并绘制结果。
标签: terminal installation netcdf4