NETCDF 4.2 on MAC OSX Mavericks

Dear,

I got Free PGI for osx and I need to install netcdf 4.2.

I’m using:
pgcc
pgf90
pgfortran
g++ (because pgcpp isn’t available)

I read all the recomendations in this forum and unidata site.

I installed, but when I compile my code I got:
ld: symbol(s) not found for inferred architecture x86_64

I give up to try solving by my self. Please, could somebody help me?

Follow my configure.log and make.log:

configure: netCDF 4.2
checking build system type... x86_64-apple-darwin13
checking host system type... x86_64-apple-darwin13
checking target system type... x86_64-apple-darwin13
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
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 a NCIO_MINBLOCKSIZE was specified... 256
checking if fsync support is enabled... yes
checking whether extra valgrind tests should be run... no
checking whether we should try to build netCDF-4... no
checking whether reading of HDF4 SD files is to be enabled... no
checking whether to fetch some sample HDF4 files from Unidata ftp site to test HDF4 reading (requires wget)... no
checking whether parallel I/O for classic and 64-bit offset files using parallel-netcdf is to be enabled... no
checking whether extra example tests should be run... no
checking whether parallel IO tests should be run... no
checking whether a default chunk size in bytes was specified... 4194304
checking whether a maximum per-variable cache size for HDF5 was specified... 67108864
checking whether a number of chunks for the default per-variable cache was specified... 10
checking whether a default file cache size for HDF5 was specified... 4194304
checking whether a default file cache maximum number of elements for HDF5 was specified... 1009
checking whether a default cache preemption for HDF5 was specified... 0.75
checking whether netCDF-4 logging is enabled... no
checking whether cdmremote client is to be built... no
checking whether DAP client is to be built... no
checking for style of include used by make... GNU
checking for gcc... pgcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ISO C89... none needed
checking dependency style of pgcc... none
checking for curl_easy_setopt in -lcurl... yes
checking whether dap remote testing should be enabled (default on)... no
checking whether netcdf4 group names should be enabled (default on)... configure: dap groups disabled because dap disabled or netcdf-4 disabled
no
checking whether the time-consuming dap tests should be enabled (default off)... no
checking whether netCDF extra tests should be run (developers only)... no
checking whether FFIO will be used... no
checking whether examples should be built... yes
checking whether v2 netCDF API should be built... yes
checking whether the ncgen/ncdump/nccopy should be built... yes
checking whether large file (> 2GB) tests should be run... no
checking whether benchmaks should be run (experimental)... 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
configure: finding C compiler
checking for gcc... (cached) pgcc
checking whether we are using the GNU C compiler... (cached) no
checking whether pgcc accepts -g... (cached) yes
checking for pgcc option to accept ISO C89... (cached) none needed
checking dependency style of pgcc... (cached) none
checking whether pgcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking whether a CURLOPT_KEYPASSWD is defined... yes
configure: setting up libtool
checking how to print strings... printf
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 non-GNU ld... ld
checking if the linker (ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) 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 "+="... yes
checking how to convert x86_64-apple-darwin13 file names to x86_64-apple-darwin13 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13 file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from pgcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... no
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... cpp
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 for objdir... .libs
checking for pgcc option to produce PIC...  -DPIC
checking if pgcc PIC flag  -DPIC works... yes
checking if pgcc static flag  works... yes
checking if pgcc supports -c -o file.o... yes
checking if pgcc supports -c -o file.o... (cached) yes
checking whether the pgcc linker (ld) supports shared libraries... no
checking dynamic linker characteristics... darwin13 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: finding other utilities
checking for doxygen... no
configure: WARNING: Doxygen not found - documentation will not be built
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... -DpgiFortran -I/Users/julius/apps/netcdf4.2/include
checking CC CFLAGS... pgcc -fast
checking type pgcc... pgcc is hashed (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/bin/pgcc)
checking CXX... g++
checking CXXFLAGS... 
checking type g++... g++ is /usr/bin/g++
checking FC... pgf90
checking FFLAGS... -fast
checking type pgf90... pgf90 is /Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/bin/pgf90
checking F90... pgf90
checking FCFLAGS... -fast
checking type pgf90... pgf90 is /Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/bin/pgf90
checking AR... ar
checking AR_FLAGS... cru
checking type ar... ar is hashed (/usr/bin/ar)
checking NM... /usr/bin/nm
checking NMFLAGS... 
configure: checking types, headers, and functions
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking stdio.h usability... yes
checking stdio.h presence... no
configure: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: stdio.h: proceeding with the compiler's result
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... no
configure: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: fcntl.h: proceeding with the compiler's result
checking for fcntl.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... no
configure: WARNING: getopt.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: getopt.h: proceeding with the compiler's result
checking for getopt.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... no
configure: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/time.h: proceeding with the compiler's result
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... no
configure: WARNING: sys/resource.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/resource.h: proceeding with the compiler's result
checking for sys/resource.h... yes
checking for vprintf... yes
checking for _doprnt... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for strlcat... yes
checking for strerror... yes
checking for snprintf... yes
checking for strchr... yes
checking for strrchr... yes
checking for strcat... yes
checking for strcpy... yes
checking for strdup... yes
checking for strcasecmp... yes
checking for strtod... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strstr... yes
checking for mkstemp... yes
checking for getpid... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for fsync... yes
checking for MPI_Comm_f2c... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether isnan is declared... yes
checking whether isinf is declared... yes
checking whether isfinite is declared... yes
checking whether signbit is declared... yes
checking for struct stat.st_blksize... yes
checking for IEEE floating point format... yes
checking for size_t... (cached) yes
checking for off_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking for uchar... no
checking for longlong... no
checking whether char is unsigned... no
checking whether byte ordering is bigendian... no
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of float... 4
checking size of double... 8
checking size of off_t... 8
checking size of size_t... 8
checking for floor in -lm... yes
checking what to call the output of the ftpbin target... binary-netcdf-4.2_nc3.tar pgf90 g++
checking binary distribution directory... /home/ftp/pub/binary/dummy_system
checking value of LIBS... -lm 
configure: generating header files and makefiles
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nc-config
config.status: creating netcdf.pc
config.status: creating include/Makefile
config.status: creating h5_test/Makefile
config.status: creating man4/Makefile
config.status: creating man4/images/Makefile
config.status: creating libsrc/Makefile
config.status: creating libsrc4/Makefile
config.status: creating nctest/Makefile
config.status: creating nc_test4/Makefile
config.status: creating nc_test/Makefile
config.status: creating ncdump/Makefile
config.status: creating ncgen3/Makefile
config.status: creating ncgen/Makefile
config.status: creating examples/Makefile
config.status: creating examples/C/Makefile
config.status: creating examples/CDL/Makefile
config.status: creating win32/Makefile
config.status: creating win32/NET/Makefile
config.status: creating win32/NET/libsrc/Makefile
config.status: creating win32/NET/ncdump/Makefile
config.status: creating win32/NET/ncgen/Makefile
config.status: creating win32/NET/examples/Makefile
config.status: creating win32/NET/nctest/Makefile
config.status: creating win32/NET/nc_test/Makefile
config.status: creating oc/Makefile
config.status: creating libdap2/Makefile
config.status: creating libcdmr/Makefile
config.status: creating librpc/Makefile
config.status: creating libdispatch/Makefile
config.status: creating liblib/Makefile
config.status: creating ncdump/cdl4/Makefile
config.status: creating ncdump/expected4/Makefile
config.status: creating ncdap_test/Makefile
config.status: creating ncdap_test/testdata3/Makefile
config.status: creating ncdap_test/expected3/Makefile
config.status: creating ncdap_test/expected4/Makefile
config.status: creating ncdap_test/expectremote3/Makefile
config.status: creating ncdap_test/expectremote4/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

NOW, Make LOG Part 1:

