NetCDF-3.6.2 compile on Mac OSX 10.4.9 using Macbook (Intel)

Hi,

I am fairly confident that I am doing something wrong, but I can't seem to
figure out what that may be.  Does anyone have any suggestions that might
help me with this process?  Here are the results of my configure, compile,
and attempted compile of one of the netcdf sample files:

Thanks in advance for any help/redirection.
Walter Scott

---

walter-scotts-computer:~/netcdf-3.6.2 walter$ ./configure
--disable-compiler-recover && make check
configure: netCDF 3.6.2
checking build system type... i686-apple-darwin8.9.1
checking host system type... i686-apple-darwin8.9.1
checking for a BSD-compatible install... /sw/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
configure: checking user options
checking whether CXX is set to ''... no
checking whether FC is set to ''... no
checking whether F90 is set to ''... no
checking whether documentation is to be installed... no
checking whether Fortran compiler(s) should be tested during configure...
yes
checking whether configure should try to set compiler flags... yes
checking whether FFIO will be used... no
checking whether to skip C++, F77, or F90 APIs if compiler is broken... no
checking whether only the C library is desired... no
checking whether examples should be built... yes
checking whether F77 API is desired... yes
checking whether F90 API is desired... yes
checking whether fortran type sizes should be checked... yes
checking whether C API is desired... yes
checking where to get netCDF C-only library for separate fortran
libraries...
checking whether CXX API is desired... yes
checking whether v2 netCDF API should be built... yes
checking whether the ncgen/ncdump should be built... yes
checking whether large file (> 2GB) tests should be run... no
checking whether extreme numbers should be used in tests... yes
checking where to put large temp files if large file tests are run... .
checking whether a win32 DLL is desired... no
checking whether separate fortran libs are desired... no
configure: finding C compiler
checking for xlc... no
checking for cc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking whether cc understands -c and -o together... yes
checking for an ANSI C-conforming const... yes
configure: finding Fortran compiler (will not be used if Fortran API is not
desired)
checking for xlf90... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for xlf... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf77... no
checking for lf95... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: setting up Fortran 90
checking for Fortran flag to compile .f90 files... none
checking fortran 90 modules inclusion flag... -I
checking if Fortran compiler can handle Fortran-90... yes
configure: finding C++ compiler (will not be used if C++ API is not desired)
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking how to recognise dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from cc object... ok
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... 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 for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking whether we are using the GNU Fortran 77 compiler... (cached) yes
checking whether gfortran accepts -g... (cached) yes
checking whether we are using the GNU Fortran compiler... (cached) yes
checking whether gfortran accepts -g... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries...
yes
checking dynamic linker characteristics... darwin8.9.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
(cached) yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
yes
checking dynamic linker characteristics... darwin8.9.1 dyld
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld) supports shared
libraries... (cached) yes
checking dynamic linker characteristics... darwin8.9.1 dyld
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fno-common
checking if gfortran PIC flag -fno-common works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld) supports shared
libraries... (cached) yes
checking dynamic linker characteristics... darwin8.9.1 dyld
checking how to hardcode library paths into programs... immediate
configure: finding other utilities
checking for a BSD-compatible install... /sw/bin/install -c
configure: trying to set fortran flags for this platform
configure: trying to set flags for this platform
checking if _HPUX_SOURCE should be set... no
checking if Solaris -Xa option is needed... CFLAGS=-g -O2
configure: trying to set fortran 90 flags for this platform
checking if we need to add to FFLAGS for ifort compiler... FFLAGS=-g -O2
checking if we need to set _LARGE_FILES despite results of previous tests...
_LARGE_FILES
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
configure: displaying some results
checking CPPFLAGS...
checking CC CFLAGS... cc -g -O2
checking type cc... cc is hashed (/usr/bin/cc)
checking CXX... g++
checking CXXFLAGS... -g -O2
checking type g++... g++ is /usr/bin/g++
checking FC... gfortran
checking FFLAGS... -g -O2
checking type gfortran... gfortran is /usr/local/bin/gfortran
checking F90... gfortran
checking F90FLAGS...
checking type gfortran... gfortran is /usr/local/bin/gfortran
checking AR... ar
checking ARFLAGS...
checking type ar... ar is /usr/bin/ar
checking NM... /usr/bin/nm -p
checking NMFLAGS...
checking for /usr/bin/nm... /usr/bin/nm -p
checking nm flags...
checking for C-equivalent to Fortran routine "SUB"... sub_
checking for Fortran "byte"... yes
checking for Fortran "integer*2"... yes
checking if Fortran "byte" is C "signed char"... yes
checking if Fortran "byte" is C "short"... no
checking if Fortran "byte" is C "int"... no
checking if Fortran "byte" is C "long"... no
checking if Fortran "integer*2" is C "short"... yes
checking if Fortran "integer*2" is C "int"... no
checking if Fortran "integer*2" is C "long"... no
checking if Fortran "integer" is C "int"... yes
checking if Fortran "real" is C "float"... yes
checking if Fortran "doubleprecision" is C "double"... yes
checking for Fortran-equivalent to netCDF "byte"... byte
checking for Fortran-equivalent to netCDF "short"... integer*2
checking if Fortran 90 compiler capitalizes .mod filenames... no
configure: checking types, headers, and functions
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for strlcat... yes
checking for strerror... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for struct stat.st_blksize... yes
checking for IEEE floating point format... yes
checking for size_t... yes
checking for off_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking for uchar... no
checking whether char is unsigned... no
checking whether byte ordering is bigendian... no
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking for off_t... (cached) yes
checking size of off_t... 8
checking for size_t... (cached) yes
checking size of size_t... 4
checking for catman... no
checking for makewhatis... no
checking for /usr/lib/makewhatis... no
checking for manual-page index command...
checking binary distribution directory... /home/ftp/pub/binary/dummy_system
configure: generating header files and makefiles
configure: creating ./config.status
config.status: creating Makefile
config.status : creating man/Makefile
config.status: creating fortran/Makefile
config.status: creating libsrc/Makefile
config.status: creating nctest/Makefile
config.status: creating nc_test/Makefile
config.status: creating ncdump/Makefile
config.status: creating ncgen/Makefile
config.status: creating nf_test/Makefile
config.status: creating cxx/Makefile
config.status: creating f90/Makefile
config.status: creating examples/Makefile
config.status : creating examples/C/Makefile
config.status: creating examples/CDL/Makefile
config.status: creating examples/CXX/Makefile
config.status: creating examples/F90/Makefile
config.status: creating examples/F77/Makefile
config.status: creating config.h
config.status: creating fortran/nfconfig1.inc
config.status: executing depfiles commands
config.status: executing libtool commands
Making check in f90
/bin/sh ../libtool --mode=compile gfortran -I../libsrc -I.  -g -O2 -c -o
typeSizes.lo typeSizes.f90
libtool: compile:  gfortran -I../libsrc -I. -g -O2 -c typeSizes.f90 -o
typeSizes.o
/bin/sh ../libtool --mode=compile gfortran -I../libsrc -I.  -g -O2 -c -o
netcdf.lo netcdf.f90
libtool: compile:  gfortran -I../libsrc -I. -g -O2 -c netcdf.f90 -o netcdf.o
/bin/sh ../libtool --mode=link gfortran -I../libsrc -I.  -g -O2   -o
libnetcdff90.la   typeSizes.lo  netcdf.lo
libtool: link: ar cru .libs/libnetcdff90.a  typeSizes.o netcdf.o
libtool: link: ranlib .libs/libnetcdff90.a
libtool: link: creating libnetcdff90.la
libtool: link: ( cd ".libs" && rm -f " libnetcdff90.la" && ln -s
"../libnetcdff90.la" "libnetcdff90.la" )
Making check in fortran
depbase=`echo fort-attio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-attio.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-attio.lo fort-attio.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-attio.lo -MD -MP -MF .deps/fort-attio.Tpo -c fort-attio.c -o
fort-attio.o
depbase=`echo fort-control.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-control.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-control.lo fort-control.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-control.lo -MD -MP -MF .deps/fort-control.Tpo -c fort-control.c -o
fort-control.o
depbase=`echo fort-dim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-dim.lo -MD -MP -MF "$depbase.Tpo"
-c -o fort-dim.lo fort-dim.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-dim.lo -MD -MP -MF .deps/fort-dim.Tpo -c fort-dim.c -o fort-dim.o
depbase=`echo fort-genatt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-genatt.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-genatt.lo fort-genatt.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-genatt.lo -MD -MP -MF .deps/fort-genatt.Tpo -c fort-genatt.c -o
fort-genatt.o
depbase=`echo fort-geninq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-geninq.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-geninq.lo fort-geninq.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-geninq.lo -MD -MP -MF .deps/fort-geninq.Tpo -c fort-geninq.c -o
fort-geninq.o
depbase=`echo fort-genvar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-genvar.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-genvar.lo fort-genvar.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-genvar.lo -MD -MP -MF .deps/fort-genvar.Tpo -c fort-genvar.c -o
fort-genvar.o
depbase=`echo fort-lib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-lib.lo -MD -MP -MF "$depbase.Tpo"
-c -o fort-lib.lo fort-lib.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-lib.lo -MD -MP -MF .deps/fort-lib.Tpo -c fort-lib.c -o fort-lib.o
depbase=`echo fort-misc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-misc.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-misc.lo fort-misc.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-misc.lo -MD -MP -MF .deps/fort-misc.Tpo -c fort-misc.c -o
fort-misc.o
depbase=`echo fort-v2compat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-v2compat.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-v2compat.lo fort-v2compat.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-v2compat.lo -MD -MP -MF .deps/fort-v2compat.Tpo -c fort-v2compat.c-o
fort-v2compat.o
depbase=`echo fort-vario.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-vario.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-vario.lo fort-vario.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-vario.lo -MD -MP -MF .deps/fort-vario.Tpo -c fort-vario.c -o
fort-vario.o
depbase=`echo fort-var1io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-var1io.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-var1io.lo fort-var1io.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-var1io.lo -MD -MP -MF .deps/fort-var1io.Tpo -c fort-var1io.c -o
fort-var1io.o
depbase=`echo fort-varaio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-varaio.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-varaio.lo fort-varaio.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-varaio.lo -MD -MP -MF .deps/fort-varaio.Tpo -c fort-varaio.c -o
fort-varaio.o
depbase=`echo fort-varmio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-varmio.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-varmio.lo fort-varmio.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-varmio.lo -MD -MP -MF .deps/fort-varmio.Tpo -c fort-varmio.c -o
fort-varmio.o
depbase=`echo fort-varsio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I.    -I../libsrc    -g -O2 -MT fort-varsio.lo -MD -MP -MF
"$depbase.Tpo" -c -o fort-varsio.lo fort-varsio.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../libsrc -g -O2
-MT fort-varsio.lo -MD -MP -MF .deps/fort-varsio.Tpo -c fort-varsio.c -o
fort-varsio.o
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2   -o libnetcdff.la
fort-attio.lo fort-control.lo fort-dim.lo fort-genatt.lo fort-geninq.lo
fort-genvar.lo fort-lib.lo fort-misc.lo fort-v2compat.lo fort-vario.lo
fort-var1io.lo fort-varaio.lo fort-varmio.lo fort-varsio.lo
../f90/libnetcdff90.la
libtool: link: Extracting /Users/walter/netcdf-3.6.2
/fortran/../f90/.libs/libnetcdff90.a
libtool: link: (cd .libs/libnetcdff.lax/libnetcdff90.a && ar x
/Users/walter/netcdf- 3.6.2/fortran/../f90/.libs/libnetcdff90.a)
libtool: link: ar cru .libs/libnetcdff.a  fort-attio.o fort-control.o
fort-dim.o fort-genatt.o fort-geninq.o fort-genvar.o fort-lib.o fort-misc.o
fort-v2compat.o fort-vario.o fort-var1io.o fort-varaio.o fort-varmio.o
fort-varsio.o  .libs/libnetcdff.lax/libnetcdff90.a/netcdf.o
.libs/libnetcdff.lax/libnetcdff90.a/typeSizes.o
libtool: link: ranlib .libs/libnetcdff.a
libtool: link: rm -fr .libs/libnetcdff.lax
libtool: link: creating libnetcdff.la
libtool: link: ( cd ".libs" && rm -f "libnetcdff.la" && ln -s
"../libnetcdff.la" " libnetcdff.la" )
Making check in libsrc
depbase=`echo attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT attr.lo -MD -MP -MF "$depbase.Tpo" -c -o
attr.lo attr.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
attr.lo -MD -MP -MF .deps/attr.Tpo -c attr.c -o attr.o
depbase=`echo ncx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT ncx.lo -MD -MP -MF "$depbase.Tpo" -c -o
ncx.lo ncx.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
ncx.lo -MD -MP -MF .deps/ncx.Tpo -c ncx.c -o ncx.o
depbase=`echo putget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT putget.lo -MD -MP -MF "$depbase.Tpo" -c -o
putget.lo putget.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
putget.lo -MD -MP -MF .deps/putget.Tpo -c putget.c -o putget.o
depbase=`echo dim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT dim.lo -MD -MP -MF "$depbase.Tpo" -c -o
dim.lo dim.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
dim.lo -MD -MP -MF .deps/dim.Tpo -c dim.c -o dim.o
depbase=`echo error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT error.lo -MD -MP -MF "$depbase.Tpo" -c -o
error.lo error.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o
depbase=`echo libvers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT libvers.lo -MD -MP -MF "$depbase.Tpo" -c
-o libvers.lo libvers.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
libvers.lo -MD -MP -MF .deps/libvers.Tpo -c libvers.c -o libvers.o
depbase=`echo nc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT nc.lo -MD -MP -MF "$depbase.Tpo" -c -o
nc.lo nc.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
nc.lo -MD -MP -MF .deps/nc.Tpo -c nc.c -o nc.o
depbase=`echo string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT string.lo -MD -MP -MF "$depbase.Tpo" -c -o
string.lo string.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
string.lo -MD -MP -MF .deps/string.Tpo -c string.c -o string.o
depbase=`echo v1hpg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT v1hpg.lo -MD -MP -MF "$depbase.Tpo" -c -o
v1hpg.lo v1hpg.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
v1hpg.lo -MD -MP -MF .deps/v1hpg.Tpo -c v1hpg.c -o v1hpg.o
depbase=`echo var.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT var.lo -MD -MP -MF "$depbase.Tpo" -c -o
var.lo var.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
var.lo -MD -MP -MF .deps/var.Tpo -c var.c -o var.o
depbase=`echo posixio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT posixio.lo -MD -MP -MF "$depbase.Tpo" -c
-o posixio.lo posixio.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
posixio.lo -MD -MP -MF .deps/posixio.Tpo -c posixio.c -o posixio.o
depbase=`echo v2i.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran      -g -O2 -MT v2i.lo -MD -MP -MF "$depbase.Tpo" -c -o
v2i.lo v2i.c; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -g -O2 -MT
v2i.lo -MD -MP -MF .deps/v2i.Tpo -c v2i.c -o v2i.o
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2   -o libnetcdf2.la
v2i.lo
libtool: link: ar cru .libs/libnetcdf2.a  v2i.o
libtool: link: ranlib .libs/libnetcdf2.a
libtool: link: creating libnetcdf2.la
libtool: link: ( cd ".libs" && rm -f "libnetcdf2.la " && ln -s
"../libnetcdf2.la" "libnetcdf2.la" )
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2   -o libnetcdf.la -rpath
/usr/local/lib  -version-info 4:0:0 -no-undefined  attr.lo ncx.lo putget.lo
dim.lo error.lo libvers.lo nc.lo string.lo v1hpg.lo var.lo  posixio.lo
libnetcdf2.la ../fortran/libnetcdff.la
libtool: link: Extracting /Users/walter/netcdf-3.6.2
/libsrc/./.libs/libnetcdf2.a
libtool: link: (cd .libs/libnetcdf.lax/libnetcdf2.a && ar x
/Users/walter/netcdf-3.6.2/libsrc/./.libs/libnetcdf2.a)
libtool: link: Extracting /Users/walter/netcdf- 3.6.2
/libsrc/../fortran/.libs/libnetcdff.a
libtool: link: (cd .libs/libnetcdf.lax/libnetcdff.a && ar x
/Users/walter/netcdf-3.6.2/libsrc/../fortran/.libs/libnetcdff.a)
libtool: link: ar cru .libs/libnetcdf.a  attr.o ncx.o putget.o dim.o error.o
libvers.o nc.o string.o v1hpg.o var.o posixio.o
.libs/libnetcdf.lax/libnetcdf2.a/v2i.o
.libs/libnetcdf.lax/libnetcdff.a/fort-attio.o.libs/libnetcdf.lax/libnetcdff.a/fort-
control.o .libs/libnetcdf.lax/libnetcdff.a/fort-
dim.o.libs/libnetcdf.lax/libnetcdff.a/fort-
genatt.o 
.libs/libnetcdf.lax/libnetcdff.a/fort-geninq.o.libs/libnetcdf.lax/libnetcdff.a/fort-
genvar.o 
.libs/libnetcdf.lax/libnetcdff.a/fort-lib.o.libs/libnetcdf.lax/libnetcdff.a/fort-
misc.o 
.libs/libnetcdf.lax/libnetcdff.a/fort-v2compat.o.libs/libnetcdf.lax/libnetcdff.a/fort-
var1io.o 
.libs/libnetcdf.lax/libnetcdff.a/fort-varaio.o.libs/libnetcdf.lax/libnetcdff.a/fort-
vario.o .libs/libnetcdf.lax/libnetcdff.a/fort-
varmio.o.libs/libnetcdf.lax/libnetcdff.a/fort-
varsio.o .libs/libnetcdf.lax/libnetcdff.a/netcdf.o
.libs/libnetcdf.lax/libnetcdff.a/typeSizes.o
libtool: link: ranlib .libs/libnetcdf.a
libtool: link: rm -fr .libs/libnetcdf.lax
libtool: link: creating libnetcdf.la
libtool: link: ( cd ".libs" && rm -f "libnetcdf.la" && ln -s
"../libnetcdf.la" " libnetcdf.la" )
make  t_nc
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran     -g -O2 -MT t_nc-t_nc.o
-MD -MP -MF ".deps/t_nc-t_nc.Tpo" -c -o t_nc-t_nc.o `test -f 't_nc.c' ||
echo './'`t_nc.c; \
then mv -f ".deps/t_nc-t_nc.Tpo" ".deps/t_nc-t_nc.Po"; else rm -f
".deps/t_nc-t_nc.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2   -o t_nc  t_nc-t_nc.o
libnetcdf.la
libtool: link: cc -g -O2 -o t_nc t_nc-t_nc.o  ./.libs/libnetcdf.a
make  check-TESTS
dimrename: IXX
nc_close ret = 0

