- 积分
- 4201
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-7-24
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 天心云 于 2012-12-5 18:27 编辑
装wps3.4总是出不来ungrib.exe,在configure.wps中修改三个库文件路径,zlib和jasper都能找到,但找不到libpng,只是在/usr/lib下发现几个libpng.**文件。把路径设置成这个还是出不来ungrib.exe。求高人给看看哪错了。
错误信息如下:
if [ -z ] ; then \
ifort -o ungrib.exe misc_definitions_module.o debug_cio.o module_debug.o module_stringutil.o table.o module_datarray.o gridinfo.o new_storage.o filelist.o ungrib.o output.o rrpr.o rd_grib1.o file_delete.o datint.o rd_grib2.o \
-L./ngl -lw3 -lg2_4 \
-L/usr/include/jasper -L/opt/freeware/lib -ljasper -lpng -lz \
-L. -lpgu ; \
else \
ifort -o ungrib.exe misc_definitions_module.o debug_cio.o module_debug.o module_stringutil.o table.o module_datarray.o gridinfo.o new_storage.o filelist.o ungrib.o output.o rrpr.o rd_grib1.o file_delete.o datint.o rd_grib2.o \
./ngl/w3/libw3.a ./ngl/g2/libg2_4.a \
-L/usr/include/jasper -L/opt/freeware/lib -ljasper -lpng -lz \
libpgu.a ; \
fi
ld: cannot find -lpng
make[1]: [ungrib.exe] Error 1 (ignored)
***************************************
configure.wps中设置如下:
#COMPRESSION_LIBS = -L/usr/include/jasper -ljasper \
# -L/usr/lib -lpng \
# -L/usr/local/zlib/lib -lz
#COMPRESSION_INC = -I/usr/local/zlib/include \
# -I/usr/include/jasper \
# -I/usr/lib
COMPRESSION_LIBS = -L/usr/include/jasper -L/opt/freeware/lib -ljasper -lpng -lz
COMPRESSION_INC = -I/usr/lib -I/usr/local/zlib/include -I/usr/include/jasper
|
|