- 积分
- 50
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-8-27
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
新手学习FLEXPART8.2,安装问题,寻求解决~
问题一
自己已安装jasper,然后按照命令安装grib_api时,出现错误
输入命令如下:
tar -xvf grib_api-1.10.0.tar.gz
./configure --with-jasper=/gpfs/fs1/home/student/quanc/tools/jasper
make
出现错误如下:
/usr/bin/ld: /gpfs/fs1/tools/jasper/lib/libjasper.a(jas_image.o): relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/gpfs/fs1/tools/jasper/lib/libjasper.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libgrib_api.la] Error 1
make[2]: Leaving directory `/gpfs/fs1/home/student/quanc/tools/grib_api-1.10.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/gpfs/fs1/home/student/quanc/tools/grib_api-1.10.0/src'
make: *** [all-recursive] Error 1
问题二
说明书中 4.2 compiling FLEXPART V8.2中
make -f makefile.<center>_<compiler>_<system>
编译器选择有absoft 和 gfortran 这个选择哪一种,是否有特殊要求?
另,make makefile之前 需要做哪些修改?
|
|