reopen id = 6 for filename test.nc
NC done
GATTR VAR VATTR
VATTR
VATTR
VATTR
VATTR
VATTR
fill_seq indices         1 2 3  75.000000 != 2.718282
Done
got val = 3.250000
got val = 0.000000
got val = 2.718282
got val = 82555
got val = 97
got NC_CHAR val = A (0x41)
got NC_CHAR val = B (0x42)
got NC_CHAR val = "The red death had long devastated the country."
got val = A (0x41)
got val = B (0x42)
got val = "The red death had long devastated the country."
got vals = 0.000000 ... 447.000000
re nc_close ret = 0
PASS: t_nc
=================
All 1 tests passed
=================
Making check in nctest
make  nctest
depbase=`echo add.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
add.o -MD -MP -MF "$depbase.Tpo" -c -o add.o add.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo atttests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
atttests.o -MD -MP -MF "$depbase.Tpo" -c -o atttests.o atttests.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo cdftests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
cdftests.o -MD -MP -MF "$depbase.Tpo" -c -o cdftests.o cdftests.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo dimtests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
dimtests.o -MD -MP -MF "$depbase.Tpo" -c -o dimtests.o dimtests.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo driver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
driver.o -MD -MP -MF "$depbase.Tpo" -c -o driver.o driver.c ; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo emalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
emalloc.o -MD -MP -MF "$depbase.Tpo" -c -o emalloc.o emalloc.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
error.o -MD -MP -MF "$depbase.Tpo" -c -o error.o error.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo misctest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
misctest.o -MD -MP -MF "$depbase.Tpo" -c -o misctest.o misctest.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo rec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
rec.o -MD -MP -MF "$depbase.Tpo" -c -o rec.o rec.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo slabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
slabs.o -MD -MP -MF "$depbase.Tpo" -c -o slabs.o slabs.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo val.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
val.o -MD -MP -MF "$depbase.Tpo" -c -o val.o val.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo vardef.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
vardef.o -MD -MP -MF "$depbase.Tpo" -c -o vardef.o vardef.c ; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo varget.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
varget.o -MD -MP -MF "$depbase.Tpo" -c -o varget.o varget.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo vargetg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
vargetg.o -MD -MP -MF "$depbase.Tpo" -c -o vargetg.o vargetg.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo varput.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
varput.o -MD -MP -MF "$depbase.Tpo" -c -o varput.o varput.c ; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo varputg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
varputg.o -MD -MP -MF "$depbase.Tpo" -c -o varputg.o varputg.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo vartests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
vartests.o -MD -MP -MF "$depbase.Tpo" -c -o vartests.o vartests.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo vputget.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
vputget.o -MD -MP -MF "$depbase.Tpo" -c -o vputget.o vputget.c ; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo vputgetg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc   -g -O2 -MT
vputgetg.o -MD -MP -MF "$depbase.Tpo" -c -o vputgetg.o vputgetg.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2 -L../libsrc  -o nctest
add.o atttests.o cdftests.o dimtests.o driver.o emalloc.o error.o misctest.o
rec.o slabs.o val.o vardef.o varget.o vargetg.o varput.o varputg.o
vartests.o vputget.o vputgetg.o -lm  ../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o nctest add.o atttests.o cdftests.o dimtests.o
driver.o emalloc.o error.o misctest.o rec.o slabs.o val.o vardef.o varget.o
vargetg.o varput.o varputg.o vartests.o vputget.o vputgetg.o
-L/Users/walter/netcdf-3.6.2/libsrc -lm ../libsrc/.libs/libnetcdf.a
make  check-TESTS
Testing V2 API with 2 different netCDF formats.


Switching to netCDF classic format.
*** Testing nccreate ...        ok ***
*** Testing ncopen ...          ok ***
*** Testing ncredef ...         ok ***
*** Testing ncendef ...         ok ***
*** Testing ncclose ...         ok ***
*** Testing ncinquire ...       ok ***
*** Testing ncsync ...          ok ***
*** Testing ncabort ...         ok ***
*** Testing ncdimdef ...        ok ***
*** Testing ncdimid ...         ok ***
*** Testing ncdiminq ...        ok ***
*** Testing ncdimrename ...     ok ***
*** Testing ncvardef ...        ok ***
*** Testing ncvarid ...         ok ***
*** Testing ncvarinq ...        ok ***
*** Testing ncvarput1 ...       ok ***
*** Testing ncvarget1 ...       ok ***
*** Testing ncvarput ...        ok ***
*** Testing ncvarget ...        ok ***
*** Testing ncvarputg ...       ok ***
*** Testing ncvargetg ...       ok ***
*** Testing ncrecinq ...        ok ***
*** Testing ncrecput ...        ok ***
*** Testing ncrecget ...        ok ***
*** Testing ncvarrename ...     ok ***
*** Testing ncattput ...        ok ***
*** Testing ncattinq ...        ok ***
*** Testing ncattget ...        ok ***
*** Testing ncattcopy ...       ok ***
*** Testing ncattname ...       ok ***
*** Testing ncattrename ...     ok ***
*** Testing ncattdel ...        ok ***
*** Testing nctypelen ...       ok ***


Switching to 64-bit offset format.
*** Testing nccreate ...        ok ***
*** Testing ncopen ...          ok ***
*** Testing ncredef ...         ok ***
*** Testing ncendef ...         ok ***
*** Testing ncclose ...         ok ***
*** Testing ncinquire ...       ok ***
*** Testing ncsync ...          ok ***
*** Testing ncabort ...         ok ***
*** Testing ncdimdef ...        ok ***
*** Testing ncdimid ...         ok ***
*** Testing ncdiminq ...        ok ***
*** Testing ncdimrename ...     ok ***
*** Testing ncvardef ...        ok ***
*** Testing ncvarid ...         ok ***
*** Testing ncvarinq ...        ok ***
*** Testing ncvarput1 ...       ok ***
*** Testing ncvarget1 ...       ok ***
*** Testing ncvarput ...        ok ***
*** Testing ncvarget ...        ok ***
*** Testing ncvarputg ...       ok ***
*** Testing ncvargetg ...       ok ***
*** Testing ncrecinq ...        ok ***
*** Testing ncrecput ...        ok ***
*** Testing ncrecget ...        ok ***
*** Testing ncvarrename ...     ok ***
*** Testing ncattput ...        ok ***
*** Testing ncattinq ...        ok ***
*** Testing ncattget ...        ok ***
*** Testing ncattcopy ...       ok ***
*** Testing ncattname ...       ok ***
*** Testing ncattrename ...     ok ***
*** Testing ncattdel ...        ok ***
*** Testing nctypelen ...       ok ***

Total number of failures: 0
nctest SUCCESS!!!
PASS: nctest
PASS: compare_test_files.sh
=================
All 2 tests passed
=================
Making check in ncgen
depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I.. -I../libsrc
-I../libsrc   -g -O2 -MT main.o -MD -MP -MF "$depbase.Tpo" -c -o main.o
main.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I.. -I../libsrc
-I../libsrc   -g -O2 -MT load.o -MD -MP -MF "$depbase.Tpo" -c -o load.o
load.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo ncgentab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I.. -I../libsrc
-I../libsrc   -g -O2 -MT ncgentab.o -MD -MP -MF "$depbase.Tpo" -c -o
ncgentab.o ncgentab.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo escapes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I.. -I../libsrc
-I../libsrc   -g -O2 -MT escapes.o -MD -MP -MF "$depbase.Tpo" -c -o
escapes.o escapes.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo getfill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I.. -I../libsrc
-I../libsrc   -g -O2 -MT getfill.o -MD -MP -MF "$depbase.Tpo" -c -o
getfill.o getfill.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo init.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I.. -I../libsrc
-I../libsrc   -g -O2 -MT init.o -MD -MP -MF "$depbase.Tpo" -c -o init.o
init.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo genlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I.. -I../libsrc
-I../libsrc   -g -O2 -MT genlib.o -MD -MP -MF "$depbase.Tpo" -c -o genlib.o
genlib.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2   -o ncgen  main.o load.o
ncgentab.o escapes.o getfill.o init.o genlib.o ../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o ncgen main.o load.o ncgentab.o escapes.o
getfill.o init.o genlib.o  ../libsrc/.libs/libnetcdf.a
make  check-TESTS
*** Testing ncgen.
*** creating classic file c0.nc from c0.cdl...
*** creating 64-bit offset file c0_64.nc from c0.cdl...
*** Test successful!
PASS: run_tests.sh
=================
All 1 tests passed
=================
Making check in ncdump
depbase=`echo ncdump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc -I../libsrc
-g -O2 -MT ncdump.o -MD -MP -MF "$depbase.Tpo" -c -o ncdump.o ncdump.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo vardata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc -I../libsrc
-g -O2 -MT vardata.o -MD -MP -MF "$depbase.Tpo" -c -o vardata.o vardata.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo dumplib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc -I../libsrc
-g -O2 -MT dumplib.o -MD -MP -MF "$depbase.Tpo" -c -o dumplib.o dumplib.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2   -o ncdump  ncdump.o
vardata.o dumplib.o -lm  ../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o ncdump ncdump.o vardata.o dumplib.o  -lm
../libsrc/.libs/libnetcdf.a
make  rewrite-scalar ctest ctest64 ncdump
depbase=`echo rewrite-scalar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc -I../libsrc
-g -O2 -MT rewrite-scalar.o -MD -MP -MF "$depbase.Tpo" -c -o
rewrite-scalar.o rewrite-scalar.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2   -o rewrite-scalar
rewrite-scalar.o -lm  ../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o rewrite-scalar rewrite-scalar.o  -lm
../libsrc/.libs/libnetcdf.a
../ncgen/ncgen -c -o ctest0.nc ./../ncgen/c0.cdl > ./ctest.c
depbase=`echo ctest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc -I../libsrc
-g -O2 -MT ctest.o -MD -MP -MF "$depbase.Tpo" -c -o ctest.o ctest.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2   -o ctest  ctest.o -lm
../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o ctest ctest.o  -lm ../libsrc/.libs/libnetcdf.a
../ncgen/ncgen -v2 -c -o ctest0_64.nc ./../ncgen/c0.cdl > ./ctest64.c
depbase=`echo ctest64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I../libsrc -I../libsrc
-g -O2 -MT ctest64.o -MD -MP -MF "$depbase.Tpo" -c -o ctest64.o ctest64.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2   -o ctest64
ctest64.o-lm  ../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o ctest64 ctest64.o  -lm
../libsrc/.libs/libnetcdf.a
make[2]: `ncdump' is up to date.
make  check-TESTS

