- 积分
- 296
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-9-22
- 最后登录
- 1970-1-1
|
发表于 2020-12-23 09:36:48
|
显示全部楼层
undefined means miss library
google nc_inq_grpname_len you will find its netcdf library
so you should install netcdf
i remenber ubuntu can install netcdf directly
so i google apt-get install netcdf
i find this webhtml,https://cloud-gc.readthedocs.io/en/stable/chapter04_developer-guide/install-basic.html
this apt-get install libnetcdf-dev libnetcdff-dev
netcdf have 3 library c c++ fortran. above is c and fortran , you can search how to install c++ in ubuntu |
|