Making check in include
make[1]: Nothing to be done for `check'.
Making check in libdispatch
source='dparallel.c' object='libdispatch_la-dparallel.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dparallel.lo `test -f 'dparallel.c' || echo './'`dparallel.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dparallel.c -o libdispatch_la-dparallel.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dcopy.c' object='libdispatch_la-dcopy.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dcopy.lo `test -f 'dcopy.c' || echo './'`dcopy.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dcopy.c -o libdispatch_la-dcopy.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dfile.c' object='libdispatch_la-dfile.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dfile.lo `test -f 'dfile.c' || echo './'`dfile.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dfile.c -o libdispatch_la-dfile.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='ddim.c' object='libdispatch_la-ddim.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-ddim.lo `test -f 'ddim.c' || echo './'`ddim.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c ddim.c -o libdispatch_la-ddim.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='datt.c' object='libdispatch_la-datt.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-datt.lo `test -f 'datt.c' || echo './'`datt.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c datt.c -o libdispatch_la-datt.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dattinq.c' object='libdispatch_la-dattinq.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dattinq.lo `test -f 'dattinq.c' || echo './'`dattinq.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dattinq.c -o libdispatch_la-dattinq.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dattput.c' object='libdispatch_la-dattput.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dattput.lo `test -f 'dattput.c' || echo './'`dattput.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dattput.c -o libdispatch_la-dattput.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dattget.c' object='libdispatch_la-dattget.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dattget.lo `test -f 'dattget.c' || echo './'`dattget.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dattget.c -o libdispatch_la-dattget.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='derror.c' object='libdispatch_la-derror.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-derror.lo `test -f 'derror.c' || echo './'`derror.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c derror.c -o libdispatch_la-derror.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dvar.c' object='libdispatch_la-dvar.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dvar.lo `test -f 'dvar.c' || echo './'`dvar.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dvar.c -o libdispatch_la-dvar.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dvarget.c' object='libdispatch_la-dvarget.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dvarget.lo `test -f 'dvarget.c' || echo './'`dvarget.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dvarget.c -o libdispatch_la-dvarget.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dvarput.c' object='libdispatch_la-dvarput.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dvarput.lo `test -f 'dvarput.c' || echo './'`dvarput.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dvarput.c -o libdispatch_la-dvarput.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dvarinq.c' object='libdispatch_la-dvarinq.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dvarinq.lo `test -f 'dvarinq.c' || echo './'`dvarinq.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dvarinq.c -o libdispatch_la-dvarinq.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='ddispatch.c' object='libdispatch_la-ddispatch.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-ddispatch.lo `test -f 'ddispatch.c' || echo './'`ddispatch.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c ddispatch.c -o libdispatch_la-ddispatch.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC-W-0095-Type cast required for this conversion (ddispatch.c: 166)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dnclog.c' object='libdispatch_la-dnclog.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dnclog.lo `test -f 'dnclog.c' || echo './'`dnclog.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dnclog.c -o libdispatch_la-dnclog.o
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dstring.c' object='libdispatch_la-dstring.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dstring.lo `test -f 'dstring.c' || echo './'`dstring.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dstring.c -o libdispatch_la-dstring.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC-W-0095-Type cast required for this conversion (dstring.c: 176)
PGC-W-0095-Type cast required for this conversion (dstring.c: 246)
PGC-W-0095-Type cast required for this conversion (dstring.c: 270)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dutf8proc.c' object='libdispatch_la-dutf8proc.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dutf8proc.lo `test -f 'dutf8proc.c' || echo './'`dutf8proc.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dutf8proc.c -o libdispatch_la-dutf8proc.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='nc_uri.c' object='libdispatch_la-nc_uri.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-nc_uri.lo `test -f 'nc_uri.c' || echo './'`nc_uri.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c nc_uri.c -o libdispatch_la-nc_uri.o
source='nclist.c' object='libdispatch_la-nclist.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-nclist.lo `test -f 'nclist.c' || echo './'`nclist.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c nclist.c -o libdispatch_la-nclist.o
source='ncbytes.c' object='libdispatch_la-ncbytes.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-ncbytes.lo `test -f 'ncbytes.c' || echo './'`ncbytes.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c ncbytes.c -o libdispatch_la-ncbytes.o
source='nchashmap.c' object='libdispatch_la-nchashmap.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-nchashmap.lo `test -f 'nchashmap.c' || echo './'`nchashmap.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c nchashmap.c -o libdispatch_la-nchashmap.o
source='nctime.c' object='libdispatch_la-nctime.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-nctime.lo `test -f 'nctime.c' || echo './'`nctime.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c nctime.c -o libdispatch_la-nctime.o
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dsubstrate.c' object='libdispatch_la-dsubstrate.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libdispatch_la-dsubstrate.lo `test -f 'dsubstrate.c' || echo './'`dsubstrate.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dsubstrate.c -o libdispatch_la-dsubstrate.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o libdispatch.la  libdispatch_la-dparallel.lo libdispatch_la-dcopy.lo libdispatch_la-dfile.lo libdispatch_la-ddim.lo libdispatch_la-datt.lo libdispatch_la-dattinq.lo libdispatch_la-dattput.lo libdispatch_la-dattget.lo libdispatch_la-derror.lo libdispatch_la-dvar.lo libdispatch_la-dvarget.lo libdispatch_la-dvarput.lo libdispatch_la-dvarinq.lo libdispatch_la-ddispatch.lo libdispatch_la-dnclog.lo libdispatch_la-dstring.lo libdispatch_la-dutf8proc.lo libdispatch_la-nc_uri.lo libdispatch_la-nclist.lo libdispatch_la-ncbytes.lo libdispatch_la-nchashmap.lo libdispatch_la-nctime.lo libdispatch_la-dsubstrate.lo   -lm 
libtool: link: ar cru .libs/libdispatch.a  libdispatch_la-dparallel.o libdispatch_la-dcopy.o libdispatch_la-dfile.o libdispatch_la-ddim.o libdispatch_la-datt.o libdispatch_la-dattinq.o libdispatch_la-dattput.o libdispatch_la-dattget.o libdispatch_la-derror.o libdispatch_la-dvar.o libdispatch_la-dvarget.o libdispatch_la-dvarput.o libdispatch_la-dvarinq.o libdispatch_la-ddispatch.o libdispatch_la-dnclog.o libdispatch_la-dstring.o libdispatch_la-dutf8proc.o libdispatch_la-nc_uri.o libdispatch_la-nclist.o libdispatch_la-ncbytes.o libdispatch_la-nchashmap.o libdispatch_la-nctime.o libdispatch_la-dsubstrate.o
libtool: link: ranlib .libs/libdispatch.a
libtool: link: ( cd ".libs" && rm -f "libdispatch.la" && ln -s "../libdispatch.la" "libdispatch.la" )
source='dv2i.c' object='libnetcdf2_la-dv2i.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DDLL_EXPORT -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf2_la-dv2i.lo `test -f 'dv2i.c' || echo './'`dv2i.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DDLL_EXPORT -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dv2i.c -o libnetcdf2_la-dv2i.o
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o libnetcdf2.la  libnetcdf2_la-dv2i.lo  -lm 
libtool: link: ar cru .libs/libnetcdf2.a  libnetcdf2_la-dv2i.o
libtool: link: ranlib .libs/libnetcdf2.a
libtool: link: ( cd ".libs" && rm -f "libnetcdf2.la" && ln -s "../libnetcdf2.la" "libnetcdf2.la" )
Making check in libsrc
source='v1hpg.c' object='libnetcdf3_la-v1hpg.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf3_la-v1hpg.lo `test -f 'v1hpg.c' || echo './'`v1hpg.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c v1hpg.c -o libnetcdf3_la-v1hpg.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 185)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 246)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 343)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 432)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 488)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 489)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 490)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 544)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 572)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 724)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 780)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 781)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 782)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 833)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 834)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 985)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1041)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1042)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1043)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1136)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1154)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1155)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1156)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1157)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1168)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1186)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1250)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1278)
PGC-W-0095-Type cast required for this conversion (v1hpg.c: 1378)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='nclistmgr.c' object='libnetcdf3_la-nclistmgr.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf3_la-nclistmgr.lo `test -f 'nclistmgr.c' || echo './'`nclistmgr.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c nclistmgr.c -o libnetcdf3_la-nclistmgr.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='putget.c' object='libnetcdf3_la-putget.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf3_la-putget.lo `test -f 'putget.c' || echo './'`putget.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c putget.c -o libnetcdf3_la-putget.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC-W-0095-Type cast required for this conversion (putget.c: 87)
PGC-W-0095-Type cast required for this conversion (putget.c: 107)
PGC-W-0095-Type cast required for this conversion (putget.c: 127)
PGC-W-0095-Type cast required for this conversion (putget.c: 149)
PGC-W-0095-Type cast required for this conversion (putget.c: 194)
PGC-W-0095-Type cast required for this conversion (putget.c: 214)
PGC-W-0095-Type cast required for this conversion (putget.c: 271)
PGC-W-0095-Type cast required for this conversion (putget.c: 283)
PGC-W-0095-Type cast required for this conversion (putget.c: 284)
PGC-W-0095-Type cast required for this conversion (putget.c: 308)
PGC-W-0095-Type cast required for this conversion (putget.c: 315)
PGC-W-0095-Type cast required for this conversion (putget.c: 334)
PGC-W-0095-Type cast required for this conversion (putget.c: 419)
PGC-W-0095-Type cast required for this conversion (putget.c: 757)
PGC-W-0095-Type cast required for this conversion (putget.c: 803)
PGC-W-0095-Type cast required for this conversion (putget.c: 848)
PGC-W-0095-Type cast required for this conversion (putget.c: 893)
PGC-W-0095-Type cast required for this conversion (putget.c: 938)
PGC-W-0095-Type cast required for this conversion (putget.c: 983)
PGC-W-0095-Type cast required for this conversion (putget.c: 1028)
PGC-W-0095-Type cast required for this conversion (putget.c: 1073)
PGC-W-0095-Type cast required for this conversion (putget.c: 1119)
PGC-W-0095-Type cast required for this conversion (putget.c: 1164)
PGC-W-0095-Type cast required for this conversion (putget.c: 1209)
PGC-W-0095-Type cast required for this conversion (putget.c: 1254)
PGC-W-0095-Type cast required for this conversion (putget.c: 1299)
PGC-W-0095-Type cast required for this conversion (putget.c: 1344)
PGC-W-0095-Type cast required for this conversion (putget.c: 1389)
PGC-W-0095-Type cast required for this conversion (putget.c: 1435)
PGC-W-0095-Type cast required for this conversion (putget.c: 1480)
PGC-W-0095-Type cast required for this conversion (putget.c: 1525)
PGC-W-0095-Type cast required for this conversion (putget.c: 1570)
PGC-W-0095-Type cast required for this conversion (putget.c: 1615)
PGC-W-0095-Type cast required for this conversion (putget.c: 1660)
PGC-W-0095-Type cast required for this conversion (putget.c: 1705)
PGC-W-0095-Type cast required for this conversion (putget.c: 1751)
PGC-W-0095-Type cast required for this conversion (putget.c: 1796)
PGC-W-0095-Type cast required for this conversion (putget.c: 1841)
PGC-W-0095-Type cast required for this conversion (putget.c: 1886)
PGC-W-0095-Type cast required for this conversion (putget.c: 1931)
PGC-W-0095-Type cast required for this conversion (putget.c: 1976)
PGC-W-0095-Type cast required for this conversion (putget.c: 2021)
PGC-W-0095-Type cast required for this conversion (putget.c: 2067)
PGC-W-0095-Type cast required for this conversion (putget.c: 2112)
PGC-W-0095-Type cast required for this conversion (putget.c: 2157)
PGC-W-0095-Type cast required for this conversion (putget.c: 2202)
PGC-W-0095-Type cast required for this conversion (putget.c: 2247)
PGC-W-0095-Type cast required for this conversion (putget.c: 2292)
PGC-W-0095-Type cast required for this conversion (putget.c: 2337)
PGC-W-0095-Type cast required for this conversion (putget.c: 2837)
PGC-W-0095-Type cast required for this conversion (putget.c: 2878)
PGC-W-0095-Type cast required for this conversion (putget.c: 2918)
PGC-W-0095-Type cast required for this conversion (putget.c: 2958)
PGC-W-0095-Type cast required for this conversion (putget.c: 2998)
PGC-W-0095-Type cast required for this conversion (putget.c: 3038)
PGC-W-0095-Type cast required for this conversion (putget.c: 3078)
PGC-W-0095-Type cast required for this conversion (putget.c: 3118)
PGC-W-0095-Type cast required for this conversion (putget.c: 3158)
PGC-W-0095-Type cast required for this conversion (putget.c: 3199)
PGC-W-0095-Type cast required for this conversion (putget.c: 3239)
PGC-W-0095-Type cast required for this conversion (putget.c: 3279)
PGC-W-0095-Type cast required for this conversion (putget.c: 3319)
PGC-W-0095-Type cast required for this conversion (putget.c: 3359)
PGC-W-0095-Type cast required for this conversion (putget.c: 3399)
PGC-W-0095-Type cast required for this conversion (putget.c: 3439)
PGC-W-0095-Type cast required for this conversion (putget.c: 3479)
PGC-W-0095-Type cast required for this conversion (putget.c: 3519)
PGC-W-0095-Type cast required for this conversion (putget.c: 3560)
PGC-W-0095-Type cast required for this conversion (putget.c: 3600)
PGC-W-0095-Type cast required for this conversion (putget.c: 3640)
PGC-W-0095-Type cast required for this conversion (putget.c: 3680)
PGC-W-0095-Type cast required for this conversion (putget.c: 3720)
PGC-W-0095-Type cast required for this conversion (putget.c: 3760)
PGC-W-0095-Type cast required for this conversion (putget.c: 3800)
PGC-W-0095-Type cast required for this conversion (putget.c: 3840)
PGC-W-0095-Type cast required for this conversion (putget.c: 3880)
PGC-W-0095-Type cast required for this conversion (putget.c: 3921)
PGC-W-0095-Type cast required for this conversion (putget.c: 3961)
PGC-W-0095-Type cast required for this conversion (putget.c: 4001)
PGC-W-0095-Type cast required for this conversion (putget.c: 4041)
PGC-W-0095-Type cast required for this conversion (putget.c: 4081)
PGC-W-0095-Type cast required for this conversion (putget.c: 4121)
PGC-W-0095-Type cast required for this conversion (putget.c: 4161)
PGC-W-0095-Type cast required for this conversion (putget.c: 4201)
PGC-W-0095-Type cast required for this conversion (putget.c: 4241)
PGC-W-0095-Type cast required for this conversion (putget.c: 4282)
PGC-W-0095-Type cast required for this conversion (putget.c: 4322)
PGC-W-0095-Type cast required for this conversion (putget.c: 4362)
PGC-W-0095-Type cast required for this conversion (putget.c: 4402)
PGC-W-0095-Type cast required for this conversion (putget.c: 4442)
PGC-W-0095-Type cast required for this conversion (putget.c: 4482)
PGC-W-0095-Type cast required for this conversion (putget.c: 4522)
PGC-W-0095-Type cast required for this conversion (putget.c: 4562)
PGC-W-0095-Type cast required for this conversion (putget.c: 4602)
PGC-W-0095-Type cast required for this conversion (putget.c: 4704)
PGC-W-0095-Type cast required for this conversion (putget.c: 4727)
PGC-W-0095-Type cast required for this conversion (putget.c: 4739)
PGC-W-0095-Type cast required for this conversion (putget.c: 4799)
PGC-W-0095-Type cast required for this conversion (putget.c: 4800)
PGC-W-0095-Type cast required for this conversion (putget.c: 4801)
PGC-W-0095-Type cast required for this conversion (putget.c: 4803)
PGC-W-0095-Type cast required for this conversion (putget.c: 5194)
PGC-W-0095-Type cast required for this conversion (putget.c: 5324)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='attr.c' object='libnetcdf3_la-attr.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf3_la-attr.lo `test -f 'attr.c' || echo './'`attr.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c attr.c -o libnetcdf3_la-attr.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC-W-0095-Type cast required for this conversion (attr.c: 56)
PGC-W-0095-Type cast required for this conversion (attr.c: 72)
PGC-W-0095-Type cast required for this conversion (attr.c: 110)
PGC-W-0095-Type cast required for this conversion (attr.c: 148)
PGC-W-0095-Type cast required for this conversion (attr.c: 153)
PGC-W-0095-Type cast required for this conversion (attr.c: 176)
PGC-W-0095-Type cast required for this conversion (attr.c: 181)
PGC-W-0095-Type cast required for this conversion (attr.c: 196)
PGC-W-0095-Type cast required for this conversion (attr.c: 197)
PGC-W-0095-Type cast required for this conversion (attr.c: 232)
PGC-W-0095-Type cast required for this conversion (attr.c: 248)
PGC-W-0095-Type cast required for this conversion (attr.c: 252)
PGC-W-0095-Type cast required for this conversion (attr.c: 283)
PGC-W-0095-Type cast required for this conversion (attr.c: 288)
PGC-W-0095-Type cast required for this conversion (attr.c: 333)
PGC-W-0095-Type cast required for this conversion (attr.c: 621)
PGC-W-0095-Type cast required for this conversion (attr.c: 643)
PGC-W-0095-Type cast required for this conversion (attr.c: 666)
PGC-W-0095-Type cast required for this conversion (attr.c: 688)
PGC-W-0095-Type cast required for this conversion (attr.c: 711)
PGC-W-0095-Type cast required for this conversion (attr.c: 733)
PGC-W-0095-Type cast required for this conversion (attr.c: 756)
PGC-W-0095-Type cast required for this conversion (attr.c: 778)
PGC-W-0095-Type cast required for this conversion (attr.c: 801)
PGC-W-0095-Type cast required for this conversion (attr.c: 823)
PGC-W-0095-Type cast required for this conversion (attr.c: 846)
PGC-W-0095-Type cast required for this conversion (attr.c: 868)
PGC-W-0095-Type cast required for this conversion (attr.c: 938)
PGC-W-0095-Type cast required for this conversion (attr.c: 960)
PGC-W-0095-Type cast required for this conversion (attr.c: 1097)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='nc3dispatch.c' object='libnetcdf3_la-nc3dispatch.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf3_la-nc3dispatch.lo `test -f 'nc3dispatch.c' || echo './'`nc3dispatch.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c nc3dispatch.c -o libnetcdf3_la-nc3dispatch.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='nc.c' object='libnetcdf3_la-nc.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf3_la-nc.lo `test -f 'nc.c' || echo './'`nc.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c nc.c -o libnetcdf3_la-nc.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC-W-0095-Type cast required for this conversion (nc.c: 66)
PGC-W-0095-Type cast required for this conversion (nc.c: 141)
PGC-W-0095-Type cast required for this conversion (nc.c: 282)
PGC-W-0095-Type cast required for this conversion (nc.c: 324)
PGC-W-0095-Type cast required for this conversion (nc.c: 325)
PGC-W-0095-Type cast required for this conversion (nc.c: 383)
PGC-W-0095-Type cast required for this conversion (nc.c: 400)
PGC-W-0095-Type cast required for this conversion (nc.c: 428)
PGC-W-0095-Type cast required for this conversion (nc.c: 429)
PGC-W-0095-Type cast required for this conversion (nc.c: 563)
PGC-W-0095-Type cast required for this conversion (nc.c: 613)
PGC-W-0095-Type cast required for this conversion (nc.c: 721)
PGC-W-0095-Type cast required for this conversion (nc.c: 722)
PGC-W-0095-Type cast required for this conversion (nc.c: 734)
PGC-W-0095-Type cast required for this conversion (nc.c: 735)
PGC-W-0095-Type cast required for this conversion (nc.c: 736)
PGC-W-0095-Type cast required for this conversion (nc.c: 737)
PGC-W-0095-Type cast required for this conversion (nc.c: 850)
PGC-W-0095-Type cast required for this conversion (nc.c: 884)
PGC-W-0095-Type cast required for this conversion (nc.c: 924)
PGC-W-0095-Type cast required for this conversion (nc.c: 937)
PGC-W-0095-Type cast required for this conversion (nc.c: 1065)
PGC-W-0095-Type cast required for this conversion (nc.c: 1223)
PGC-W-0095-Type cast required for this conversion (nc.c: 1224)
PGC-W-0095-Type cast required for this conversion (nc.c: 1586)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='var.c' object='libnetcdf3_la-var.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf3_la-var.lo `test -f 'var.c' || echo './'`var.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c var.c -o libnetcdf3_la-var.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC-W-0095-Type cast required for this conversion (var.c: 168)
PGC-W-0095-Type cast required for this conversion (var.c: 173)
PGC-W-0095-Type cast required for this conversion (var.c: 196)
PGC-W-0095-Type cast required for this conversion (var.c: 201)
PGC-W-0095-Type cast required for this conversion (var.c: 216)
PGC-W-0095-Type cast required for this conversion (var.c: 217)
PGC-W-0095-Type cast required for this conversion (var.c: 251)
PGC-W-0095-Type cast required for this conversion (var.c: 267)
PGC-W-0095-Type cast required for this conversion (var.c: 271)
PGC-W-0095-Type cast required for this conversion (var.c: 300)
PGC-W-0095-Type cast required for this conversion (var.c: 305)
PGC-W-0095-Type cast required for this conversion (var.c: 329)
PGC-W-0095-Type cast required for this conversion (var.c: 381)
PGC-W-0095-Type cast required for this conversion (var.c: 489)
PGC-W-0095-Type cast required for this conversion (var.c: 523)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dim.c' object='libnetcdf3_la-dim.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf3_la-dim.lo `test -f 'dim.c' || echo './'`dim.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c dim.c -o libnetcdf3_la-dim.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC-W-0095-Type cast required for this conversion (dim.c: 94)
PGC-W-0095-Type cast required for this conversion (dim.c: 134)
PGC-W-0095-Type cast required for this conversion (dim.c: 176)
PGC-W-0095-Type cast required for this conversion (dim.c: 181)
PGC-W-0095-Type cast required for this conversion (dim.c: 204)
PGC-W-0095-Type cast required for this conversion (dim.c: 209)
PGC-W-0095-Type cast required for this conversion (dim.c: 224)
PGC-W-0095-Type cast required for this conversion (dim.c: 225)
PGC-W-0095-Type cast required for this conversion (dim.c: 259)
PGC-W-0095-Type cast required for this conversion (dim.c: 275)
PGC-W-0095-Type cast required for this conversion (dim.c: 279)
PGC-W-0095-Type cast required for this conversion (dim.c: 308)
PGC-W-0095-Type cast required for this conversion (dim.c: 313)
PGC-W-0095-Type cast required for this conversion (dim.c: 355)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='ncx.c' object='libnetcdf3_la-ncx.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf3_la-ncx.lo `test -f 'ncx.c' || echo './'`ncx.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c ncx.c -o libnetcdf3_la-ncx.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC-W-0095-Type cast required for this conversion (ncx.c: 2059)
PGC-W-0095-Type cast required for this conversion (ncx.c: 2098)
PGC-W-0095-Type cast required for this conversion (ncx.c: 2137)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='lookup3.c' object='libnetcdf3_la-lookup3.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf3_la-lookup3.lo `test -f 'lookup3.c' || echo './'`lookup3.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c lookup3.c -o libnetcdf3_la-lookup3.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='posixio.c' object='libnetcdf3_la-posixio.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include    -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf3_la-posixio.lo `test -f 'posixio.c' || echo './'`posixio.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c posixio.c -o libnetcdf3_la-posixio.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC-W-0095-Type cast required for this conversion (posixio.c: 213)
PGC-W-0095-Type cast required for this conversion (posixio.c: 265)
PGC-W-0095-Type cast required for this conversion (posixio.c: 341)
PGC-W-0095-Type cast required for this conversion (posixio.c: 343)
PGC-W-0095-Type cast required for this conversion (posixio.c: 429)
PGC-W-0095-Type cast required for this conversion (posixio.c: 430)
PGC-W-0095-Type cast required for this conversion (posixio.c: 431)
PGC-W-0095-Type cast required for this conversion (posixio.c: 440)
PGC-W-0095-Type cast required for this conversion (posixio.c: 441)
PGC-W-0095-Type cast required for this conversion (posixio.c: 449)
PGC-W-0095-Type cast required for this conversion (posixio.c: 459)
PGC-W-0095-Type cast required for this conversion (posixio.c: 491)
PGC-W-0095-Type cast required for this conversion (posixio.c: 495)
PGC-W-0095-Type cast required for this conversion (posixio.c: 510)
PGC-W-0095-Type cast required for this conversion (posixio.c: 514)
PGC-W-0095-Type cast required for this conversion (posixio.c: 527)
PGC-W-0095-Type cast required for this conversion (posixio.c: 556)
PGC-W-0095-Type cast required for this conversion (posixio.c: 560)
PGC-W-0095-Type cast required for this conversion (posixio.c: 604)
PGC-W-0095-Type cast required for this conversion (posixio.c: 631)
PGC-W-0095-Type cast required for this conversion (posixio.c: 875)
PGC-W-0095-Type cast required for this conversion (posixio.c: 953)
PGC-W-0095-Type cast required for this conversion (posixio.c: 957)
PGC-W-0095-Type cast required for this conversion (posixio.c: 1043)
PGC-W-0095-Type cast required for this conversion (posixio.c: 1044)
PGC-W-0095-Type cast required for this conversion (posixio.c: 1045)
PGC-W-0095-Type cast required for this conversion (posixio.c: 1098)
PGC-W-0095-Type cast required for this conversion (posixio.c: 1099)
PGC-W-0095-Type cast required for this conversion (posixio.c: 1101)
PGC-W-0095-Type cast required for this conversion (posixio.c: 1129)
PGC-W-0095-Type cast required for this conversion (posixio.c: 1333)
PGC-W-0095-Type cast required for this conversion (posixio.c: 1337)
PGC-W-0095-Type cast required for this conversion (posixio.c: 1696)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o libnetcdf3.la  libnetcdf3_la-v1hpg.lo libnetcdf3_la-nclistmgr.lo libnetcdf3_la-putget.lo libnetcdf3_la-attr.lo libnetcdf3_la-nc3dispatch.lo libnetcdf3_la-nc.lo libnetcdf3_la-var.lo libnetcdf3_la-dim.lo libnetcdf3_la-ncx.lo libnetcdf3_la-lookup3.lo   libnetcdf3_la-posixio.lo  -lm 
libtool: link: ar cru .libs/libnetcdf3.a  libnetcdf3_la-v1hpg.o libnetcdf3_la-nclistmgr.o libnetcdf3_la-putget.o libnetcdf3_la-attr.o libnetcdf3_la-nc3dispatch.o libnetcdf3_la-nc.o libnetcdf3_la-var.o libnetcdf3_la-dim.o libnetcdf3_la-ncx.o libnetcdf3_la-lookup3.o libnetcdf3_la-posixio.o
libtool: link: ranlib .libs/libnetcdf3.a
libtool: link: ( cd ".libs" && rm -f "libnetcdf3.la" && ln -s "../libnetcdf3.la" "libnetcdf3.la" )
Making check in liblib
source='stub.c' object='libnetcdf_la-stub.lo' libtool=yes \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	/bin/sh ../libtool  --tag=CC   --mode=compile pgcc -DHAVE_CONFIG_H -I. -I..  -I../include      -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o libnetcdf_la-stub.lo `test -f 'stub.c' || echo './'`stub.c
libtool: compile:  pgcc -DHAVE_CONFIG_H -I. -I.. -I../include -DpgiFortran -I/Users/julius/apps/netcdf4.2/include -fast -c stub.c -o libnetcdf_la-stub.o
PGC-W-0114-More than one type specified (/usr/include/sys/types.h: 92)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/types.h: 92)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast -version-info 9:0:2  -L/Users/julius/apps/netcdf4.2/lib -o libnetcdf.la -rpath /Users/julius/apps/netcdf4.2/lib libnetcdf_la-stub.lo ../libdispatch/libnetcdf2.la ../libdispatch/libdispatch.la ../libsrc/libnetcdf3.la    -lm 
libtool: link: (cd .libs/libnetcdf.lax/libnetcdf2.a && ar x "/Users/julius/Documents/NetCDF/netcdf-4.2/liblib/../libdispatch/.libs/libnetcdf2.a")
libtool: link: (cd .libs/libnetcdf.lax/libdispatch.a && ar x "/Users/julius/Documents/NetCDF/netcdf-4.2/liblib/../libdispatch/.libs/libdispatch.a")
libtool: link: (cd .libs/libnetcdf.lax/libnetcdf3.a && ar x "/Users/julius/Documents/NetCDF/netcdf-4.2/liblib/../libsrc/.libs/libnetcdf3.a")
libtool: link: ar cru .libs/libnetcdf.a  libnetcdf_la-stub.o  .libs/libnetcdf.lax/libnetcdf2.a/libnetcdf2_la-dv2i.o  .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-datt.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dattget.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dattinq.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dattput.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dcopy.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-ddim.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-ddispatch.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-derror.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dfile.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dnclog.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dparallel.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dstring.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dsubstrate.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dutf8proc.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvar.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvarget.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvarinq.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvarput.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nc_uri.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-ncbytes.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nchashmap.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nclist.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nctime.o  .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-attr.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-dim.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-lookup3.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-nc.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-nc3dispatch.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-nclistmgr.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-ncx.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-posixio.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-putget.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-v1hpg.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-var.o 
libtool: link: ranlib .libs/libnetcdf.a
libtool: link: rm -fr .libs/libnetcdf.lax
libtool: link: ( cd ".libs" && rm -f "libnetcdf.la" && ln -s "../libnetcdf.la" "libnetcdf.la" )
Making check in nctest
/Applications/Xcode.app/Contents/Developer/usr/bin/make  nctest tst_rename
source='add.c' object='add.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o add.o add.c
source='atttests.c' object='atttests.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o atttests.o atttests.c
source='cdftests.c' object='cdftests.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o cdftests.o cdftests.c
source='dimtests.c' object='dimtests.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o dimtests.o dimtests.c
source='driver.c' object='driver.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o driver.o driver.c
source='emalloc.c' object='emalloc.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o emalloc.o emalloc.c
source='error.c' object='error.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o error.o error.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='misctest.c' object='misctest.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o misctest.o misctest.c
source='rec.c' object='rec.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o rec.o rec.c
source='slabs.c' object='slabs.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o slabs.o slabs.c
source='val.c' object='val.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o val.o val.c
source='vardef.c' object='vardef.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o vardef.o vardef.c
source='varget.c' object='varget.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o varget.o varget.c
source='vargetg.c' object='vargetg.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o vargetg.o vargetg.c
source='varput.c' object='varput.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o varput.o varput.c
source='varputg.c' object='varputg.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o varputg.o varputg.c
source='vartests.c' object='vartests.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o vartests.o vartests.c
source='vputget.c' object='vputget.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o vputget.o vputget.c
source='vputgetg.c' object='vputgetg.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o vputgetg.o vputgetg.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast ../liblib/libnetcdf.la -L/Users/julius/apps/netcdf4.2/lib -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 
libtool: link: pgcc -fast -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  ../liblib/.libs/libnetcdf.a -L/Users/julius/apps/netcdf4.2/lib -lm
source='tst_rename.c' object='tst_rename.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o tst_rename.o tst_rename.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast ../liblib/libnetcdf.la -L/Users/julius/apps/netcdf4.2/lib -o tst_rename tst_rename.o  -lm 
libtool: link: pgcc -fast -o tst_rename tst_rename.o  ../liblib/.libs/libnetcdf.a -L/Users/julius/apps/netcdf4.2/lib -lm
/Applications/Xcode.app/Contents/Developer/usr/bin/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

*** Testing v3/v4 API versions of some v2 tests.
*** testing simple dim rename...ok.
*** testing dim rename from nctest...ok.
*** Tests successful!
PASS: tst_rename
PASS: compare_test_files.sh
==================
All 3 tests passed
==================

NOW, Make log Part 2:

Making check in nc_test
/Applications/Xcode.app/Contents/Developer/usr/bin/make  t_nc tst_small nc_test tst_misc tst_norm tst_names tst_nofill tst_nofill2 tst_nofill3   
source='t_nc.c' object='t_nc.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o t_nc.o t_nc.c
PGC-W-0095-Type cast required for this conversion (t_nc.c: 76)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 79)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 82)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 85)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 88)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 91)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 111)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 127)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 131)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 132)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 198)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 202)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 206)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 210)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 214)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 218)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 222)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 262)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 366)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 368)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 371)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 373)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 377)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 386)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 388)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 393)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 394)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 397)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 401)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 402)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 404)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 413)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 420)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 423)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 425)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 428)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 430)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 432)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 435)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 438)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 441)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 443)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 474)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 476)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 477)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 478)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 484)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 485)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 486)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 487)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 488)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 489)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 491)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 495)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 500)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 533)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 544)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 545)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 546)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 548)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 555)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 556)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 557)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 565)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 566)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 567)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 575)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 576)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 577)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 585)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 586)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 587)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 593)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 594)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 595)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 597)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 605)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 608)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 611)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 614)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 617)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 620)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 624)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 629)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 632)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 636)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 641)
PGC-W-0095-Type cast required for this conversion (t_nc.c: 647)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o t_nc t_nc.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o t_nc t_nc.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
source='tst_small.c' object='tst_small.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o tst_small.o tst_small.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o tst_small tst_small.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o tst_small tst_small.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
source='nc_test.c' object='nc_test.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o nc_test.o nc_test.c
source='error.c' object='error.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o error.o error.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='test_get.c' object='test_get.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o test_get.o test_get.c
PGC-W-0095-Type cast required for this conversion (test_get.c: 660)
PGC-W-0095-Type cast required for this conversion (test_get.c: 661)
PGC-W-0095-Type cast required for this conversion (test_get.c: 750)
PGC-W-0095-Type cast required for this conversion (test_get.c: 751)
PGC-W-0095-Type cast required for this conversion (test_get.c: 840)
PGC-W-0095-Type cast required for this conversion (test_get.c: 841)
PGC-W-0095-Type cast required for this conversion (test_get.c: 930)
PGC-W-0095-Type cast required for this conversion (test_get.c: 931)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1020)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1021)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1110)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1111)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1200)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1201)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1290)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1291)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1389)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1390)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1554)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1555)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1719)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1720)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1884)
PGC-W-0095-Type cast required for this conversion (test_get.c: 1885)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2049)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2050)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2214)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2215)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2379)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2380)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2544)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2545)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2718)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2719)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2893)
PGC-W-0095-Type cast required for this conversion (test_get.c: 2894)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3068)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3069)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3243)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3244)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3418)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3419)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3593)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3594)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3768)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3769)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3943)
PGC-W-0095-Type cast required for this conversion (test_get.c: 3944)
PGC-W-0095-Type cast required for this conversion (test_get.c: 4122)
PGC-W-0095-Type cast required for this conversion (test_get.c: 4123)
PGC-W-0095-Type cast required for this conversion (test_get.c: 4305)
PGC-W-0095-Type cast required for this conversion (test_get.c: 4306)
PGC-W-0095-Type cast required for this conversion (test_get.c: 4488)
PGC-W-0095-Type cast required for this conversion (test_get.c: 4489)
PGC-W-0095-Type cast required for this conversion (test_get.c: 4671)
PGC-W-0095-Type cast required for this conversion (test_get.c: 4672)
PGC-W-0095-Type cast required for this conversion (test_get.c: 4854)
PGC-W-0095-Type cast required for this conversion (test_get.c: 4855)
PGC-W-0095-Type cast required for this conversion (test_get.c: 5037)
PGC-W-0095-Type cast required for this conversion (test_get.c: 5038)
PGC-W-0095-Type cast required for this conversion (test_get.c: 5220)
PGC-W-0095-Type cast required for this conversion (test_get.c: 5221)
PGC-W-0095-Type cast required for this conversion (test_get.c: 5403)
PGC-W-0095-Type cast required for this conversion (test_get.c: 5404)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='test_put.c' object='test_put.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o test_put.o test_put.c
PGC-W-0095-Type cast required for this conversion (test_put.c: 858)
PGC-W-0095-Type cast required for this conversion (test_put.c: 933)
PGC-W-0095-Type cast required for this conversion (test_put.c: 1008)
PGC-W-0095-Type cast required for this conversion (test_put.c: 1083)
PGC-W-0095-Type cast required for this conversion (test_put.c: 1158)
PGC-W-0095-Type cast required for this conversion (test_put.c: 1233)
PGC-W-0095-Type cast required for this conversion (test_put.c: 1308)
PGC-W-0095-Type cast required for this conversion (test_put.c: 1383)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2099)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2100)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2151)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2152)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2221)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2222)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2273)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2274)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2343)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2344)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2395)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2396)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2465)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2466)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2517)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2518)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2587)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2588)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2639)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2640)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2709)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2710)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2761)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2762)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2831)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2832)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2883)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2884)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2953)
PGC-W-0095-Type cast required for this conversion (test_put.c: 2954)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3005)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3006)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3084)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3085)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3234)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3235)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3384)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3385)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3534)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3535)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3684)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3685)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3834)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3835)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3984)
PGC-W-0095-Type cast required for this conversion (test_put.c: 3985)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4134)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4135)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4292)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4293)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4450)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4451)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4608)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4609)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4766)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4767)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4924)
PGC-W-0095-Type cast required for this conversion (test_put.c: 4925)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5082)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5083)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5240)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5241)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5398)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5399)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5560)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5561)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5726)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5727)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5892)
PGC-W-0095-Type cast required for this conversion (test_put.c: 5893)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6058)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6059)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6224)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6225)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6390)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6391)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6556)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6557)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6722)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6723)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6880)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6935)
PGC-W-0095-Type cast required for this conversion (test_put.c: 6998)
PGC-W-0095-Type cast required for this conversion (test_put.c: 7061)
PGC-W-0095-Type cast required for this conversion (test_put.c: 7124)
PGC-W-0095-Type cast required for this conversion (test_put.c: 7187)
PGC-W-0095-Type cast required for this conversion (test_put.c: 7250)
PGC-W-0095-Type cast required for this conversion (test_put.c: 7313)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='test_read.c' object='test_read.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o test_read.o test_read.c
PGC-W-0095-Type cast required for this conversion (test_read.c: 916)
PGC-W-0095-Type cast required for this conversion (test_read.c: 917)
PGC-W-0095-Type cast required for this conversion (test_read.c: 1043)
PGC-W-0095-Type cast required for this conversion (test_read.c: 1044)
PGC-W-0095-Type cast required for this conversion (test_read.c: 1210)
PGC-W-0095-Type cast required for this conversion (test_read.c: 1211)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='test_write.c' object='test_write.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o test_write.o test_write.c
PGC-W-0095-Type cast required for this conversion (test_write.c: 834)
PGC-W-0095-Type cast required for this conversion (test_write.c: 835)
PGC-W-0095-Type cast required for this conversion (test_write.c: 961)
PGC-W-0095-Type cast required for this conversion (test_write.c: 962)
PGC-W-0095-Type cast required for this conversion (test_write.c: 1116)
PGC-W-0095-Type cast required for this conversion (test_write.c: 1117)
PGC-W-0095-Type cast required for this conversion (test_write.c: 1902)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='util.c' object='util.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o util.o util.c
PGC-W-0095-Type cast required for this conversion (util.c: 32)
PGC-W-0095-Type cast required for this conversion (util.c: 75)
PGC-W-0095-Type cast required for this conversion (util.c: 325)
PGC-W-0095-Type cast required for this conversion (util.c: 335)
PGC-W-0095-Type cast required for this conversion (util.c: 345)
PGC-W-0095-Type cast required for this conversion (util.c: 355)
PGC-W-0095-Type cast required for this conversion (util.c: 366)
PGC-W-0095-Type cast required for this conversion (util.c: 475)
PGC-W-0095-Type cast required for this conversion (util.c: 539)
PGC-W-0095-Type cast required for this conversion (util.c: 575)
PGC-W-0095-Type cast required for this conversion (util.c: 586)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o nc_test nc_test.o error.o test_get.o test_put.o test_read.o test_write.o util.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o nc_test nc_test.o error.o test_get.o test_put.o test_read.o test_write.o util.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
source='tst_misc.c' object='tst_misc.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o tst_misc.o tst_misc.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o tst_misc tst_misc.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o tst_misc tst_misc.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
source='tst_norm.c' object='tst_norm.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o tst_norm.o tst_norm.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o tst_norm tst_norm.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o tst_norm tst_norm.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
source='tst_names.c' object='tst_names.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o tst_names.o tst_names.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o tst_names tst_names.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o tst_names tst_names.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
source='tst_nofill.c' object='tst_nofill.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o tst_nofill.o tst_nofill.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o tst_nofill tst_nofill.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o tst_nofill tst_nofill.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
source='tst_nofill2.c' object='tst_nofill2.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o tst_nofill2.o tst_nofill2.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o tst_nofill2 tst_nofill2.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o tst_nofill2 tst_nofill2.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
source='tst_nofill3.c' object='tst_nofill3.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o tst_nofill3.o tst_nofill3.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o tst_nofill3 tst_nofill3.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o tst_nofill3 tst_nofill3.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
dimrename: IXX
nc_close ret = 0

reopen id = 65536 for filename t_nc.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

*** 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

*** Testing some extra stuff.
*** Trying to open non-netCDF files of tiny length...ok.
*** Tests successful!
PASS: tst_misc

*** testing UTF-8 normalization...ok.
*** Tests successful!
PASS: tst_norm

*** testing names with file tst_names.nc...
*** switching to netCDF classic format...ok.
*** switching to netCDF 64-bit offset format...ok.
*** Tests successful!
PASS: tst_names

*** Testing nofill mode.
*** Create file in nofill mode, writing all values...ok.
*** Create file with same data in fill mode, writing all values...ok.
*** Compare values in nofill mode and fill mode files...ok.
*** Tests successful!
PASS: tst_nofill

*** Testing nofill mode.
*** Create file in nofill mode, writing all values......trying sizehint of 1750000
ok.
*** Tests successful!
PASS: tst_nofill2

*** Testing nofill mode.
*** Create file in nofill mode using nc_create()...ok.
*** Tests successful!
PASS: tst_nofill3
==================
All 9 tests passed
==================
Making check in ncgen3
source='main.c' object='main.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o main.o main.c
source='load.c' object='load.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o load.o load.c
source='escapes.c' object='escapes.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o escapes.o escapes.c
source='getfill.c' object='getfill.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o getfill.o getfill.c
source='init.c' object='init.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o init.o init.c
source='genlib.c' object='genlib.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o genlib.o genlib.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (genlib.c: 2026)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='ncgentab.c' object='ncgentab.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o ncgentab.o ncgentab.c
PGC-W-0136-Function ncglex has non-prototype declaration in scope (lex.ncg.c: 1114)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o ncgen3 main.o load.o escapes.o getfill.o init.o genlib.o ncgentab.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o ncgen3 main.o load.o escapes.o getfill.o init.o genlib.o ncgentab.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
*** Testing ncgen3.
*** 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
=============
1 test passed
=============
Making check in ncgen
source='generate.c' object='generate.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o generate.o generate.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (generate.c: 383)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='main.c' object='main.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o main.o main.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='cdata.c' object='cdata.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o cdata.o cdata.c
PGC-W-0221-Redefinition of symbol NAN (/usr/include/math.h: 65)
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (cdata.c: 107)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='bindata.c' object='bindata.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o bindata.o bindata.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (bindata.c: 86)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='genchar.c' object='genchar.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o genchar.o genchar.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (genchar.c: 186)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='cvt.c' object='cvt.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o cvt.o cvt.c
PGC-W-0221-Redefinition of symbol NAN (/usr/include/math.h: 65)
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0132-Floating pt. invalid oprnd. Check constants and constant expressions (cvt.c: 401)
PGC-W-0086-Division by zero (cvt.c: 401)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='data.c' object='data.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o data.o data.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (data.c: 227)
PGC-W-0095-Type cast required for this conversion (data.c: 228)
PGC-W-0095-Type cast required for this conversion (data.c: 604)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='debug.c' object='debug.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o debug.o debug.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='escapes.c' object='escapes.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o escapes.o escapes.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='genc.c' object='genc.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o genc.o genc.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (genc.c: 518)
PGC-W-0095-Type cast required for this conversion (genc.c: 557)
PGC-W-0095-Type cast required for this conversion (genc.c: 932)
PGC-W-0095-Type cast required for this conversion (genc.c: 1109)
PGC-W-0095-Type cast required for this conversion (genc.c: 1124)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='genbin.c' object='genbin.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o genbin.o genbin.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (genbin.c: 365)
PGC-W-0095-Type cast required for this conversion (genbin.c: 499)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='generr.c' object='generr.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o generr.o generr.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (generr.c: 130)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='genlib.c' object='genlib.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o genlib.o genlib.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='getfill.c' object='getfill.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o getfill.o getfill.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (getfill.c: 78)
PGC-W-0095-Type cast required for this conversion (getfill.c: 112)
PGC-W-0095-Type cast required for this conversion (getfill.c: 305)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='odom.c' object='odom.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o odom.o odom.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='offsets.c' object='offsets.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o offsets.o offsets.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (offsets.c: 120)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='semantics.c' object='semantics.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o semantics.o semantics.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (semantics.c: 147)
PGC-W-0095-Type cast required for this conversion (semantics.c: 240)
PGC-W-0095-Type cast required for this conversion (semantics.c: 427)
PGC-W-0095-Type cast required for this conversion (semantics.c: 778)
PGC-W-0095-Type cast required for this conversion (semantics.c: 803)
PGC-W-0095-Type cast required for this conversion (semantics.c: 805)
PGC-W-0095-Type cast required for this conversion (semantics.c: 807)
PGC-W-0095-Type cast required for this conversion (semantics.c: 809)
PGC-W-0095-Type cast required for this conversion (semantics.c: 811)
PGC-W-0095-Type cast required for this conversion (semantics.c: 816)
PGC-W-0095-Type cast required for this conversion (semantics.c: 821)
PGC-W-0095-Type cast required for this conversion (semantics.c: 826)
PGC-W-0095-Type cast required for this conversion (semantics.c: 829)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='ncgentab.c' object='ncgentab.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o ncgentab.o ncgentab.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (ncgen.y: 294)
PGC-W-0129-Floating point overflow. Check constants and constant expressions (ncgen.l: 231)
PGC-W-0129-Floating point overflow. Check constants and constant expressions (ncgen.l: 231)
PGC-W-0086-Division by zero (ncgen.l: 231)
PGC-W-0129-Floating point overflow. Check constants and constant expressions (ncgen.l: 231)
PGC-W-0129-Floating point overflow. Check constants and constant expressions (ncgen.l: 233)
PGC-W-0129-Floating point overflow. Check constants and constant expressions (ncgen.l: 233)
PGC-W-0086-Division by zero (ncgen.l: 233)
PGC-W-0132-Floating pt. invalid oprnd. Check constants and constant expressions (ncgen.l: 239)
PGC-W-0086-Division by zero (ncgen.l: 239)

NOW, Make log Part 3:

PGC-W-0129-Floating point overflow. Check constants and constant expressions (ncgen.l: 246)
PGC-W-0129-Floating point overflow. Check constants and constant expressions (ncgen.l: 246)
PGC-W-0086-Division by zero (ncgen.l: 246)
PGC-W-0129-Floating point overflow. Check constants and constant expressions (ncgen.l: 248)
PGC-W-0129-Floating point overflow. Check constants and constant expressions (ncgen.l: 248)
PGC-W-0086-Division by zero (ncgen.l: 248)
PGC-W-0132-Floating pt. invalid oprnd. Check constants and constant expressions (ncgen.l: 254)
PGC-W-0086-Division by zero (ncgen.l: 254)
PGC-W-0095-Type cast required for this conversion (ncgen.y: 1225)
PGC-W-0095-Type cast required for this conversion (ncgen.y: 1314)
PGC-W-0095-Type cast required for this conversion (ncgen.y: 1341)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dump.c' object='dump.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o dump.o dump.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (dump.c: 158)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='util.c' object='util.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o util.o util.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='bytebuffer.c' object='bytebuffer.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o bytebuffer.o bytebuffer.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='list.c' object='list.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o list.o list.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='genf77.c' object='genf77.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o genf77.o genf77.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (genf77.c: 649)
PGC-W-0095-Type cast required for this conversion (genf77.c: 665)
PGC-W-0095-Type cast required for this conversion (genf77.c: 715)
PGC-W-0095-Type cast required for this conversion (genf77.c: 742)
PGC-W-0095-Type cast required for this conversion (genf77.c: 906)
PGC-W-0095-Type cast required for this conversion (genf77.c: 920)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='f77data.c' object='f77data.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o f77data.o f77data.c
PGC-W-0221-Redefinition of symbol NAN (/usr/include/math.h: 65)
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (f77data.c: 71)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='genj.c' object='genj.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o genj.o genj.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (genj.c: 243)
PGC-W-0095-Type cast required for this conversion (genj.c: 266)
PGC-W-0095-Type cast required for this conversion (genj.c: 330)
PGC-W-0095-Type cast required for this conversion (genj.c: 372)
PGC-W-0095-Type cast required for this conversion (genj.c: 450)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='jdata.c' object='jdata.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o jdata.o jdata.c
PGC-W-0221-Redefinition of symbol NAN (/usr/include/math.h: 65)
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (jdata.c: 82)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='nciter.c' object='nciter.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o nciter.o nciter.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='ConvertUTF.c' object='ConvertUTF.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o ConvertUTF.o ConvertUTF.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o ncgen generate.o main.o cdata.o bindata.o genchar.o cvt.o data.o debug.o escapes.o genc.o genbin.o generr.o genlib.o getfill.o odom.o offsets.o semantics.o ncgentab.o dump.o util.o bytebuffer.o list.o genf77.o f77data.o genj.o jdata.o nciter.o ConvertUTF.o ../liblib/libnetcdf.la -lm 
libtool: link: pgcc -fast -o ncgen generate.o main.o cdata.o bindata.o genchar.o cvt.o data.o debug.o escapes.o genc.o genbin.o generr.o genlib.o getfill.o odom.o offsets.o semantics.o ncgentab.o dump.o util.o bytebuffer.o list.o genf77.o f77data.o genj.o jdata.o nciter.o ConvertUTF.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
/Applications/Xcode.app/Contents/Developer/usr/bin/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
=============
1 test passed
=============
Making check in ncdump
cp ref_ctest.c ctest.c
cp ref_ctest64.c ctest64.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-recursive
Making check in cdl4
make[3]: Nothing to be done for `check'.
Making check in expected4
make[3]: Nothing to be done for `check'.
source='ncdump.c' object='ncdump.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o ncdump.o ncdump.c
PGC-W-0095-Type cast required for this conversion (ncdump.c: 425)
PGC-W-0095-Type cast required for this conversion (ncdump.c: 444)
PGC-W-0095-Type cast required for this conversion (ncdump.c: 529)
PGC-W-0095-Type cast required for this conversion (ncdump.c: 561)
PGC-W-0095-Type cast required for this conversion (ncdump.c: 569)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='vardata.c' object='vardata.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o vardata.o vardata.c
PGC-W-0095-Type cast required for this conversion (vardata.c: 100)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='dumplib.c' object='dumplib.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o dumplib.o dumplib.c
PGC-W-0114-More than one type specified (/usr/include/sys/_types/_va_list.h: 31)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/_types/_va_list.h: 31)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 200)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 211)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 227)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 234)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 239)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 247)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 251)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 253)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 262)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 263)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 267)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 269)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 275)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 282)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 289)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 302)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 305)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 308)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 311)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 314)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 779)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 789)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 799)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 809)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 833)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 849)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 859)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 874)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 1175)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 1185)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 1195)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 1205)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 1217)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 1232)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 1296)
PGC-W-0095-Type cast required for this conversion (dumplib.c: 1865)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='indent.c' object='indent.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o indent.o indent.c
source='nctime0.c' object='nctime0.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o nctime0.o nctime0.c
PGC-W-0114-More than one type specified (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0143-Useless typedef declaration (no declarators present) (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/include/va_list.h: 34)
PGC-W-0095-Type cast required for this conversion (nctime0.c: 135)
PGC-W-0095-Type cast required for this conversion (nctime0.c: 241)
PGC-W-0095-Type cast required for this conversion (nctime0.c: 249)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='utils.c' object='utils.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o utils.o utils.c
PGC-W-0114-More than one type specified (/usr/include/sys/_types/_va_list.h: 31)
PGC-W-0143-Useless typedef declaration (no declarators present) (/usr/include/sys/_types/_va_list.h: 31)
PGC-W-0095-Type cast required for this conversion (utils.c: 67)
PGC/x86-64 OSX 14.3-0: compilation completed with warnings
source='nciter.c' object='nciter.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o nciter.o nciter.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o ncdump ncdump.o vardata.o dumplib.o indent.o nctime0.o utils.o nciter.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o ncdump ncdump.o vardata.o dumplib.o indent.o nctime0.o utils.o nciter.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
source='nccopy.c' object='nccopy.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o nccopy.o nccopy.c
source='chunkspec.c' object='chunkspec.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o chunkspec.o chunkspec.c
source='dimmap.c' object='dimmap.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o dimmap.o dimmap.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o nccopy nccopy.o nciter.o chunkspec.o utils.o dimmap.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o nccopy nccopy.o nciter.o chunkspec.o utils.o dimmap.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
/Applications/Xcode.app/Contents/Developer/usr/bin/make  rewrite-scalar ctest ctest64 ncdump tst_utf8 
source='rewrite-scalar.c' object='rewrite-scalar.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o rewrite-scalar.o rewrite-scalar.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o rewrite-scalar rewrite-scalar.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o rewrite-scalar rewrite-scalar.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
source='ctest.c' object='ctest.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o ctest.o ctest.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o ctest ctest.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o ctest ctest.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
source='ctest64.c' object='ctest64.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o ctest64.o ctest64.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o ctest64 ctest64.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o ctest64 ctest64.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
make[4]: `ncdump' is up to date.
source='tst_utf8.c' object='tst_utf8.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I..  -I../include   -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o tst_utf8.o tst_utf8.c
/bin/sh ../libtool --tag=CC   --mode=link pgcc  -fast  -L/Users/julius/apps/netcdf4.2/lib -o tst_utf8 tst_utf8.o ../liblib/libnetcdf.la  -lm 
libtool: link: pgcc -fast -o tst_utf8 tst_utf8.o  -L/Users/julius/apps/netcdf4.2/lib ../liblib/.libs/libnetcdf.a -lm
/Applications/Xcode.app/Contents/Developer/usr/bin/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...
*** checking that test1.cdl and test2.cdl are the same...
*** 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
*** test output for ncdump -x
*** creating tst_ncml.nc from tst_ncml.cdl
*** creating c1.ncml from tst_ncml.nc
*** comparing ncdump -x of generated file with ref1.ncml ...
*** test output for ncdump -s
*** creating tst_mslp.nc from tst_mslp.cdl
*** creating tst_format_att.cdl from tst_mslp.nc
*** comparing ncdump -s of generated file with ref_tst_format_att.cdl ...
*** 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
*** test output for ncdump -s
*** creating tst_mslp_64.nc from tst_mslp.cdl
*** creating tst_format_att_64.cdl from tst_mslp_64.nc
*** comparing ncdump -s of generated file with ref_tst_format_att_64.cdl ...
*** 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