*** Testing ncgen and ncdump using some test CDL files.
*** creating tst_small.nc from ref_tst_small.cdl...
*** creating tst_small.cdl from tst_small.nc...
*** creating test0.nc from test0.cdl...
*** creating test1.cdl from test0.nc...
*** creating test1.nc from test1.cdl...
*** creating test2.cdl from test1.nc...
*** All tests of ncgen and ncdump using test0.cdl passed!
PASS: run_tests.sh

*** Testing ncgen and ncdump with 64-bit offset format.
*** creating test0.nc from test0.cdl...
*** creating test1.cdl from test0.nc...
*** creating test1.nc from test1.cdl...
*** creating test2.cdl from test1.nc...
*** All ncgen and ncdump with 64-bit offset format tests passed!
PASS: tst_64bit.sh
PASS: ctest
PASS: ctest64

*** Testing ncgen and ncdump test output for classic format.
*** creating ctest1.cdl from ctest0.nc...
*** creating c0.nc from c0.cdl...
*** creating c1.cdl from c0.nc.. .
*** comparing ncdump of C program output (ctest1.cdl) with c1.cdl...
*** test output for ncdump -k
*** All ncgen and ncdump test output for classic format passed!
*** Testing ncgen and ncdump test output for 64-bit offset format.
*** creating ctest1.cdl from test0_64.nc...
*** creating c0.nc from c0.cdl...
*** creating c1.cdl from c0.nc...
*** comparing ncdump of C program output (ctest1_64.cdl) with c1.cdl.. .
*** test output for ncdump -k
*** All ncgen and ncdump test output for 64-bit offset format passed!
PASS: tst_output.sh
*** testing length of classic file
*** testing length of classic file written with NOFILL
*** testing length of rewritten classic file
*** testing length of rewritten classic file written with NOFILL
*** testing length of 64-bit offset file
*** testing length of 64-bit offset file written with NOFILL
*** testing length of rewritten 64-bit offset file
*** testing length of rewritten 64-bit offset file written with NOFILL
*** testing length of one-record-variable classic file
*** testing length of one-record-variable classic file written with NOFILL
*** testing length of one-record-variable 64-bit offset file
*** testing length of one-record-variable 64-bit offset file written with
NOFILL
PASS: tst_lengths.sh
=================
All 6 tests passed
=================
Making check in nf_test
make  nf_test tst_f77_v2   ftest tst_f90
gfortran -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran      -I../libsrc -I../f90
-g -O2 -c -o test_get.o test_get.F
gfortran -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran      -I../libsrc -I../f90
-g -O2 -c -o test_put.o test_put.F
gfortran -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran      -I../libsrc -I../f90
-g -O2 -c -o nf_error.o nf_error.F
gfortran -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran      -I../libsrc -I../f90
-g -O2 -c -o nf_test.o nf_test.F
gfortran -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran      -I../libsrc -I../f90
-g -O2 -c -o test_read.o test_read.F
gfortran -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran      -I../libsrc -I../f90
-g -O2 -c -o test_write.o test_write.F
gfortran -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran      -I../libsrc -I../f90
-g -O2 -c -o util.o util.F
depbase=`echo fortlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran     -g -O2 -MT fortlib.o -MD
-MP -MF "$depbase.Tpo" -c -o fortlib.o fortlib.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../libtool --tag=F77 --mode=link gfortran   -I../libsrc -I../f90 -g
-O2   -o nf_test  test_get.o test_put.o nf_error.o nf_test.o test_read.o
test_write.o util.o fortlib.o   ../libsrc/libnetcdf.la
libtool: link: gfortran -I../libsrc -I../f90 -g -O2 -o nf_test test_get.o
test_put.o nf_error.o nf_test.o test_read.o test_write.o util.o fortlib.o
../libsrc/.libs/libnetcdf.a
gfortran -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran      -I../libsrc -I../f90
-g -O2 -c -o tst_f77_v2.o tst_f77_v2.F
/bin/sh ../libtool --tag=F77 --mode=link gfortran   -I../libsrc -I../f90 -g
-O2   -o tst_f77_v2  tst_f77_v2.o   ../libsrc/libnetcdf.la
libtool: link: gfortran -I../libsrc -I../f90 -g -O2 -o tst_f77_v2
tst_f77_v2.o  ../libsrc/.libs/libnetcdf.a
gfortran -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran      -I../libsrc -I../f90
-g -O2 -c -o ftest.o ftest.F
/bin/sh ../libtool --tag=F77 --mode=link gfortran   -I../libsrc -I../f90 -g
-O2   -o ftest  ftest.o fortlib.o   ../libsrc/libnetcdf.la
libtool: link: gfortran -I../libsrc -I../f90 -g -O2 -o ftest ftest.o
fortlib.o  ../libsrc/.libs/libnetcdf.a
gfortran    -I../libsrc -I../f90 -g -O2 -c -o tst_f90.o tst_f90.f90
/bin/sh ../libtool --mode=link gfortran    -I../libsrc -I../f90 -g -O2   -o
tst_f90  tst_f90.o   ../libsrc/libnetcdf.la
libtool: link: gfortran -I../libsrc -I../f90 -g -O2 -o tst_f90 tst_f90.o
../libsrc/.libs/libnetcdf.a
make  check-TESTS
*** Creating fills.nc.
*** SUCCESS!
PASS: create_fills.sh
*** Testing netCDF-3 Fortran 77 API.
*** testing nf_strerror ...
*** testing nf_open ...
*** testing nf_close ...
*** testing nf_inq ...
*** testing nf_inq_dimid ...
*** testing nf_inq_dim ...
*** testing nf_inq_dimlen ...
*** testing nf_inq_dimname ...
*** testing nf_inq_varid ...
*** testing nf_inq_var ...
*** testing nf_inq_natts ...
*** testing nf_inq_ndims ...
*** testing nf_inq_nvars ...
*** testing nf_inq_unlimdim ...
*** testing nf_inq_format ...
*** testing nf_inq_vardimid ...
*** testing nf_inq_varname ...
*** testing nf_inq_varnatts ...
*** testing nf_inq_varndims ...
*** testing nf_inq_vartype ...
*** testing nf_get_var1_text ...
*** testing nf_get_var1_int1 ...
*** testing nf_get_var1_int2 ...
*** testing nf_get_var1_int ...
*** testing nf_get_var1_real ...
*** testing nf_get_var1_double ...
*** testing nf_get_var_text ...
*** testing nf_get_var_int1 ...
*** testing nf_get_var_int2 ...
*** testing nf_get_var_int ...
*** testing nf_get_var_real ...
*** testing nf_get_var_double ...
*** testing nf_get_vara_text ...
*** testing nf_get_vara_int1 ...
*** testing nf_get_vara_int2 ...
*** testing nf_get_vara_int ...
*** testing nf_get_vara_real ...
*** testing nf_get_vara_double ...
*** testing nf_get_vars_text ...
*** testing nf_get_vars_int1 ...
*** testing nf_get_vars_int2 ...
*** testing nf_get_vars_int ...
*** testing nf_get_vars_real ...
*** testing nf_get_vars_double ...
*** testing nf_get_varm_text ...
*** testing nf_get_varm_int1 ...
*** testing nf_get_varm_int2 ...
*** testing nf_get_varm_int ...
*** testing nf_get_varm_real ...
*** testing nf_get_varm_double ...
*** testing nf_get_att_text ...
*** testing nf_get_att_int1 ...
*** testing nf_get_att_int2 ...
*** testing nf_get_att_int ...
*** testing nf_get_att_real ...
*** testing nf_get_att_double ...
*** testing nf_inq_att ...
*** testing nf_inq_attname ...
*** testing nf_inq_attid ...
*** testing nf_inq_attlen ...
*** testing nf_inq_atttype ...
*** testing nf_create ...
*** testing nf_redef ...
*** testing nf_enddef ...
*** testing nf_sync ...
*** testing nf_abort ...
*** testing nf_def_dim ...
*** testing nf_rename_dim ...
*** testing nf_def_var ...
*** testing nf_put_var1_text ...
*** testing nf_put_var1_int1 ...
*** testing nf_put_var1_int2 ...
*** testing nf_put_var1_int ...
*** testing nf_put_var1_real ...
*** testing nf_put_var1_double ...
*** testing nf_put_var_text ...
*** testing nf_put_var_int1 ...
*** testing nf_put_var_int2 ...
*** testing nf_put_var_int ...
*** testing nf_put_var_real ...
*** testing nf_put_var_double ...
*** testing nf_put_vara_text ...
*** testing nf_put_vara_int1 ...
*** testing nf_put_vara_int2 ...
*** testing nf_put_vara_int ...
*** testing nf_put_vara_real ...
*** testing nf_put_vara_double ...
*** testing nf_put_vars_text ...
*** testing nf_put_vars_int1 ...
*** testing nf_put_vars_int2 ...
*** testing nf_put_vars_int ...
*** testing nf_put_vars_real ...
*** testing nf_put_vars_double ...
*** testing nf_put_varm_text ...
*** testing nf_put_varm_int1 ...
*** testing nf_put_varm_int2 ...
*** testing nf_put_varm_int ...
*** testing nf_put_varm_real ...
*** testing nf_put_varm_double ...
*** testing nf_rename_var ...
*** testing nf_put_att_text ...
*** testing nf_put_att_int1 ...
*** testing nf_put_att_int2 ...
*** testing nf_put_att_int ...
*** testing nf_put_att_real ...
*** testing nf_put_att_double ...
*** testing nf_copy_att ...
*** testing nf_rename_att ...
*** testing nf_del_att ...
*** testing nf_set_fill ...
*** testing nf_set_default_format ...
Total number of failures:            0
*** SUCCESS!
PASS: nf_test
PASS: tst_f77_v2
*** Testing netCDF-2 Fortran 77 API.
*** testing nccre ...
*** testing ncddef ...
*** testing ncvdef ...
*** testing ncapt, ncaptc ...
*** testing ncclos ...
*** testing ncvpt1 ...
*** testing ncvgt1 ...
*** testing ncvpt ...
*** testing ncopn, ncinq, ncdinq, ncvinq, ncanam, ncainq ...
*** testing ncvgt, ncvgtc ...
*** testing ncagt, ncagtc ...
*** testing ncredf, ncdren, ncvren, ncaren, ncendf ...
*** testing ncacpy ...
*** testing ncadel ...
*** testing fill values ...
Total number of failures:            0
*** SUCCESS!
PASS: ftest
*** Testing netCDF-3 Fortran 90 API.
*** SUCCESS!
PASS: tst_f90
=================
All 5 tests passed
=================
Making check in cxx
depbase=`echo netcdf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran  -DDEBUG   -I../libsrc   -g -O2 -MT netcdf.lo -MD -MP -MF
"$depbase.Tpo" -c -o netcdf.lo netcdf.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -DDEBUG
-I../libsrc -g -O2 -MT netcdf.lo -MD -MP -MF .deps/netcdf.Tpo -c netcdf.cpp-o
netcdf.o
depbase=`echo ncvalues.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I.. -I../fortran  -DDEBUG   -I../libsrc   -g -O2 -MT ncvalues.lo -MD -MP
-MF "$depbase.Tpo" -c -o ncvalues.lo ncvalues.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1;
fi
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran -DDEBUG
-I../libsrc -g -O2 -MT ncvalues.lo -MD -MP -MF .deps/ncvalues.Tpo -c
ncvalues.cpp -o ncvalues.o
ncvalues.cpp: In member function 'virtual char NcValues_ncbyte::as_char(long
int) const':
ncvalues.cpp:80: warning: comparison is always false due to limited range of
data type
/bin/sh ../libtool --tag=CXX --mode=link g++  -g -O2 -L. -L../libsrc  -o
libnetcdf_c++.la -rpath /usr/local/lib -L. -L../libsrc -version-info 4:0:0
netcdf.lo ncvalues.lo
libtool: link: ar cru .libs/libnetcdf_c++.a  netcdf.o ncvalues.o
libtool: link: ranlib .libs/libnetcdf_c++.a
libtool: link: creating libnetcdf_c++.la
libtool: link: ( cd ".libs" && rm -f "libnetcdf_c++.la" && ln -s
"../libnetcdf_c++.la" "libnetcdf_c++.la" )
make  nctst tst_failure
depbase=`echo nctst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -DDEBUG   -I../libsrc   -g
-O2 -MT nctst.o -MD -MP -MF "$depbase.Tpo" -c -o nctst.o nctst.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../libtool --tag=CXX --mode=link g++  -g -O2 -L. -L../libsrc  -o
nctst  nctst.o ../cxx/libnetcdf_c++.la ../libsrc/libnetcdf.la
libtool: link: g++ -g -O2 -o nctst nctst.o -Wl,-bind_at_load
-L/Users/walter/netcdf-3.6.2/cxx -L/Users/walter/netcdf-3.6.2/libsrc
../cxx/.libs/libnetcdf_c++.a ../libsrc/.libs/libnetcdf.a
depbase=`echo tst_failure.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -DDEBUG   -I../libsrc   -g
-O2 -MT tst_failure.o -MD -MP -MF "$depbase.Tpo" -c -o tst_failure.o
tst_failure.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../libtool --tag=CXX --mode=link g++  -g -O2 -L. -L../libsrc  -o
tst_failure  tst_failure.o ../cxx/libnetcdf_c++.la ../libsrc/libnetcdf.la
libtool: link: g++ -g -O2 -o tst_failure tst_failure.o -Wl,-bind_at_load
-L/Users/walter/netcdf-3.6.2/cxx -L/Users/walter/netcdf-3.6.2/libsrc
../cxx/.libs/libnetcdf_c++.a ../libsrc/.libs/libnetcdf.a
make  check-TESTS
*** Testing C++ API with 2 different netCDF formats.
*** SUCCESS with file nctst_classic.nc
*** SUCCESS with file nctst_64bit_offset.nc

*** Total number of failures: 0
*** nctst SUCCESS!
PASS: nctst
NetCDF: String match to name in use
XFAIL: tst_failure

*** Testing C++ API test program output.
*** dumping classic format file to nctst_classic.cdl and comparing...
*** dumping 64-bit offset format file to nctst_64bit_offset.cdl and
comparing...
*** All tests of C++ API test output passed!
PASS: run_nc_tests.sh
====================================================
All 3 tests behaved as expected (1 expected failures)
====================================================
Making check in nc_test
make  tst_small nc_test
depbase=`echo tst_small.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I..   -I../libsrc   -g -O2
-MT tst_small.o -MD -MP -MF "$depbase.Tpo" -c -o tst_small.o tst_small.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2 -L../libsrc  -o
tst_small  tst_small.o -lm  ../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o tst_small tst_small.o  -L/Users/walter/netcdf-
3.6.2/libsrc -lm ../libsrc/.libs/libnetcdf.a
depbase=`echo nc_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I..   -I../libsrc   -g -O2
-MT nc_test.o -MD -MP -MF "$depbase.Tpo" -c -o nc_test.o nc_test.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I..   -I../libsrc   -g -O2
-MT error.o -MD -MP -MF "$depbase.Tpo" -c -o error.o error.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo test_get.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I..   -I../libsrc   -g -O2
-MT test_get.o -MD -MP -MF "$depbase.Tpo" -c -o test_get.o test_get.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo test_put.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I..   -I../libsrc   -g -O2
-MT test_put.o -MD -MP -MF "$depbase.Tpo" -c -o test_put.o test_put.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo test_read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I..   -I../libsrc   -g -O2
-MT test_read.o -MD -MP -MF "$depbase.Tpo" -c -o test_read.o test_read.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo test_write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I..   -I../libsrc   -g -O2
-MT test_write.o -MD -MP -MF "$depbase.Tpo" -c -o test_write.o test_write.c;
\
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
depbase=`echo util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../fortran  -I..   -I../libsrc   -g -O2
-MT util.o -MD -MP -MF "$depbase.Tpo" -c -o util.o util.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../libtool --tag=CC --mode=link cc  -g -O2 -L../libsrc  -o nc_test
nc_test.o error.o test_get.o test_put.o test_read.o test_write.o util.o -lm
../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o nc_test nc_test.o error.o test_get.o test_put.o
test_read.o test_write.o util.o  -L/Users/walter/netcdf- 3.6.2/libsrc -lm
../libsrc/.libs/libnetcdf.a
make  check-TESTS

