- 积分
- 3200
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-5-10
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2014-7-23 15:00:07
|
显示全部楼层
[root@mgmt ncview-2.1.2]# ./configure --with-nc-config=/usr/local/GEOS-Chem-Libraries/bin/nc-config
user specified nc-config is /usr/local/GEOS-Chem-Libraries/bin/nc-config
checking for nc-config... yes
Netcdf library version: netCDF 4.2
Netcdf library has version 4 interface present: yes
Netcdf library was compiled with C compiler: gcc
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for the Athena widgets...
checking for XtWindow in -lXt... yes
checking for XawScrollbarSetThumb in -lXaw... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking X11/Intrinsic.h usability... yes
checking X11/Intrinsic.h presence... yes
checking for X11/Intrinsic.h... yes
checking X11/Xaw/Simple.h usability... yes
checking X11/Xaw/Simple.h presence... yes
checking for X11/Xaw/Simple.h... yes
X Athena widget (Xaw) libraries: -lXaw -lXt
checking for X11 library...
checking for XPutImage in -lX11... yes
X11 libraries: -lX11
checking udunits2.h usability... no
checking udunits2.h presence... no
checking for udunits2.h... no
checking /usr/local/include/udunits2.h usability... no
checking /usr/local/include/udunits2.h presence... no
checking for /usr/local/include/udunits2.h... no
checking /usr/include/udunits2.h usability... no
checking /usr/include/udunits2.h presence... no
checking for /usr/include/udunits2.h... no
checking /root/include/udunits2.h usability... no
checking /root/include/udunits2.h presence... no
checking for /root/include/udunits2.h... no
checking /sw/include/udunits2.h usability... no
checking /sw/include/udunits2.h presence... no
checking for /sw/include/udunits2.h... no
** Could not find the udunits2.h file, udunits support will not be included **
checking for ut_read_xml in -ludunits2... no
checking for /usr/local/lib/libudunits2.a... no
checking for /usr/lib/libudunits2.a... no
checking for /lib/libudunits2.a... no
checking for /root/lib/libudunits2.a... no
checking for /sw/lib/libudunits2.a... no
************************************************************************
Note: udunits2 support is NOT enabled, because I could not find the
location of the udunits2 include file 'udunits2.h' or library file
'libudunits2.a'. Ncview uses the udunits2 package to format date strings
with units of the form 'days since 1900-01-01'. If you do not use
these udunits2-standard date formats, then don't worry about the lack
of udunits2 support. If you DO use udunits2 format date strings, and
you want the udunits2 support, then you must tell me where to find
the udunits2 package by giving arguments to configure, as follows:
./configure -with-udunits2_incdir=include_directory -with-udunits2_libdir=library_directory
************************************************************************
checking png.h usability... no
checking png.h presence... no
checking for png.h... no
checking /usr/local/include/png.h usability... no
checking /usr/local/include/png.h presence... no
checking for /usr/local/include/png.h... no
checking /usr/include/png.h usability... no
checking /usr/include/png.h presence... no
checking for /usr/include/png.h... no
checking /root/include/png.h usability... no
checking /root/include/png.h presence... no
checking for /root/include/png.h... no
checking /sw/include/png.h usability... no
checking /sw/include/png.h presence... no
checking for /sw/include/png.h... no
** Could not find the png.h file, so -frames support will not be included **
** Install the PNG library (and development headers) to fix this **
checking for png_write_png in -lpng... no
checking for /usr/local/lib/libpng.so... no
checking for /usr/lib/libpng.so... no
checking for /lib/libpng.so... no
checking for /root/lib/libpng.so... no
checking for /sw/lib/libpng.so... no
************************************************************************
Note: the -frames option is NOT enabled, because I could not find the
location of the PNG include file 'png.h' or library file
'libpng.so'. Ncview uses the png package to dump out the frames viewed,
which is an easy way to make an mpeg video of the data if you want.
If you do not want this feature, then don't worry about the lack
of png support. If you DO want this, then you must install libpng, or tell
me where to find the png package by giving arguments to configure, as follows:
./configure -with-png_incdir=include_directory -with-png_libdir=library_directory
************************************************************************
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
----------- Configure Summary ----------
Compiler:
CC = gcc
Runtime path flags = -Wl,-rpath,/usr/local/GEOS-Chem-Libraries/lib -Wl,-rpath,/usr/local/GEOS-Chem-Libraries/lib
UDUNITS:
not found. Specify --with-udunits2_incdir=... and --with-udunits2_libdir=... flags to enable
NETCDF:
VERSION = netCDF 4.2
COMPILER USED = gcc
NETCDF_CPPFLAGS = -I/usr/local/GEOS-Chem-Libraries/include -I/usr/local/GEOS-Chem-Libraries/include
NETCDF_LDFLAGS = -L/usr/local/GEOS-Chem-Libraries/lib -L/usr/local/GEOS-Chem-Libraries/lib -lnetcdf -lhdf5_hl -lhdf5 -lm -lz
NETCDF_V4 = yes
X:
X_CFLAGS =
X11_LIBS = -lX11
XAW_LIBS = -lXaw -lXt
X_PRE_LIBS = -lSM -lICE
X_LIBS =
X_EXTRA_LIBS =
PNG:
not found. Install libpng, or specify --with-png_incdir=... and --with-png_libdir=... flags to enable
ncview安装有错误,这是回复。 |
|