*** Testing ncdump -t output for times with CF calendar attribute
*** creating netcdf file tst_calendars.nc from tst_calendars.cdl...
*** creating tst_times.cdl from tst_calendars.nc with ncdump -t ...
*** comparing tst_times.cdl with ref_times.cdl...

*** All ncdump test output for -t option with CF calendar atts passed!
PASS: tst_calendars.sh

*** Testing UTF-8.
*** creating UTF-8 test file tst_utf8.nc...ok.
*** Tests successful!
PASS: tst_utf8

*** Testing ncgen and ncdump for UTF8 support...
*** creating classic offset file with utf8 characters...
*** dump and compare utf8 output...
*** creating 64-bit offset file with utf8 characters...
*** (64 bit) dump and compare utf8 output...
*** dumping tst_utf8.nc to tst_utf8.cdl...
*** comparing tst_utf8.cdl with tst8.cdl...
*** All utf8 tests of ncgen and ncdump passed!
PASS: run_utf8_tests.sh

*** Testing netCDF-3 features of nccopy on ncdump/*.nc files
*** copy c0.nc to copy_of_c0.nc ...
*** compare  with copy_of_c0.cdl
*** copy c0tmp.nc to copy_of_c0tmp.nc ...
*** compare  with copy_of_c0tmp.cdl
*** copy ctest0.nc to copy_of_ctest0.nc ...
*** compare  with copy_of_ctest0.cdl
*** copy ctest0_64.nc to copy_of_ctest0_64.nc ...
*** compare  with copy_of_ctest0_64.cdl
*** copy small.nc to copy_of_small.nc ...
*** compare  with copy_of_small.cdl
*** copy small2.nc to copy_of_small2.nc ...
*** compare  with copy_of_small2.cdl
*** copy test0.nc to copy_of_test0.nc ...
*** compare  with copy_of_test0.cdl
*** copy test1.nc to copy_of_test1.nc ...
*** compare  with copy_of_test1.cdl
*** copy tst_calendars.nc to copy_of_tst_calendars.nc ...
*** compare  with copy_of_tst_calendars.cdl
*** copy tst_mslp.nc to copy_of_tst_mslp.nc ...
*** compare  with copy_of_tst_mslp.cdl
*** copy tst_mslp_64.nc to copy_of_tst_mslp_64.nc ...
*** compare  with copy_of_tst_mslp_64.cdl
*** copy tst_ncml.nc to copy_of_tst_ncml.nc ...
*** compare  with copy_of_tst_ncml.cdl
*** copy tst_small.nc to copy_of_tst_small.nc ...
*** compare  with copy_of_tst_small.cdl
*** copy tst_utf8.nc to copy_of_tst_utf8.nc ...
*** compare  with copy_of_tst_utf8.cdl
*** copy utf8.nc to copy_of_utf8.nc ...
*** compare  with copy_of_utf8.cdl
*** Test nccopy -u
*** creating tst_brecs.nc from tst_brecs.cdl...
*** compare result of nccopy -u with expected result ...

*** All nccopy tests passed!
PASS: tst_nccopy3.sh
+ set -e
+ echo ''

+ echo '*** Running char _Fillvalue bug test.'
*** Running char _Fillvalue bug test.
+ echo '*** Create tst_charfill.nc from tst_charfill.cdl...'
*** Create tst_charfill.nc from tst_charfill.cdl...
+ rm -f tst_charfill.nc tmp_tst_charfill.cdl
+ ../ncgen/ncgen -b -o tst_charfill.nc ./tst_charfill.cdl
+ echo '*** dumping tst_charfill.nc to tmp_tst_charfill.cdl...'
*** dumping tst_charfill.nc to tmp_tst_charfill.cdl...
+ ./ncdump tst_charfill.nc
+ echo '*** comparing tmp_tst_charfill.cdl with ref_tst_charfill.cdl...'
*** comparing tmp_tst_charfill.cdl with ref_tst_charfill.cdl...
+ diff tmp_tst_charfill.cdl ./ref_tst_charfill.cdl
+ echo

+ echo '*** All char _Fillvalue  bug test for netCDF-4 format passed!'
*** All char _Fillvalue  bug test for netCDF-4 format passed!
+ exit 0
PASS: tst_charfill.sh
*** Running ncdump nc_iter test.
create iter.cdl
*** create iter.nc 
*** dumping iter.nc to iter.dmp
*** reformat iter.dmp
*** comparing iter.dmp with iter.cdl...
*** PASS: ncdump iter tests
PASS: tst_iter.sh
*** Testing ncgen with -k1
*** XFAIL: ref_tst_chardata
+ echo '*** PASSED: 12/12 ; 1 expected failures ; 0 unexpected failures'
*** PASSED: 12/12 ; 1 expected failures ; 0 unexpected failures
+ test 0 -gt 0
+ exit 0
*** Cycle testing ncgen with -k1
xfail test: ref_tst_chardata: ignored
*** PASSED: 16/16 ; 0 unexpected failures; 1 expected failures ignored
PASS: tst_ncgen4_classic.sh
===================
All 13 tests passed
===================
Making check in man4
Making check in images
make[2]: Nothing to be done for `check'.
make[2]: Nothing to be done for `check-am'.
Making check in examples
Making check in C
/Applications/Xcode.app/Contents/Developer/usr/bin/make  simple_xy_wr simple_xy_rd sfc_pres_temp_wr sfc_pres_temp_rd pres_temp_4D_wr pres_temp_4D_rd 
source='simple_xy_wr.c' object='simple_xy_wr.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o simple_xy_wr.o simple_xy_wr.c
/bin/sh ../../libtool --tag=CC   --mode=link pgcc  -fast ../../liblib/libnetcdf.la -L/Users/julius/apps/netcdf4.2/lib -o simple_xy_wr simple_xy_wr.o -lm -lm 
libtool: link: pgcc -fast -o simple_xy_wr simple_xy_wr.o  ../../liblib/.libs/libnetcdf.a -L/Users/julius/apps/netcdf4.2/lib -lm
source='simple_xy_rd.c' object='simple_xy_rd.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o simple_xy_rd.o simple_xy_rd.c
/bin/sh ../../libtool --tag=CC   --mode=link pgcc  -fast ../../liblib/libnetcdf.la -L/Users/julius/apps/netcdf4.2/lib -o simple_xy_rd simple_xy_rd.o -lm -lm 
libtool: link: pgcc -fast -o simple_xy_rd simple_xy_rd.o  ../../liblib/.libs/libnetcdf.a -L/Users/julius/apps/netcdf4.2/lib -lm
source='sfc_pres_temp_wr.c' object='sfc_pres_temp_wr.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o sfc_pres_temp_wr.o sfc_pres_temp_wr.c
/bin/sh ../../libtool --tag=CC   --mode=link pgcc  -fast ../../liblib/libnetcdf.la -L/Users/julius/apps/netcdf4.2/lib -o sfc_pres_temp_wr sfc_pres_temp_wr.o -lm -lm 
libtool: link: pgcc -fast -o sfc_pres_temp_wr sfc_pres_temp_wr.o  ../../liblib/.libs/libnetcdf.a -L/Users/julius/apps/netcdf4.2/lib -lm
source='sfc_pres_temp_rd.c' object='sfc_pres_temp_rd.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o sfc_pres_temp_rd.o sfc_pres_temp_rd.c
/bin/sh ../../libtool --tag=CC   --mode=link pgcc  -fast ../../liblib/libnetcdf.la -L/Users/julius/apps/netcdf4.2/lib -o sfc_pres_temp_rd sfc_pres_temp_rd.o -lm -lm 
libtool: link: pgcc -fast -o sfc_pres_temp_rd sfc_pres_temp_rd.o  ../../liblib/.libs/libnetcdf.a -L/Users/julius/apps/netcdf4.2/lib -lm
source='pres_temp_4D_wr.c' object='pres_temp_4D_wr.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o pres_temp_4D_wr.o pres_temp_4D_wr.c
/bin/sh ../../libtool --tag=CC   --mode=link pgcc  -fast ../../liblib/libnetcdf.la -L/Users/julius/apps/netcdf4.2/lib -o pres_temp_4D_wr pres_temp_4D_wr.o -lm -lm 
libtool: link: pgcc -fast -o pres_temp_4D_wr pres_temp_4D_wr.o  ../../liblib/.libs/libnetcdf.a -L/Users/julius/apps/netcdf4.2/lib -lm
source='pres_temp_4D_rd.c' object='pres_temp_4D_rd.o' libtool=no \
	DEPDIR=.deps depmode=none /bin/sh ../../depcomp \
	pgcc -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../liblib -DpgiFortran -I/Users/julius/apps/netcdf4.2/include  -fast -c -o pres_temp_4D_rd.o pres_temp_4D_rd.c
/bin/sh ../../libtool --tag=CC   --mode=link pgcc  -fast ../../liblib/libnetcdf.la -L/Users/julius/apps/netcdf4.2/lib -o pres_temp_4D_rd pres_temp_4D_rd.o -lm -lm 
libtool: link: pgcc -fast -o pres_temp_4D_rd pres_temp_4D_rd.o  ../../liblib/.libs/libnetcdf.a -L/Users/julius/apps/netcdf4.2/lib -lm
/Applications/Xcode.app/Contents/Developer/usr/bin/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
/Applications/Xcode.app/Contents/Developer/usr/bin/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
==================
make[2]: Nothing to be done for `check-am'.
Making check in win32
Making check in NET
Making check in examples
make[3]: Nothing to be done for `check'.
Making check in libsrc
make[3]: Nothing to be done for `check'.
Making check in ncdump
make[3]: Nothing to be done for `check'.
Making check in ncgen
make[3]: Nothing to be done for `check'.
Making check in nctest
make[3]: Nothing to be done for `check'.
Making check in nc_test
make[3]: Nothing to be done for `check'.
make[3]: Nothing to be done for `check-am'.
make[2]: Nothing to be done for `check-am'.
Making install in include
make[2]: Nothing to be done for `install-exec-am'.
test -z "/Users/julius/apps/netcdf4.2/include" || .././install-sh -c -d "/Users/julius/apps/netcdf4.2/include"
 /usr/bin/install -c -m 644 netcdf.h '/Users/julius/apps/netcdf4.2/include'
Making install in libdispatch
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in libsrc
make[2]: Nothing to be done for `install-exec-am'.
test -z "/Users/julius/apps/netcdf4.2/share/man/man3" || .././install-sh -c -d "/Users/julius/apps/netcdf4.2/share/man/man3"
 /usr/bin/install -c -m 644 netcdf.3 '/Users/julius/apps/netcdf4.2/share/man/man3'
Making install in liblib
test -z "/Users/julius/apps/netcdf4.2/lib" || .././install-sh -c -d "/Users/julius/apps/netcdf4.2/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libnetcdf.la '/Users/julius/apps/netcdf4.2/lib'
libtool: install: /usr/bin/install -c .libs/libnetcdf.lai /Users/julius/apps/netcdf4.2/lib/libnetcdf.la
libtool: install: /usr/bin/install -c .libs/libnetcdf.a /Users/julius/apps/netcdf4.2/lib/libnetcdf.a
libtool: install: chmod 644 /Users/julius/apps/netcdf4.2/lib/libnetcdf.a
libtool: install: ranlib /Users/julius/apps/netcdf4.2/lib/libnetcdf.a
make[2]: Nothing to be done for `install-data-am'.
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 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 ncgen3
test -z "/Users/julius/apps/netcdf4.2/bin" || .././install-sh -c -d "/Users/julius/apps/netcdf4.2/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c ncgen3 '/Users/julius/apps/netcdf4.2/bin'
libtool: install: /usr/bin/install -c ncgen3 /Users/julius/apps/netcdf4.2/bin/ncgen3
test -z "/Users/julius/apps/netcdf4.2/share/man/man1" || .././install-sh -c -d "/Users/julius/apps/netcdf4.2/share/man/man1"
 /usr/bin/install -c -m 644 ncgen3.1 '/Users/julius/apps/netcdf4.2/share/man/man1'
Making install in ncgen
test -z "/Users/julius/apps/netcdf4.2/bin" || .././install-sh -c -d "/Users/julius/apps/netcdf4.2/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c ncgen '/Users/julius/apps/netcdf4.2/bin'
libtool: install: /usr/bin/install -c ncgen /Users/julius/apps/netcdf4.2/bin/ncgen
test -z "/Users/julius/apps/netcdf4.2/share/man/man1" || .././install-sh -c -d "/Users/julius/apps/netcdf4.2/share/man/man1"
 /usr/bin/install -c -m 644 ncgen.1 '/Users/julius/apps/netcdf4.2/share/man/man1'
Making install in ncdump
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-recursive
Making install in cdl4
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in expected4
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
test -z "/Users/julius/apps/netcdf4.2/bin" || .././install-sh -c -d "/Users/julius/apps/netcdf4.2/bin"
  /bin/sh ../libtool   --mode=install /usr/bin/install -c ncdump nccopy '/Users/julius/apps/netcdf4.2/bin'
libtool: install: /usr/bin/install -c ncdump /Users/julius/apps/netcdf4.2/bin/ncdump
libtool: install: /usr/bin/install -c nccopy /Users/julius/apps/netcdf4.2/bin/nccopy
test -z "/Users/julius/apps/netcdf4.2/share/man/man1" || .././install-sh -c -d "/Users/julius/apps/netcdf4.2/share/man/man1"
 /usr/bin/install -c -m 644 ncdump.1 nccopy.1 '/Users/julius/apps/netcdf4.2/share/man/man1'
Making install in man4
Making install in images
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'.
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'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in win32
Making install in NET
Making install in examples
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in libsrc
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in ncdump
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in ncgen
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in nctest
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in nc_test
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: 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'.
test -z "/Users/julius/apps/netcdf4.2/bin" || ./install-sh -c -d "/Users/julius/apps/netcdf4.2/bin"
 /usr/bin/install -c nc-config '/Users/julius/apps/netcdf4.2/bin'
test -z "/Users/julius/apps/netcdf4.2/lib/pkgconfig" || ./install-sh -c -d "/Users/julius/apps/netcdf4.2/lib/pkgconfig"
 /usr/bin/install -c -m 644 netcdf.pc '/Users/julius/apps/netcdf4.2/lib/pkgconfig'
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-data-hook

+-------------------------------------------------------------+
| Congratulations! You have successfully installed netCDF!    |
|                                                             |
| You can use script "nc-config" to find out the relevant     |
| compiler options to build your application. Enter           |
|                                                             |
|     nc-config --help                                        |
|                                                             |
| for additional information.                                 |
|                                                             |
| 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                                 |
+-------------------------------------------------------------+

Hi Julius,

I didn’t see the error in the logs you posted here. I will take a look at this today and see if I can see the issue.

Best regards,

+chris

Some points are not clear, comparing with my linux compilation:

MAC: checking for gawk… no
checking for mawk… no
checking for nawk… no
checking for awk… awk

LINUX:
checking for gawk… gawk


2)
MAC: checking for curl_easy_setopt in -lcurl… yes
LINUX: checking for curl_easy_setopt in -lcurl… no


3)
MAC: checking whether a CURLOPT_KEYPASSWD is defined… yes
LINUX: checking whether a CURLOPT_KEYPASSWD is defined… no

MAC: checking whether the pgcc linker (ld) supports shared libraries… no
LINUX: checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries… yes


5)
MAC: checking for objdump… no
LINUX: checking for objdump… objdump

MAC: checking for archiver @FILE support… no
LINUX: checking for archiver @FILE support… @

MAC: checking command to parse /usr/bin/nm output from pgcc object… ok
LINUX: checking command to parse /usr/bin/nm -B output from pgcc object… ok

MAC: checking for mt… no
LINUX: checking for mt… mt


9)
MAC: checking for dsymutil… dsymutil
checking for nmedit… nmedit
checking for lipo… lipo
checking for otool… otool
checking for otool64… no
checking for -single_module linker flag… no
checking for -exported_symbols_list linker flag… yes
checking for -force_load linker flag… yes



Anyway, the linux configure_log has many different things. See it below:



configure: netCDF 4.2
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: checking user options
checking whether a NCIO_MINBLOCKSIZE was specified... 256
checking if fsync support is enabled... yes
checking whether extra valgrind tests should be run... no
checking whether we should try to build netCDF-4... no
checking whether reading of HDF4 SD files is to be enabled... no
checking whether to fetch some sample HDF4 files from Unidata ftp site to test HDF4 reading (requires wget)... no
checking whether parallel I/O for classic and 64-bit offset files using parallel-netcdf is to be enabled... no
checking whether extra example tests should be run... no
checking whether parallel IO tests should be run... no
checking whether a default chunk size in bytes was specified... 4194304
checking whether a maximum per-variable cache size for HDF5 was specified... 67108864
checking whether a number of chunks for the default per-variable cache was specified... 10
checking whether a default file cache size for HDF5 was specified... 4194304
checking whether a default file cache maximum number of elements for HDF5 was specified... 1009
checking whether a default cache preemption for HDF5 was specified... 0.75
checking whether netCDF-4 logging is enabled... no
checking whether cdmremote client is to be built... no
checking whether DAP client is to be built... no
checking for style of include used by make... GNU
checking for gcc... pgcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ISO C89... none needed
checking dependency style of pgcc... none
checking for curl_easy_setopt in -lcurl... no
checking whether dap remote testing should be enabled (default on)... no
checking whether netcdf4 group names should be enabled (default on)... configure: dap groups disabled because dap disabled or netcdf-4 disabled
no
checking whether the time-consuming dap tests should be enabled (default off)... no
checking whether netCDF extra tests should be run (developers only)... no
checking whether FFIO will be used... no
checking whether examples should be built... yes
checking whether v2 netCDF API should be built... yes
checking whether the ncgen/ncdump/nccopy should be built... yes
checking whether large file (> 2GB) tests should be run... no
checking whether benchmaks should be run (experimental)... 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
configure: finding C compiler
checking for gcc... (cached) pgcc
checking whether we are using the GNU C compiler... (cached) no
checking whether pgcc accepts -g... (cached) yes
checking for pgcc option to accept ISO C89... (cached) none needed
checking dependency style of pgcc... (cached) none
checking whether pgcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking whether a CURLOPT_KEYPASSWD is defined... no
configure: setting up libtool
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from pgcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... pgcc -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 for objdir... .libs
checking for pgcc option to produce PIC... -fpic -DPIC
checking if pgcc PIC flag -fpic -DPIC works... yes
checking if pgcc static flag -Bstatic works... yes
checking if pgcc supports -c -o file.o... yes
checking if pgcc supports -c -o file.o... (cached) yes
checking whether the pgcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
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... yes
checking whether to build static libraries... yes
configure: finding other utilities
checking for doxygen... no
configure: WARNING: Doxygen not found - documentation will not be built
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... -I/share/apps/netcdf4.2/include
checking CC CFLAGS... pgcc -g
checking type pgcc... pgcc is /share/apps/pgi/linux86-64/14.1/bin/pgcc
checking CXX... pgcpp
checking CXXFLAGS... 
checking type pgcpp... pgcpp is /share/apps/pgi/linux86-64/14.1/bin/pgcpp
checking FC... pgf90
checking FFLAGS... 
checking type pgf90... pgf90 is /share/apps/pgi/linux86-64/14.1/bin/pgf90
checking F90... pgf90
checking FCFLAGS... 
checking type pgf90... pgf90 is /share/apps/pgi/linux86-64/14.1/bin/pgf90
checking AR... ar
checking AR_FLAGS... cru
checking type ar... ar is /usr/bin/ar
checking NM... /usr/bin/nm -B
checking NMFLAGS... 
configure: checking types, headers, and functions
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for vprintf... yes
checking for _doprnt... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for strlcat... no
checking for strerror... yes
checking for snprintf... yes
checking for strchr... yes
checking for strrchr... yes
checking for strcat... yes
checking for strcpy... yes
checking for strdup... yes
checking for strcasecmp... yes
checking for strtod... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strstr... yes
checking for mkstemp... yes
checking for getpid... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for fsync... yes
checking for MPI_Comm_f2c... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether isnan is declared... yes
checking whether isinf is declared... yes
checking whether isfinite is declared... yes
checking whether signbit is declared... yes
checking for struct stat.st_blksize... yes
checking for IEEE floating point format... yes
checking for size_t... (cached) yes
checking for off_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking for uchar... no
checking for longlong... no
checking whether char is unsigned... no
checking whether byte ordering is bigendian... no
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of float... 4
checking size of double... 8
checking size of off_t... 8
checking size of size_t... 8
checking for floor in -lm... yes
checking what to call the output of the ftpbin target... binary-netcdf-4.2_nc3.tar pgf90 pgcpp
checking binary distribution directory... /home/ftp/pub/binary/dummy_system
checking value of LIBS... -lm 
configure: generating header files and makefiles
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nc-config
config.status: creating netcdf.pc
config.status: creating include/Makefile
config.status: creating h5_test/Makefile
config.status: creating man4/Makefile
config.status: creating man4/images/Makefile
config.status: creating libsrc/Makefile
config.status: creating libsrc4/Makefile
config.status: creating nctest/Makefile
config.status: creating nc_test4/Makefile
config.status: creating nc_test/Makefile
config.status: creating ncdump/Makefile
config.status: creating ncgen3/Makefile
config.status: creating ncgen/Makefile
config.status: creating examples/Makefile
config.status: creating examples/C/Makefile
config.status: creating examples/CDL/Makefile
config.status: creating win32/Makefile
config.status: creating win32/NET/Makefile
config.status: creating win32/NET/libsrc/Makefile
config.status: creating win32/NET/ncdump/Makefile
config.status: creating win32/NET/ncgen/Makefile
config.status: creating win32/NET/examples/Makefile
config.status: creating win32/NET/nctest/Makefile
config.status: creating win32/NET/nc_test/Makefile
config.status: creating oc/Makefile
config.status: creating libdap2/Makefile
config.status: creating libcdmr/Makefile
config.status: creating librpc/Makefile
config.status: creating libdispatch/Makefile
config.status: creating liblib/Makefile
config.status: creating ncdump/cdl4/Makefile
config.status: creating ncdump/expected4/Makefile
config.status: creating ncdap_test/Makefile
config.status: creating ncdap_test/testdata3/Makefile
config.status: creating ncdap_test/expected3/Makefile
config.status: creating ncdap_test/expected4/Makefile
config.status: creating ncdap_test/expectremote3/Makefile
config.status: creating ncdap_test/expectremote4/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

Hi Julius,

I’ve been trying, but so far I have been unable to reproduce this issue. Can you show me how you are invoking the ./configure script? It is possible I have not enabled the feature that is causing you trouble.

Thanks in advance,

+chris

Cparrot,

thanks for the answer.

Exports toinstall NetCDF

export NETCDF=/Users/julius/apps/netcdf4.2
export PATH=“$NETCDF/bin:$PATH”
export DYLD_LIBRARY_PATH=$NETCDF/lib:$PGI_PGI_PATH/osx86-64/14.3/lib:$DYLD_LIB
export WRFIO_NCD_LARGE_FILE_SUPPORT=1

\

compilers

export CC=pgcc
export FC=pgf90
export F90=pgf90
export F77=pgfortran
export CXX=g++
export CPP=cpp
export LD=ld
export CPPFLAGS=“-DpgiFortran -I${NETCDF}/include”
export LDFLAGS=-L${NETCDF}/lib


./configure --prefix=/Users/julius/apps/netcdf4.2 --build=$MACHTYPE --disable-netcdf-4 --disable-dap --disable-doxygen >& configure_log

Hi Julius,

I still have not been able to reproduce the errors you have observed. I tried FreePGI on Mountain Lion here, will try Mavericks soon just to rule out any differences there.

Here is the command line I used:

$ CC=pgcc FC=pgf90 F90=pgf90 F77=pgf77 CXX=g++ CPP=cpp LD=ld CPPFLAGS=“-DpgiFortran” ./configure --prefix=/tmp/crp/netcdf --disable-netcdf-4 --disable-dap --disable-doxygen

I’m not sure what you had $MACHTYPE set to, or why you needed to specify the --build flag - usually GNU autoconf is pretty good about auto detecting that automatically.

After this, I was able to do the following:

$ make

$ make check

And I got a successful build and test run of NetCDF.

Hope this helps,

+chris

I just tried a Mavericks system with FreePGI with the same sequence as above, and it also worked for me there. Can you give this a try on your end, and let me know?

Best regards,

+chris

Dear Cparrot,

Thank you for answer.

I followed all steps.


export NETCDF=/Users/julius/apps/netcdf4.2
export PATH=“$NETCDF/bin:$PATH”
export DYLD_LIBRARY_PATH=$NETCDF/lib:$PGI_PGI_PATH/osx86-64/14.3/lib:$DYLD_LIB
export WRFIO_NCD_LARGE_FILE_SUPPORT=1


export CC=pgcc
export FC=pgf90
export F90=pgf90

export F77=pgfortran (if iIuse pgf77 it isn’t work because license problem, I think it is a bug from Free PGI for mac )

export CXX=g++
export CPP=cpp
export LD=ld
export CPPFLAGS=“-DpgiFortran”

So, I think my GNU isn’t working right:
checking build system type… i386-apple-darwin13.2.0

How is it possible if my environment variable $MACHTYPE (default on my mac os) shows:
x86_64-apple-darwin13

For this reason I was using --build=$MACHTYPE

All my logs are attached (I used same options that you used).

./configure --prefix=/Users/julius/apps/netcdf4.2 --disable-netcdf-4 --disable-dap --disable-doxygen >& configure_log

Also attached config.log

make >& make_log
make check >& make_check_log
make install >& make_install_log

Configure_log

configure: netCDF 4.2
checking build system type... i386-apple-darwin13.2.0
checking host system type... i386-apple-darwin13.2.0
checking target system type... i386-apple-darwin13.2.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
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 a NCIO_MINBLOCKSIZE was specified... 256
checking if fsync support is enabled... yes
checking whether extra valgrind tests should be run... no
checking whether we should try to build netCDF-4... no
checking whether reading of HDF4 SD files is to be enabled... no
checking whether to fetch some sample HDF4 files from Unidata ftp site to test HDF4 reading (requires wget)... no
checking whether parallel I/O for classic and 64-bit offset files using parallel-netcdf is to be enabled... no
checking whether extra example tests should be run... no
checking whether parallel IO tests should be run... no
checking whether a default chunk size in bytes was specified... 4194304
checking whether a maximum per-variable cache size for HDF5 was specified... 67108864
checking whether a number of chunks for the default per-variable cache was specified... 10
checking whether a default file cache size for HDF5 was specified... 4194304
checking whether a default file cache maximum number of elements for HDF5 was specified... 1009
checking whether a default cache preemption for HDF5 was specified... 0.75
checking whether netCDF-4 logging is enabled... no
checking whether cdmremote client is to be built... no
checking whether DAP client is to be built... no
checking for style of include used by make... GNU
checking for gcc... pgcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether pgcc accepts -g... yes
checking for pgcc option to accept ISO C89... none needed
checking dependency style of pgcc... none
checking for curl_easy_setopt in -lcurl... yes
checking whether dap remote testing should be enabled (default on)... no
checking whether netcdf4 group names should be enabled (default on)... configure: dap groups disabled because dap disabled or netcdf-4 disabled
no
checking whether the time-consuming dap tests should be enabled (default off)... no
checking whether netCDF extra tests should be run (developers only)... no
checking whether FFIO will be used... no
checking whether examples should be built... yes
checking whether v2 netCDF API should be built... yes
checking whether the ncgen/ncdump/nccopy should be built... yes
checking whether large file (> 2GB) tests should be run... no
checking whether benchmaks should be run (experimental)... 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
configure: finding C compiler
checking for gcc... (cached) pgcc
checking whether we are using the GNU C compiler... (cached) no
checking whether pgcc accepts -g... (cached) yes
checking for pgcc option to accept ISO C89... (cached) none needed
checking dependency style of pgcc... (cached) none
checking whether pgcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking whether a CURLOPT_KEYPASSWD is defined... yes
configure: setting up libtool
checking how to print strings... printf
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 non-GNU ld... ld
checking if the linker (ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm
checking the name lister (/opt/local/bin/nm) 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 "+="... yes
checking how to convert i386-apple-darwin13.2.0 file names to i386-apple-darwin13.2.0 format... func_convert_file_noop
checking how to convert i386-apple-darwin13.2.0 file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /opt/local/bin/nm output from pgcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... no
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... cpp
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 for objdir... .libs
checking for pgcc option to produce PIC...  -DPIC
checking if pgcc PIC flag  -DPIC works... yes
checking if pgcc static flag  works... yes
checking if pgcc supports -c -o file.o... yes
checking if pgcc supports -c -o file.o... (cached) yes
checking whether the pgcc linker (ld) supports shared libraries... no
checking dynamic linker characteristics... darwin13.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: finding other utilities
checking for doxygen... no
configure: WARNING: Doxygen not found - documentation will not be built
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... -DpgiFortran
checking CC CFLAGS... pgcc -g
checking type pgcc... pgcc is hashed (/Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/bin/pgcc)
checking CXX... g++
checking CXXFLAGS... 
checking type g++... g++ is /usr/bin/g++
checking FC... pgf90
checking FFLAGS... 
checking type pgf90... pgf90 is /Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/bin/pgf90
checking F90... pgf90
checking FCFLAGS... 
checking type pgf90... pgf90 is /Applications/Free PGI.app/Contents/Resources/pgi/osx86-64/14.3/bin/pgf90
checking AR... ar
checking AR_FLAGS... cru
checking type ar... ar is hashed (/opt/local/bin/ar)
checking NM... /opt/local/bin/nm
checking NMFLAGS... 
configure: checking types, headers, and functions
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking stdio.h usability... yes
checking stdio.h presence... no
configure: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: stdio.h: proceeding with the compiler's result
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... no
configure: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: fcntl.h: proceeding with the compiler's result
checking for fcntl.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... no
configure: WARNING: getopt.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: getopt.h: proceeding with the compiler's result
checking for getopt.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... no
configure: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/time.h: proceeding with the compiler's result
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... no
configure: WARNING: sys/resource.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sys/resource.h: proceeding with the compiler's result
checking for sys/resource.h... yes
checking for vprintf... yes
checking for _doprnt... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for strlcat... yes
checking for strerror... yes
checking for snprintf... yes
checking for strchr... yes
checking for strrchr... yes
checking for strcat... yes
checking for strcpy... yes
checking for strdup... yes
checking for strcasecmp... yes
checking for strtod... yes
checking for strtoll... yes
checking for strtoull... yes
checking for strstr... yes
checking for mkstemp... yes
checking for getpid... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for fsync... yes
checking for MPI_Comm_f2c... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether isnan is declared... yes
checking whether isinf is declared... yes
checking whether isfinite is declared... yes
checking whether signbit is declared... yes
checking for struct stat.st_blksize... yes
checking for IEEE floating point format... yes
checking for size_t... (cached) yes
checking for off_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking for uchar... no
checking for longlong... no
checking whether char is unsigned... no
checking whether byte ordering is bigendian... no
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of float... 4
checking size of double... 8
checking size of off_t... 8
checking size of size_t... 8
checking for floor in -lm... yes
checking what to call the output of the ftpbin target... binary-netcdf-4.2_nc3.tar pgf90 g++
checking binary distribution directory... /home/ftp/pub/binary/dummy_system
checking value of LIBS... -lm 
configure: generating header files and makefiles
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nc-config
config.status: creating netcdf.pc
config.status: creating include/Makefile
config.status: creating h5_test/Makefile
config.status: creating man4/Makefile
config.status: creating man4/images/Makefile
config.status: creating libsrc/Makefile
config.status: creating libsrc4/Makefile
config.status: creating nctest/Makefile
config.status: creating nc_test4/Makefile
config.status: creating nc_test/Makefile
config.status: creating ncdump/Makefile
config.status: creating ncgen3/Makefile
config.status: creating ncgen/Makefile
config.status: creating examples/Makefile
config.status: creating examples/C/Makefile
config.status: creating examples/CDL/Makefile
config.status: creating win32/Makefile
config.status: creating win32/NET/Makefile
config.status: creating win32/NET/libsrc/Makefile
config.status: creating win32/NET/ncdump/Makefile
config.status: creating win32/NET/ncgen/Makefile
config.status: creating win32/NET/examples/Makefile
config.status: creating win32/NET/nctest/Makefile
config.status: creating win32/NET/nc_test/Makefile
config.status: creating oc/Makefile
config.status: creating libdap2/Makefile
config.status: creating libcdmr/Makefile
config.status: creating librpc/Makefile
config.status: creating libdispatch/Makefile
config.status: creating liblib/Makefile
config.status: creating ncdump/cdl4/Makefile
config.status: creating ncdump/expected4/Makefile
config.status: creating ncdap_test/Makefile
config.status: creating ncdap_test/testdata3/Makefile
config.status: creating ncdap_test/expected3/Makefile
config.status: creating ncdap_test/expected4/Makefile
config.status: creating ncdap_test/expectremote3/Makefile
config.status: creating ncdap_test/expectremote4/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

something is wrong with your arch flags

you need to build a fat binary. both i386 and x86_64

update your system to at least 10.8.5 and Xcode to 5.1.1

OSXcoder,

Thanks for the answer.

I’m using OSX Mavericks 10.9.3 and Xcode 5.1.1

Hardwares:
Intel i5 1.7 GHz
8GB 1600 MHz DDR 3

How can I build a fat binary???