*** Testing small files.
Switching to 64-bit offset format.
*** testing simple small file with a global attribute...ok.
*** testing simple small file with fixed dimensions...ok.
*** testing simple small file with an unlimited dimension...ok.
*** testing small file with one variable...ok.
*** testing small file with one variable and one att...ok.
*** testing small file with one record variable, which grows...ok.
*** testing small file with one growing record variable, with attributes
added...ok.
*** testing small file with two growing record variables, with attributes
added...ok.
Switching to netCDF classic format.
*** testing simple small file with a global attribute...ok.
*** testing simple small file with fixed dimensions...ok.
*** testing simple small file with an unlimited dimension...ok.
*** testing small file with one variable...ok.
*** testing small file with one variable and one att...ok.
*** testing small file with one record variable, which grows...ok.
*** testing small file with one growing record variable, with attributes
added...ok.
*** testing small file with two growing record variables, with attributes
added...ok.
*** Tests successful!
PASS: tst_small
Testing 2 different netCDF formats.


Switching to netCDF classic format.
*** Testing nc_strerror ... ok
*** Testing nc_open ... ok
*** Testing nc_close ... ok
*** Testing nc_inq ... ok
*** Testing nc_inq_dimid ... ok
*** Testing nc_inq_dim ... ok
*** Testing nc_inq_dimlen ... ok
*** Testing nc_inq_dimname ... ok
*** Testing nc_inq_varid ... ok
*** Testing nc_inq_var ... ok
*** Testing nc_inq_natts ... ok
*** Testing nc_inq_ndims ... ok
*** Testing nc_inq_nvars ... ok
*** Testing nc_inq_unlimdim ... ok
*** Testing nc_inq_vardimid ... ok
*** Testing nc_inq_varname ... ok
*** Testing nc_inq_varnatts ... ok
*** Testing nc_inq_varndims ... ok
*** Testing nc_inq_vartype ... ok
*** Testing nc_get_var_text ...  179 good comparisons. ok
*** Testing nc_get_var_uchar ...  264 good comparisons. ok
*** Testing nc_get_var_schar ...  269 good comparisons. ok
*** Testing nc_get_var_short ...  682 good comparisons. ok
*** Testing nc_get_var_int ...  1189 good comparisons. ok
*** Testing nc_get_var_long ...  1189 good comparisons. ok
*** Testing nc_get_var_float ...  1194 good comparisons. ok
*** Testing nc_get_var_double ...  1207 good comparisons. ok
*** Testing nc_get_var1_text ...  179 good comparisons. ok
*** Testing nc_get_var1_uchar ...  264 good comparisons. ok
*** Testing nc_get_var1_schar ...  269 good comparisons. ok
*** Testing nc_get_var1_short ...  682 good comparisons. ok
*** Testing nc_get_var1_int ...  1189 good comparisons. ok
*** Testing nc_get_var1_long ...  1189 good comparisons. ok
*** Testing nc_get_var1_float ...  1194 good comparisons. ok
*** Testing nc_get_var1_double ...  1207 good comparisons. ok
*** Testing nc_get_var1 ...  1386 good comparisons. ok
*** Testing nc_get_vara_text ...  179 good comparisons. ok
*** Testing nc_get_vara_uchar ...  264 good comparisons. ok
*** Testing nc_get_vara_schar ...  269 good comparisons. ok
*** Testing nc_get_vara_short ...  682 good comparisons. ok
*** Testing nc_get_vara_int ...  1189 good comparisons. ok
*** Testing nc_get_vara_long ...  1189 good comparisons. ok
*** Testing nc_get_vara_float ...  1194 good comparisons. ok
*** Testing nc_get_vara_double ...  1207 good comparisons. ok
*** Testing nc_get_vara ...  1386 good comparisons. ok
*** Testing nc_get_vars_text ...  179 good comparisons. ok
*** Testing nc_get_vars_uchar ...  264 good comparisons. ok
*** Testing nc_get_vars_schar ...  269 good comparisons. ok
*** Testing nc_get_vars_short ...  682 good comparisons. ok
*** Testing nc_get_vars_int ...  1189 good comparisons. ok
*** Testing nc_get_vars_long ...  1189 good comparisons. ok
*** Testing nc_get_vars_float ...  1194 good comparisons. ok
*** Testing nc_get_vars_double ...  1207 good comparisons. ok
*** Testing nc_get_vars ...  1386 good comparisons. ok
*** Testing nc_get_varm_text ...  179 good comparisons. ok
*** Testing nc_get_varm_uchar ...  264 good comparisons. ok
*** Testing nc_get_varm_schar ...  269 good comparisons. ok
*** Testing nc_get_varm_short ...  682 good comparisons. ok
*** Testing nc_get_varm_int ...  1189 good comparisons. ok
*** Testing nc_get_varm_long ...  1189 good comparisons. ok
*** Testing nc_get_varm_float ...  1194 good comparisons. ok
*** Testing nc_get_varm_double ...  1207 good comparisons. ok
*** Testing nc_get_varm ...  1386 good comparisons. ok
*** Testing nc_get_att_text ...  7 good comparisons. ok
*** Testing nc_get_att_uchar ...  5 good comparisons. ok
*** Testing nc_get_att_schar ...  7 good comparisons. ok
*** Testing nc_get_att_short ...  15 good comparisons. ok
*** Testing nc_get_att_int ...  19 good comparisons. ok
*** Testing nc_get_att_long ...  19 good comparisons. ok
*** Testing nc_get_att_float ...  21 good comparisons. ok
*** Testing nc_get_att_double ...  27 good comparisons. ok
*** Testing nc_get_att ...  34 good comparisons. ok
*** Testing nc_inq_att ... ok
*** Testing nc_inq_attname ... ok
*** Testing nc_inq_attid ... ok
*** Testing nc_inq_attlen ... ok
*** Testing nc_inq_atttype ... ok
*** Testing nc_create ... ok
*** Testing nc_redef ...  1386 good comparisons.  34 good comparisons.  1386
good comparisons.  34 good comparisons. ok
*** Testing nc_sync ...  34 good comparisons.  1386 good comparisons. ok
*** Testing nc_abort ...  1386 good comparisons.  34 good comparisons. ok
*** Testing nc_def_dim ... ok
*** Testing nc_rename_dim ... ok
*** Testing nc_def_var ... ok
*** Testing nc_put_var_text ...  179 good comparisons. ok
*** Testing nc_put_var_uchar ...  264 good comparisons. ok
*** Testing nc_put_var_schar ...  269 good comparisons. ok
*** Testing nc_put_var_short ...  682 good comparisons. ok
*** Testing nc_put_var_int ...  1189 good comparisons. ok
*** Testing nc_put_var_long ...  1189 good comparisons. ok
*** Testing nc_put_var_float ...  1194 good comparisons. ok
*** Testing nc_put_var_double ...  1207 good comparisons. ok
*** Testing nc_put_var1_text ...  179 good comparisons. ok
*** Testing nc_put_var1_uchar ...  264 good comparisons. ok
*** Testing nc_put_var1_schar ...  269 good comparisons. ok
*** Testing nc_put_var1_short ...  682 good comparisons. ok
*** Testing nc_put_var1_int ...  1189 good comparisons. ok
*** Testing nc_put_var1_long ...  1189 good comparisons. ok
*** Testing nc_put_var1_float ...  1194 good comparisons. ok
*** Testing nc_put_var1_double ...  1207 good comparisons. ok
*** Testing nc_put_var1 ...  1386 good comparisons. ok
*** Testing nc_put_vara_text ...  179 good comparisons. ok
*** Testing nc_put_vara_uchar ...  264 good comparisons. ok
*** Testing nc_put_vara_schar ...  269 good comparisons. ok
*** Testing nc_put_vara_short ...  682 good comparisons. ok
*** Testing nc_put_vara_int ...  1189 good comparisons. ok
*** Testing nc_put_vara_long ...  1189 good comparisons. ok
*** Testing nc_put_vara_float ...  1194 good comparisons. ok
*** Testing nc_put_vara_double ...  1207 good comparisons. ok
*** Testing nc_put_vara ...  1386 good comparisons. ok
*** Testing nc_put_vars_text ...  179 good comparisons. ok
*** Testing nc_put_vars_uchar ...  264 good comparisons. ok
*** Testing nc_put_vars_schar ...  269 good comparisons. ok
*** Testing nc_put_vars_short ...  682 good comparisons. ok
*** Testing nc_put_vars_int ...  1189 good comparisons. ok
*** Testing nc_put_vars_long ...  1189 good comparisons. ok
*** Testing nc_put_vars_float ...  1194 good comparisons. ok
*** Testing nc_put_vars_double ...  1207 good comparisons. ok
*** Testing nc_put_vars ...  1386 good comparisons. ok
*** Testing nc_put_varm_text ...  179 good comparisons. ok
*** Testing nc_put_varm_uchar ...  264 good comparisons. ok
*** Testing nc_put_varm_schar ...  269 good comparisons. ok
*** Testing nc_put_varm_short ...  682 good comparisons. ok
*** Testing nc_put_varm_int ...  1189 good comparisons. ok
*** Testing nc_put_varm_long ...  1189 good comparisons. ok
*** Testing nc_put_varm_float ...  1194 good comparisons. ok
*** Testing nc_put_varm_double ...  1207 good comparisons. ok
*** Testing nc_put_varm ...  1386 good comparisons. ok
*** Testing nc_rename_var ...  1386 good comparisons. ok
*** Testing nc_put_att_text ...  7 good comparisons. ok
*** Testing nc_put_att_uchar ...  5 good comparisons. ok
*** Testing nc_put_att_schar ...  7 good comparisons. ok
*** Testing nc_put_att_short ...  15 good comparisons. ok
*** Testing nc_put_att_int ...  19 good comparisons. ok
*** Testing nc_put_att_long ...  19 good comparisons. ok
*** Testing nc_put_att_float ...  21 good comparisons. ok
*** Testing nc_put_att_double ...  27 good comparisons. ok
*** Testing nc_put_att ...  34 good comparisons. ok
*** Testing nc_copy_att ...  34 good comparisons. ok
*** Testing nc_rename_att ...  34 good comparisons. ok
*** Testing nc_del_att ... ok
*** Testing nc_set_default_format ... ok


