我的表弟是一名博士生,需要在他的 ubuntu 16.04 上安装这个软件。他不知道该怎么做,请我帮忙,但我以前从未与 fortan 合作过。我们安装了 gcc 和 gfortan。
如pdf所示,我们必须运行:
./configure # this complains about the absence of netcdf
make
make check
make install
我不断收到netCDF
错误。找到了这个,现在我在运行 configure 时遇到了这个错误
Can't find libnetcdf.a in /usr/lib
我花了大约 5 小时试图修复它,寻找一切,没有运气。
更新:我按照Nicolas 的建议做了,仍然有错误。
我是上面提到的 Lynob 软件的开发者(拉格朗日分析工具,名为Ariane)。
正如 steeldriver 所提到的,问题是由于 Ubuntu 16.04 中 NetCDF 的 Fortran 接口缺少静态 netcdf 库 (*.a)。
我在这里做了一个关于这个问题的错误报告:https ://bugs.launchpad.net/ubuntu/+source/netcdf/+bug/1698368 。
解决问题:
ls -rtl /usr/lib/x86_64-linux-gnu/*netcdf*
)ls -rtl /usr/lib/x86_64-linux-gnu/*netcdf*
)解压包后,然后提交: