- 积分
- 4229
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-2-20
- 最后登录
- 1970-1-1
|
发表于 2015-6-2 14:21:17
|
显示全部楼层
各位老师帮忙看看,我安装时出现了下面的问题,是什么原因?(大型工作站,装了ifort和icc)
$ make
make[1]: Entering directory `/home/zzz/GEOS-Chem-Libraries/src'
if [ -f zlib-1.2.6/zlib-1.2.6.install ] ; then \
echo '====> ZLIB has already been installed!'; \
else \
cd zlib-1.2.6 &&\
./configure --prefix=/home/zzz/GEOS-Chem-Libraries/opt/ifort/nc4 --static --64 &&\
touch zlib-1.2.6.config &&\
make check &&\
make install &&\
touch zlib-1.2.6.install &&\
echo '====> ZLIB was installed successfully!'; \
fi
/bin/sh: line 3: cd: zlib-1.2.6: No such file or directory
make[1]: *** [zlib] Error 1
make[1]: Leaving directory `/home/zzz/GEOS-Chem-Libraries/src'
make: *** [all] Error 2
|
|