Switching to 64-bit offset format.
*** Testing nc_strerror ... ok
*** Testing nc_open ... ok
*** Testing nc_close ... ok
*** Testing nc_inq ... ok
*** Testing nc_inq_dimid ... ok
*** Testing nc_inq_dim ... ok
*** Testing nc_inq_dimlen ... ok
*** Testing nc_inq_dimname ... ok
*** Testing nc_inq_varid ... ok
*** Testing nc_inq_var ... ok
*** Testing nc_inq_natts ... ok
*** Testing nc_inq_ndims ... ok
*** Testing nc_inq_nvars ... ok
*** Testing nc_inq_unlimdim ... ok
*** Testing nc_inq_vardimid ... ok
*** Testing nc_inq_varname ... ok
*** Testing nc_inq_varnatts ... ok
*** Testing nc_inq_varndims ... ok
*** Testing nc_inq_vartype ... ok
*** Testing nc_get_var_text ...  179 good comparisons. ok
*** Testing nc_get_var_uchar ...  264 good comparisons. ok
*** Testing nc_get_var_schar ...  269 good comparisons. ok
*** Testing nc_get_var_short ...  682 good comparisons. ok
*** Testing nc_get_var_int ...  1189 good comparisons. ok
*** Testing nc_get_var_long ...  1189 good comparisons. ok
*** Testing nc_get_var_float ...  1194 good comparisons. ok
*** Testing nc_get_var_double ...  1207 good comparisons. ok
*** Testing nc_get_var1_text ...  179 good comparisons. ok
*** Testing nc_get_var1_uchar ...  264 good comparisons. ok
*** Testing nc_get_var1_schar ...  269 good comparisons. ok
*** Testing nc_get_var1_short ...  682 good comparisons. ok
*** Testing nc_get_var1_int ...  1189 good comparisons. ok
*** Testing nc_get_var1_long ...  1189 good comparisons. ok
*** Testing nc_get_var1_float ...  1194 good comparisons. ok
*** Testing nc_get_var1_double ...  1207 good comparisons. ok
*** Testing nc_get_var1 ...  1386 good comparisons. ok
*** Testing nc_get_vara_text ...  179 good comparisons. ok
*** Testing nc_get_vara_uchar ...  264 good comparisons. ok
*** Testing nc_get_vara_schar ...  269 good comparisons. ok
*** Testing nc_get_vara_short ...  682 good comparisons. ok
*** Testing nc_get_vara_int ...  1189 good comparisons. ok
*** Testing nc_get_vara_long ...  1189 good comparisons. ok
*** Testing nc_get_vara_float ...  1194 good comparisons. ok
*** Testing nc_get_vara_double ...  1207 good comparisons. ok
*** Testing nc_get_vara ...  1386 good comparisons. ok
*** Testing nc_get_vars_text ...  179 good comparisons. ok
*** Testing nc_get_vars_uchar ...  264 good comparisons. ok
*** Testing nc_get_vars_schar ...  269 good comparisons. ok
*** Testing nc_get_vars_short ...  682 good comparisons. ok
*** Testing nc_get_vars_int ...  1189 good comparisons. ok
*** Testing nc_get_vars_long ...  1189 good comparisons. ok
*** Testing nc_get_vars_float ...  1194 good comparisons. ok
*** Testing nc_get_vars_double ...  1207 good comparisons. ok
*** Testing nc_get_vars ...  1386 good comparisons. ok
*** Testing nc_get_varm_text ...  179 good comparisons. ok
*** Testing nc_get_varm_uchar ...  264 good comparisons. ok
*** Testing nc_get_varm_schar ...  269 good comparisons. ok
*** Testing nc_get_varm_short ...  682 good comparisons. ok
*** Testing nc_get_varm_int ...  1189 good comparisons. ok
*** Testing nc_get_varm_long ...  1189 good comparisons. ok
*** Testing nc_get_varm_float ...  1194 good comparisons. ok
*** Testing nc_get_varm_double ...  1207 good comparisons. ok
*** Testing nc_get_varm ...  1386 good comparisons. ok
*** Testing nc_get_att_text ...  7 good comparisons. ok
*** Testing nc_get_att_uchar ...  5 good comparisons. ok
*** Testing nc_get_att_schar ...  7 good comparisons. ok
*** Testing nc_get_att_short ...  15 good comparisons. ok
*** Testing nc_get_att_int ...  19 good comparisons. ok
*** Testing nc_get_att_long ...  19 good comparisons. ok
*** Testing nc_get_att_float ...  21 good comparisons. ok
*** Testing nc_get_att_double ...  27 good comparisons. ok
*** Testing nc_get_att ...  34 good comparisons. ok
*** Testing nc_inq_att ... ok
*** Testing nc_inq_attname ... ok
*** Testing nc_inq_attid ... ok
*** Testing nc_inq_attlen ... ok
*** Testing nc_inq_atttype ... ok
*** Testing nc_create ... ok
*** Testing nc_redef ...  1386 good comparisons.  34 good comparisons.  1386
good comparisons.  34 good comparisons. ok
*** Testing nc_sync ...  34 good comparisons.  1386 good comparisons. ok
*** Testing nc_abort ...  1386 good comparisons.  34 good comparisons. ok
*** Testing nc_def_dim ... ok
*** Testing nc_rename_dim ... ok
*** Testing nc_def_var ... ok
*** Testing nc_put_var_text ...  179 good comparisons. ok
*** Testing nc_put_var_uchar ...  264 good comparisons. ok
*** Testing nc_put_var_schar ...  269 good comparisons. ok
*** Testing nc_put_var_short ...  682 good comparisons. ok
*** Testing nc_put_var_int ...  1189 good comparisons. ok
*** Testing nc_put_var_long ...  1189 good comparisons. ok
*** Testing nc_put_var_float ...  1194 good comparisons. ok
*** Testing nc_put_var_double ...  1207 good comparisons. ok
*** Testing nc_put_var1_text ...  179 good comparisons. ok
*** Testing nc_put_var1_uchar ...  264 good comparisons. ok
*** Testing nc_put_var1_schar ...  269 good comparisons. ok
*** Testing nc_put_var1_short ...  682 good comparisons. ok
*** Testing nc_put_var1_int ...  1189 good comparisons. ok
*** Testing nc_put_var1_long ...  1189 good comparisons. ok
*** Testing nc_put_var1_float ...  1194 good comparisons. ok
*** Testing nc_put_var1_double ...  1207 good comparisons. ok
*** Testing nc_put_var1 ...  1386 good comparisons. ok
*** Testing nc_put_vara_text ...  179 good comparisons. ok
*** Testing nc_put_vara_uchar ...  264 good comparisons. ok
*** Testing nc_put_vara_schar ...  269 good comparisons. ok
*** Testing nc_put_vara_short ...  682 good comparisons. ok
*** Testing nc_put_vara_int ...  1189 good comparisons. ok
*** Testing nc_put_vara_long ...  1189 good comparisons. ok
*** Testing nc_put_vara_float ...  1194 good comparisons. ok
*** Testing nc_put_vara_double ...  1207 good comparisons. ok
*** Testing nc_put_vara ...  1386 good comparisons. ok
*** Testing nc_put_vars_text ...  179 good comparisons. ok
*** Testing nc_put_vars_uchar ...  264 good comparisons. ok
*** Testing nc_put_vars_schar ...  269 good comparisons. ok
*** Testing nc_put_vars_short ...  682 good comparisons. ok
*** Testing nc_put_vars_int ...  1189 good comparisons. ok
*** Testing nc_put_vars_long ...  1189 good comparisons. ok
*** Testing nc_put_vars_float ...  1194 good comparisons. ok
*** Testing nc_put_vars_double ...  1207 good comparisons. ok
*** Testing nc_put_vars ...  1386 good comparisons. ok
*** Testing nc_put_varm_text ...  179 good comparisons. ok
*** Testing nc_put_varm_uchar ...  264 good comparisons. ok
*** Testing nc_put_varm_schar ...  269 good comparisons. ok
*** Testing nc_put_varm_short ...  682 good comparisons. ok
*** Testing nc_put_varm_int ...  1189 good comparisons. ok
*** Testing nc_put_varm_long ...  1189 good comparisons. ok
*** Testing nc_put_varm_float ...  1194 good comparisons. ok
*** Testing nc_put_varm_double ...  1207 good comparisons. ok
*** Testing nc_put_varm ...  1386 good comparisons. ok
*** Testing nc_rename_var ...  1386 good comparisons. ok
*** Testing nc_put_att_text ...  7 good comparisons. ok
*** Testing nc_put_att_uchar ...  5 good comparisons. ok
*** Testing nc_put_att_schar ...  7 good comparisons. ok
*** Testing nc_put_att_short ...  15 good comparisons. ok
*** Testing nc_put_att_int ...  19 good comparisons. ok
*** Testing nc_put_att_long ...  19 good comparisons. ok
*** Testing nc_put_att_float ...  21 good comparisons. ok
*** Testing nc_put_att_double ...  27 good comparisons. ok
*** Testing nc_put_att ...  34 good comparisons. ok
*** Testing nc_copy_att ...  34 good comparisons. ok
*** Testing nc_rename_att ...  34 good comparisons. ok
*** Testing nc_del_att ... ok
*** Testing nc_set_default_format ... ok

*** Total number of failures: 0
*** nc_test SUCCESS!!!
PASS: nc_test
=================
All 2 tests passed
=================
Making check in examples
Making check in C
make  simple_xy_wr simple_xy_rd sfc_pres_temp_wr sfc_pres_temp_rd
pres_temp_4D_wr pres_temp_4D_rd
depbase=`echo simple_xy_wr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran  -I../..
-I../../libsrc   -g -O2 -MT simple_xy_wr.o -MD -MP -MF "$depbase.Tpo" -c -o
simple_xy_wr.o simple_xy_wr.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CC --mode=link cc  -g -O2 -L../../libsrc  -o
simple_xy_wr  simple_xy_wr.o -lm  ../../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o simple_xy_wr simple_xy_wr.o
-L/Users/walter/netcdf- 3.6.2/libsrc -lm ../../libsrc/.libs/libnetcdf.a
depbase=`echo simple_xy_rd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran  -I../..
-I../../libsrc   -g -O2 -MT simple_xy_rd.o -MD -MP -MF "$depbase.Tpo" -c -o
simple_xy_rd.o simple_xy_rd.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CC --mode=link cc  -g -O2 -L../../libsrc  -o
simple_xy_rd  simple_xy_rd.o -lm  ../../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o simple_xy_rd simple_xy_rd.o
-L/Users/walter/netcdf-3.6.2/libsrc -lm ../../libsrc/.libs/libnetcdf.a
depbase=`echo sfc_pres_temp_wr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran  -I../..
-I../../libsrc   -g -O2 -MT sfc_pres_temp_wr.o -MD -MP -MF "$depbase.Tpo" -c
-o sfc_pres_temp_wr.o sfc_pres_temp_wr.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CC --mode=link cc  -g -O2 -L../../libsrc  -o
sfc_pres_temp_wr  sfc_pres_temp_wr.o -lm  ../../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o sfc_pres_temp_wr sfc_pres_temp_wr.o
-L/Users/walter/netcdf- 3.6.2/libsrc -lm ../../libsrc/.libs/libnetcdf.a
depbase=`echo sfc_pres_temp_rd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran  -I../..
-I../../libsrc   -g -O2 -MT sfc_pres_temp_rd.o -MD -MP -MF "$depbase.Tpo" -c
-o sfc_pres_temp_rd.o sfc_pres_temp_rd.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CC --mode=link cc  -g -O2 -L../../libsrc  -o
sfc_pres_temp_rd  sfc_pres_temp_rd.o -lm  ../../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o sfc_pres_temp_rd sfc_pres_temp_rd.o
-L/Users/walter/netcdf-3.6.2/libsrc -lm ../../libsrc/.libs/libnetcdf.a
depbase=`echo pres_temp_4D_wr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran  -I../..
-I../../libsrc   -g -O2 -MT pres_temp_4D_wr.o -MD -MP -MF "$depbase.Tpo" -c
-o pres_temp_4D_wr.o pres_temp_4D_wr.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CC --mode=link cc  -g -O2 -L../../libsrc  -o
pres_temp_4D_wr  pres_temp_4D_wr.o -lm  ../../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o pres_temp_4D_wr pres_temp_4D_wr.o
-L/Users/walter/netcdf- 3.6.2/libsrc -lm ../../libsrc/.libs/libnetcdf.a
depbase=`echo pres_temp_4D_rd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran  -I../..
-I../../libsrc   -g -O2 -MT pres_temp_4D_rd.o -MD -MP -MF "$depbase.Tpo" -c
-o pres_temp_4D_rd.o pres_temp_4D_rd.c; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CC --mode=link cc  -g -O2 -L../../libsrc  -o
pres_temp_4D_rd  pres_temp_4D_rd.o -lm  ../../libsrc/libnetcdf.la
libtool: link: cc -g -O2 -o pres_temp_4D_rd pres_temp_4D_rd.o
-L/Users/walter/netcdf-3.6.2/libsrc -lm ../../libsrc/.libs/libnetcdf.a
make  check-TESTS
*** SUCCESS writing example file simple_xy.nc!
PASS: simple_xy_wr
*** SUCCESS reading example file simple_xy.nc!
PASS: simple_xy_rd
*** SUCCESS writing example file sfc_pres_temp.nc!
PASS: sfc_pres_temp_wr
*** SUCCESS reading example file sfc_pres_temp.nc!
PASS: sfc_pres_temp_rd
*** SUCCESS writing example file pres_temp_4D.nc!
PASS: pres_temp_4D_wr
*** SUCCESS reading example file pres_temp_4D.nc!
PASS: pres_temp_4D_rd
=================
All 6 tests passed
=================
Making check in CDL
make  check-TESTS

*** Creating example data files from CDL scripts.
*** creating simple_xy.nc...
*** checking sfc_pres_temp.nc...
*** checking pres_temp_4D.nc...
*** All example creations worked!
PASS: create_sample_files.sh

*** Testing that the CDL examples produced same files as C examples.
*** checking simple_xy.nc...
*** checking sfc_pres_temp.nc...
*** checking pres_temp_4D.nc...
*** All CDL example comparisons worked!
PASS: do_comps.sh
=================
All 2 tests passed
=================
Making check in F77
make  simple_xy_wr simple_xy_rd sfc_pres_temp_wr sfc_pres_temp_rd
pres_temp_4D_wr pres_temp_4D_rd
gfortran -I../../fortran   -g -O2 -c -o simple_xy_wr.o simple_xy_wr.f
/bin/sh ../../libtool --tag=F77 --mode=link gfortran -I../../fortran   -g
-O2   -o simple_xy_wr  simple_xy_wr.o ../../fortran/libnetcdff.la
../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -g -O2 -o simple_xy_wr
simple_xy_wr.o  ../../fortran/.libs/libnetcdff.a
../../libsrc/.libs/libnetcdf.a
gfortran -I../../fortran   -g -O2 -c -o simple_xy_rd.o simple_xy_rd.f
/bin/sh ../../libtool --tag=F77 --mode=link gfortran -I../../fortran   -g
-O2   -o simple_xy_rd  simple_xy_rd.o ../../fortran/libnetcdff.la
../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -g -O2 -o simple_xy_rd
simple_xy_rd.o  ../../fortran/.libs/libnetcdff.a
../../libsrc/.libs/libnetcdf.a
gfortran -I../../fortran   -g -O2 -c -o sfc_pres_temp_wr.o
sfc_pres_temp_wr.f
/bin/sh ../../libtool --tag=F77 --mode=link gfortran -I../../fortran   -g
-O2   -o sfc_pres_temp_wr  sfc_pres_temp_wr.o ../../fortran/libnetcdff.la
../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -g -O2 -o sfc_pres_temp_wr
sfc_pres_temp_wr.o  ../../fortran/.libs/libnetcdff.a
../../libsrc/.libs/libnetcdf.a
gfortran -I../../fortran   -g -O2 -c -o sfc_pres_temp_rd.o
sfc_pres_temp_rd.f
/bin/sh ../../libtool --tag=F77 --mode=link gfortran -I../../fortran   -g
-O2   -o sfc_pres_temp_rd  sfc_pres_temp_rd.o ../../fortran/libnetcdff.la
../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -g -O2 -o sfc_pres_temp_rd
sfc_pres_temp_rd.o  ../../fortran/.libs/libnetcdff.a
../../libsrc/.libs/libnetcdf.a
gfortran -I../../fortran   -g -O2 -c -o pres_temp_4D_wr.o pres_temp_4D_wr.f
/bin/sh ../../libtool --tag=F77 --mode=link gfortran -I../../fortran   -g
-O2   -o pres_temp_4D_wr  pres_temp_4D_wr.o ../../fortran/libnetcdff.la
../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -g -O2 -o pres_temp_4D_wr
pres_temp_4D_wr.o  ../../fortran/.libs/libnetcdff.a
../../libsrc/.libs/libnetcdf.a
gfortran -I../../fortran   -g -O2 -c -o pres_temp_4D_rd.o pres_temp_4D_rd.f
/bin/sh ../../libtool --tag=F77 --mode=link gfortran -I../../fortran   -g
-O2   -o pres_temp_4D_rd  pres_temp_4D_rd.o ../../fortran/libnetcdff.la
../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -g -O2 -o pres_temp_4D_rd
pres_temp_4D_rd.o  ../../fortran/.libs/libnetcdff.a
../../libsrc/.libs/libnetcdf.a
make  check-TESTS
*** SUCCESS writing example file simple_xy.nc!
PASS: simple_xy_wr
*** SUCCESS reading example file simple_xy.nc!
PASS: simple_xy_rd
*** SUCCESS writing example file sfc_pres_temp.nc!
PASS: sfc_pres_temp_wr
*** SUCCESS reading example file sfc_pres_temp.nc!
PASS: sfc_pres_temp_rd
*** SUCCESS writing example filepres_temp_4D.nc!
PASS: pres_temp_4D_wr
*** SUCCESS reading example file pres_temp_4D.nc!
PASS: pres_temp_4D_rd

*** Testing that F77 examples produced same files as C examples.
*** checking simple_xy.nc...
*** checking sfc_pres_temp.nc...
*** checking pres_temp_4D.nc...
*** All F77 example comparisons worked!
PASS: do_comps.sh
=================
All 7 tests passed
=================
Making check in F90
make  check-am
make  simple_xy_wr simple_xy_rd sfc_pres_temp_wr sfc_pres_temp_rd
pres_temp_4D_wr pres_temp_4D_rd
gfortran -I../../fortran -I../../f90 -I../../f90    -I../../libsrc -g -O2 -c
-o simple_xy_wr.o simple_xy_wr.f90
/bin/sh ../../libtool --mode=link gfortran -I../../fortran -I../../f90
-I../../f90    -I../../libsrc -g -O2   -o simple_xy_wr  simple_xy_wr.o
../../fortran/libnetcdff.la  ../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -I../../f90 -I../../f90
-I../../libsrc -g -O2 -o simple_xy_wr simple_xy_wr.o
../../fortran/.libs/libnetcdff.a ../../libsrc/.libs/libnetcdf.a
gfortran -I../../fortran -I../../f90 -I../../f90    -I../../libsrc -g -O2 -c
-o simple_xy_rd.o simple_xy_rd.f90
/bin/sh ../../libtool --mode=link gfortran -I../../fortran -I../../f90
-I../../f90    -I../../libsrc -g -O2   -o simple_xy_rd  simple_xy_rd.o
../../fortran/libnetcdff.la  ../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -I../../f90 -I../../f90
-I../../libsrc -g -O2 -o simple_xy_rd simple_xy_rd.o
../../fortran/.libs/libnetcdff.a ../../libsrc/.libs/libnetcdf.a
gfortran -I../../fortran -I../../f90 -I../../f90    -I../../libsrc -g -O2 -c
-o sfc_pres_temp_wr.o sfc_pres_temp_wr.f90
/bin/sh ../../libtool --mode=link gfortran -I../../fortran -I../../f90
-I../../f90    -I../../libsrc -g -O2   -o sfc_pres_temp_wr
sfc_pres_temp_wr.o ../../fortran/libnetcdff.la  ../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -I../../f90 -I../../f90
-I../../libsrc -g -O2 -o sfc_pres_temp_wr sfc_pres_temp_wr.o
../../fortran/.libs/libnetcdff.a ../../libsrc/.libs/libnetcdf.a
gfortran -I../../fortran -I../../f90 -I../../f90    -I../../libsrc -g -O2 -c
-o sfc_pres_temp_rd.o sfc_pres_temp_rd.f90
/bin/sh ../../libtool --mode=link gfortran -I../../fortran -I../../f90
-I../../f90    -I../../libsrc -g -O2   -o sfc_pres_temp_rd
sfc_pres_temp_rd.o ../../fortran/libnetcdff.la  ../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -I../../f90 -I../../f90
-I../../libsrc -g -O2 -o sfc_pres_temp_rd sfc_pres_temp_rd.o
../../fortran/.libs/libnetcdff.a ../../libsrc/.libs/libnetcdf.a
gfortran -I../../fortran -I../../f90 -I../../f90    -I../../libsrc -g -O2 -c
-o pres_temp_4D_wr.o pres_temp_4D_wr.f90
/bin/sh ../../libtool --mode=link gfortran -I../../fortran -I../../f90
-I../../f90    -I../../libsrc -g -O2   -o pres_temp_4D_wr  pres_temp_4D_wr.o
../../fortran/libnetcdff.la  ../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -I../../f90 -I../../f90
-I../../libsrc -g -O2 -o pres_temp_4D_wr pres_temp_4D_wr.o
../../fortran/.libs/libnetcdff.a ../../libsrc/.libs/libnetcdf.a
gfortran -I../../fortran -I../../f90 -I../../f90    -I../../libsrc -g -O2 -c
-o pres_temp_4D_rd.o pres_temp_4D_rd.f90
/bin/sh ../../libtool --mode=link gfortran -I../../fortran -I../../f90
-I../../f90    -I../../libsrc -g -O2   -o pres_temp_4D_rd  pres_temp_4D_rd.o
../../fortran/libnetcdff.la  ../../libsrc/libnetcdf.la
libtool: link: gfortran -I../../fortran -I../../f90 -I../../f90
-I../../libsrc -g -O2 -o pres_temp_4D_rd pres_temp_4D_rd.o
../../fortran/.libs/libnetcdff.a ../../libsrc/.libs/libnetcdf.a
make  check-TESTS
*** SUCCESS writing example file simple_xy.nc!
PASS: simple_xy_wr
*** SUCCESS reading example file simple_xy.nc!
PASS: simple_xy_rd
*** SUCCESS writing example file sfc_pres_temp.nc!
PASS: sfc_pres_temp_wr
*** SUCCESS reading example file sfc_pres_temp.nc!
PASS: sfc_pres_temp_rd
*** SUCCESS writing example file pres_temp_4D.nc!
PASS: pres_temp_4D_wr
*** SUCCESS reading example file pres_temp_4D.nc!
PASS: pres_temp_4D_rd

*** Testing that F90 examples produced same files as C examples.
*** checking simple_xy.nc...
*** checking sfc_pres_temp.nc...
*** checking pres_temp_4D.nc...
*** All F90 example comparisons worked!
PASS: do_comps.sh
=================
All 7 tests passed
=================
Making check in CXX
make  simple_xy_wr simple_xy_rd sfc_pres_temp_wr sfc_pres_temp_rd
pres_temp_4D_wr pres_temp_4D_rd
depbase=`echo simple_xy_wr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran    -I../../cxx
-I../../libsrc -g -O2 -MT simple_xy_wr.o -MD -MP -MF "$depbase.Tpo" -c -o
simple_xy_wr.o simple_xy_wr.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I../../cxx   -I../../libsrc
-g -O2   -o simple_xy_wr  simple_xy_wr.o ../../cxx/libnetcdf_c++.la
../../libsrc/libnetcdf.la
libtool: link: g++ -I../../cxx -I../../libsrc -g -O2 -o simple_xy_wr
simple_xy_wr.o -Wl,-bind_at_load  ../../cxx/.libs/libnetcdf_c++.a
-L/Users/walter/netcdf-3.6.2/cxx -L/Users/walter/netcdf-3.6.2/libsrc
../../libsrc/.libs/libnetcdf.a
depbase=`echo simple_xy_rd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran    -I../../cxx
-I../../libsrc -g -O2 -MT simple_xy_rd.o -MD -MP -MF "$depbase.Tpo" -c -o
simple_xy_rd.o simple_xy_rd.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I../../cxx   -I../../libsrc
-g -O2   -o simple_xy_rd  simple_xy_rd.o ../../cxx/libnetcdf_c++.la
../../libsrc/libnetcdf.la
libtool: link: g++ -I../../cxx -I../../libsrc -g -O2 -o simple_xy_rd
simple_xy_rd.o -Wl,-bind_at_load  ../../cxx/.libs/libnetcdf_c++.a
-L/Users/walter/netcdf-3.6.2/cxx -L/Users/walter/netcdf-3.6.2/libsrc
../../libsrc/.libs/libnetcdf.a
depbase=`echo sfc_pres_temp_wr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran    -I../../cxx
-I../../libsrc -g -O2 -MT sfc_pres_temp_wr.o -MD -MP -MF "$depbase.Tpo" -c
-o sfc_pres_temp_wr.o sfc_pres_temp_wr.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I../../cxx   -I../../libsrc
-g -O2   -o sfc_pres_temp_wr  sfc_pres_temp_wr.o ../../cxx/libnetcdf_c++.la
../../libsrc/libnetcdf.la
libtool: link: g++ -I../../cxx -I../../libsrc -g -O2 -o sfc_pres_temp_wr
sfc_pres_temp_wr.o -Wl,-bind_at_load  ../../cxx/.libs/libnetcdf_c++.a
-L/Users/walter/netcdf-3.6.2/cxx -L/Users/walter/netcdf-3.6.2/libsrc
../../libsrc/.libs/libnetcdf.a
depbase=`echo sfc_pres_temp_rd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran    -I../../cxx
-I../../libsrc -g -O2 -MT sfc_pres_temp_rd.o -MD -MP -MF "$depbase.Tpo" -c
-o sfc_pres_temp_rd.o sfc_pres_temp_rd.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I../../cxx   -I../../libsrc
-g -O2   -o sfc_pres_temp_rd  sfc_pres_temp_rd.o ../../cxx/libnetcdf_c++.la
../../libsrc/libnetcdf.la
libtool: link: g++ -I../../cxx -I../../libsrc -g -O2 -o sfc_pres_temp_rd
sfc_pres_temp_rd.o -Wl,-bind_at_load  ../../cxx/.libs/libnetcdf_c++.a
-L/Users/walter/netcdf-3.6.2/cxx -L/Users/walter/netcdf-3.6.2/libsrc
../../libsrc/.libs/libnetcdf.a
depbase=`echo pres_temp_4D_wr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran    -I../../cxx
-I../../libsrc -g -O2 -MT pres_temp_4D_wr.o -MD -MP -MF "$depbase.Tpo" -c -o
pres_temp_4D_wr.o pres_temp_4D_wr.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I../../cxx   -I../../libsrc
-g -O2   -o pres_temp_4D_wr  pres_temp_4D_wr.o ../../cxx/libnetcdf_c++.la
../../libsrc/libnetcdf.la
libtool: link: g++ -I../../cxx -I../../libsrc -g -O2 -o pres_temp_4D_wr
pres_temp_4D_wr.o -Wl,-bind_at_load  ../../cxx/.libs/libnetcdf_c++.a
-L/Users/walter/netcdf-3.6.2/cxx -L/Users/walter/netcdf-3.6.2/libsrc
../../libsrc/.libs/libnetcdf.a
depbase=`echo pres_temp_4D_rd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../fortran    -I../../cxx
-I../../libsrc -g -O2 -MT pres_temp_4D_rd.o -MD -MP -MF "$depbase.Tpo" -c -o
pres_temp_4D_rd.o pres_temp_4D_rd.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I../../cxx   -I../../libsrc
-g -O2   -o pres_temp_4D_rd  pres_temp_4D_rd.o ../../cxx/libnetcdf_c++.la
../../libsrc/libnetcdf.la
libtool: link: g++ -I../../cxx -I../../libsrc -g -O2 -o pres_temp_4D_rd
pres_temp_4D_rd.o -Wl,-bind_at_load  ../../cxx/.libs/libnetcdf_c++.a
-L/Users/walter/netcdf-3.6.2/cxx -L/Users/walter/netcdf-3.6.2/libsrc
../../libsrc/.libs/libnetcdf.a
make  check-TESTS
*** SUCCESS writing example file simple_xy.nc!
PASS: simple_xy_wr
*** SUCCESS reading example file simple_xy.nc!
PASS: simple_xy_rd
*** SUCCESS writing example file sfc_pres_temp.nc!
PASS: sfc_pres_temp_wr
*** SUCCESS reading example file sfc_pres_temp.nc!
PASS: sfc_pres_temp_rd
*** SUCCESS writing example file pres_temp_4D.nc!
PASS: pres_temp_4D_wr
*** SUCCESS reading example file pres_temp_4D.nc!
PASS: pres_temp_4D_rd

*** Testing that CXX examples produced same files as C examples.
*** checking simple_xy.nc...
*** checking sfc_pres_temp.nc...
*** checking pres_temp_4D.nc...
*** All CXX example comparisons worked!
PASS: do_comps.sh
=================
All 7 tests passed
=================
make[2]: Nothing to be done for `check-am'.
make[1]: Nothing to be done for `check-am'.
walter-scotts-computer:~/netcdf- 3.6.2 walter$ sudo make install
Password:
Making install in f90
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man3" || mkdir -p --
"/usr/local/share/man/man3"
/sw/bin/install -c -m 644 './netcdf_f90.3'
'/usr/local/share/man/man3/netcdf_f90.3'
test -z "/usr/local/include" || mkdir -p -- "/usr/local/include"
/sw/bin/install -c -m 644 ' typesizes.mod'
'/usr/local/include/typesizes.mod'
/sw/bin/install -c -m 644 'netcdf.mod' '/usr/local/include/netcdf.mod'
Making install in fortran
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
test -z "/usr/local/include" || mkdir -p -- "/usr/local/include"
/sw/bin/install -c -m 644 'netcdf.inc' '/usr/local/include/netcdf.inc'
test -z "/usr/local/share/man/man3" || mkdir -p --
"/usr/local/share/man/man3"
/sw/bin/install -c -m 644 './netcdf_f77.3'
'/usr/local/share/man/man3/netcdf_f77.3'
Making install in libsrc
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
/bin/sh ../libtool --mode=install /sw/bin/install -c  ' libnetcdf.la'
'/usr/local/lib/libnetcdf.la'
libtool: install: /sw/bin/install -c .libs/libnetcdf.lai
/usr/local/lib/libnetcdf.la
libtool: install: /sw/bin/install -c .libs/libnetcdf.a
/usr/local/lib/libnetcdf.a
libtool: install: chmod 644 /usr/local/lib/libnetcdf.a
libtool: install: ranlib /usr/local/lib/libnetcdf.a
----------------------------------------------------------------------
Libraries have been installed in:
  /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
  - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
    during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include" || mkdir -p -- "/usr/local/include"
/sw/bin/install -c -m 644 'netcdf.h' '/usr/local/include/netcdf.h'
test -z "/usr/local/share/man/man3" || mkdir -p --
"/usr/local/share/man/man3"
/sw/bin/install -c -m 644 './netcdf.3' '/usr/local/share/man/man3/netcdf.3'

Making install in nctest
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in ncgen
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
 /bin/sh ../libtool --mode=install /sw/bin/install -c 'ncgen'
'/usr/local/bin/ncgen'
libtool: install: /sw/bin/install -c ncgen /usr/local/bin/ncgen
test -z "/usr/local/share/man/man1" || mkdir -p --
"/usr/local/share/man/man1"
/sw/bin/install -c -m 644 './ncgen.1' '/usr/local/share/man/man1/ncgen.1'
Making install in ncdump
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
 /bin/sh ../libtool --mode=install /sw/bin/install -c 'ncdump'
'/usr/local/bin/ncdump'
libtool: install: /sw/bin/install -c ncdump /usr/local/bin/ncdump
test -z "/usr/local/share/man/man1" || mkdir -p --
"/usr/local/share/man/man1"
/sw/bin/install -c -m 644 './ncdump.1' '/usr/local/share/man/man1/ncdump.1'

Making install in nf_test
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in cxx
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
/bin/sh ../libtool --mode=install /sw/bin/install -c  'libnetcdf_c++.la'
'/usr/local/lib/libnetcdf_c++.la'
libtool: install: /sw/bin/install -c .libs/libnetcdf_c++.lai
/usr/local/lib/libnetcdf_c++.la
libtool: install: /sw/bin/install -c .libs/libnetcdf_c++.a
/usr/local/lib/libnetcdf_c++.a
libtool: install: chmod 644 /usr/local/lib/libnetcdf_c++.a
libtool: install: ranlib /usr/local/lib/libnetcdf_c++.a
----------------------------------------------------------------------
Libraries have been installed in:
  /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
  - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
    during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include" || mkdir -p -- "/usr/local/include"
/sw/bin/install -c -m 644 'netcdfcpp.h' '/usr/local/include/netcdfcpp.h'
/sw/bin/install -c -m 644 'ncvalues.h' '/usr/local/include/ncvalues.h'
/sw/bin/install -c -m 644 'netcdf.hh ' '/usr/local/include/netcdf.hh'
Making install in nc_test
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in examples
Making install in C
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in CDL
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in F77
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in F90
make  install-am
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in CXX
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
make  install-data-hook

+-------------------------------------------------------------+
| CAUTION:                                                    |
|                                                             |
| If you have not already run "make check", then we strongly  |
| recommend you do so. It does not take very long.            |
|                                                             |
| Before using netCDF to store important data, test your      |
| build with "make check".                                    |
|                                                             |
| NetCDF is tested nightly on many platforms at Unidata       |
| but your platform is probably different in some ways.       |
|                                                             |
| If any tests fail, please see the netCDF web site:          |
| http://www.unidata.ucar.edu/software/netcdf/                |
|                                                             |
| NetCDF is developed and maintained at the Unidata Program   |
| Center. Unidata provides a broad array of data and software |
| tools for use in geoscience education and research.         |
| http://www.unidata.ucar.edu                                 |
+-------------------------------------------------------------+

walter-scotts-computer:~/netcdf-3.6.2 walter$ echo $DYLD_LIBRARY_PATH
.:/Applications/cdf31-dist/cdfjava/lib:/Applications/cdf31-dist/lib
walter-scotts-computer:~/netcdf- 3.6.2 walter$ export johnny=333
walter-scotts-computer:~/netcdf-3.6.2 walter$ echo $johnny
333
walter-scotts-computer:~/netcdf-3.6.2 walter$ export
DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH$:/usr/local/lib
walter-scotts-computer:~/netcdf- 3.6.2 walter$ echo $DYLD_LIBRARY_PATH
.:/Applications/cdf31-dist/cdfjava/lib:/Applications/cdf31-dist/lib$:/usr/local/lib
walter-scotts-computer:~/netcdf-3.6.2 walter$ export
DYLD_LIBRARY_PATH=.:/Applications/cdf31-dist/cdfjava/lib:/Applications/cdf31-dist/lib:/usr/local/lib

walter-scotts-computer:~/netcdf-3.6.2 walter$ cd ../netcdfsample
walter-scotts-computer:~/netcdfsample walter$ ls
installs  simple_xy_wr.c  simple_xy_wr.f90
walter-scotts-computer:~/netcdfsample walter$ gcc -I/usr/local/include
-L/usr/local/lib simple_xy_wr.c -v
Using built-in specs.
Target: i686-apple-darwin8
Configured with:
/private/var/tmp/gcc/gcc-5367.obj~1/src/configure--disable-checking
-enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/- 4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic
--program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/cc1 -quiet -v
-I/usr/local/include -D__DYNAMIC__ simple_xy_wr.c -fPIC -quiet -dumpbase
simple_xy_wr.c -march=nocona -auxbase simple_xy_wr -version -o
/var/tmp//cc4lzz7H.s
ignoring nonexistent directory
"/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../../i686-apple-darwin8/include"
ignoring duplicate directory "/usr/local/include"
 as it is a non-system directory that duplicates a system directory
#include "..." search starts here:
#include <...> search starts here:
/usr/local/include
/usr/lib/gcc/i686-apple-darwin8/4.0.1/include
/usr/include
/System/Library/Frameworks
/Library/Frameworks
End of search list.
GNU C version 4.0.1 (Apple Computer, Inc. build 5367) (i686-apple-darwin8)
       compiled by GNU C version 4.0.1 (Apple Computer, Inc. build 5367).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 6194c5c0186b5ef61debe245948e5508
as -arch i386 -force_cpusubtype_ALL -o /var/tmp//ccAaRzsr.o
/var/tmp//cc4lzz7H.s
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/collect2 -dynamic -arch i386
-weak_reference_mismatches non-weak -o a.out -lcrt1.o -L/usr/local/lib
-L/usr/lib/gcc/i686-apple-darwin8/4.0.1
-L/usr/lib/gcc/i686-apple-darwin8/4.0.1
-L/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../.. /var/tmp//ccAaRzsr.o -lgcc
-lSystem
/usr/bin/ld: Undefined symbols:
_nc_close
_nc_create
_nc_def_dim
_nc_def_var
_nc_enddef
_nc_put_var_int
_nc_strerror
collect2: ld returned 1 exit status
walter-scotts-computer:~/netcdfsample walter$


==============================================================================
To unsubscribe netcdfgroup, visit:
http://www.unidata.ucar.edu/mailing-list-delete-form.html
==============================================================================


  • 2007 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: