This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hi, Sorry to have taken so long to respond to your support request. > I tried to build netcdf-4.1.1-rc1 in combination with hdf5-1.8.4-patch1 > (the hdf5 make check didn't complain). > > Unfortunately, the netcdf make check reported 51 of 55 tests as failure. At your convenience, could you please try netcdf-4.1.1-rc2 in combination with hdf5-1.8.4-patch1 and determine if the problems have been fixed? It's available here: ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.1.1-rc2.tar.gz Thanks! --Russ > My system: > > CPU: Intel cpu famiily6, model 15 > Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz > > os: Linux version 2.6.18-6-686 (Debian 2.6.18.dfsg.1-26etch1) > (address@hidden) (gcc version 4.1.2 20061115 (prerelease) > (Debian 4.1.1-21)) #1 SMP Thu Nov 5 16:28:13 UTC 2009 > > Environmental settings: > > export CC="/usr/bin/gcc" > export CFLAGS="-static -g" > export CPPFLAGS="-DNDEBUG" > export CXX="" > export CXXFLAGS="" > export FC="" > export F90="" > export HDF5DIR="/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5" > > The executed configure command: > ./configure --prefix=/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1\ > -disable-shared --disable-fortran-compiler-check --disable-f77 \ > --with-hdf5="/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5" \ > --with-zlib="/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib" > > Please find the output of configure, make and make check below; indicated by > headings: > a) configure > b) make > c) make check > > Thank you very much and good luck. > > ----------------------------------------------- > Dr. Heinz-Dieter Hollweg > DKRZ Abt. Datenmanagement > Bundesstr. 45a > D-20146 Hamburg, Germany > Tel: (+49) 40 41173 -546 > address@hidden > > a) configure > > configure: netCDF 4.1.1-rc1 > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-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 CXX is set to ''... yes > checking whether FC is set to ''... yes > checking whether F90 is set to ''... yes > checking whether a NCIO_MINBLOCKSIZE was specified... 256 > checking whether udunits is to be built... no > checking if fsync support is enabled... yes > checking whether extra valgrind tests should be run... no > checking whether libcf is to be built... 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 a location for the parallel-netcdf library was specified... > no > checking whether new netCDF-4 C++ API is to be built... no > checking whether HDF5 should do data conversions... no > checking whether extra example tests should be run... no > checking whether parallel IO tests should be run... no > checking whether a location for the HDF5 library was > specified... /scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5 > checking whether a location for the ZLIB library was > specified... /scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib > checking whether a location for the SZLIB library was specified... > checking whether a location for the HDF4 library was specified... > 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 a path for curl-config was specified... no > checking whether a location for curl installation was specified... no > configure: checking whether a location for curl-config is in PATH... yes > checking whether DAP client is to be built... yes > checking whether dap remote testing should be enabled (default on)... yes > checking whether the time-consuming dap tests should be enabled (default > off)... no > checking whether a location for liboc was specified... no > checking whether netCDF extra tests should be run (developers only)... no > checking whether Fortran compiler(s) should be tested during configure... no > checking whether FFIO will be used... no > checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes > checking whether only the C library is desired... no > checking whether examples should be built... yes > checking whether F77 API is desired... no > checking whether any Fortran API is desired... no > checking whether F90 API is desired... no > checking whether fortran type sizes should be checked... yes > checking whether C API is desired... yes > checking where to get netCDF C-only library for separate fortran libraries... > checking whether CXX API is desired... no > checking whether v2 netCDF API should be built... yes > checking whether the ncgen/ncdump should be built... yes > checking whether large file (> 2GB) tests should be run... no > checking whether 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 > checking whether separate fortran libs are desired... no > configure: finding C compiler > 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... yes > checking whether /usr/bin/gcc accepts -g... yes > checking for /usr/bin/gcc option to accept ISO C89... none needed > checking for style of include used by make... GNU > checking dependency style of /usr/bin/gcc... gcc3 > checking whether /usr/bin/gcc and cc understand -c and -o together... yes > checking for an ANSI C-conforming const... yes > configure: finding Fortran compiler (will not be used if Fortran API is not > desired) > checking for xlf90... no > checking for fort... no > checking for xlf95... no > checking for ifort... ifort > checking whether we are using the GNU Fortran compiler... no > checking whether ifort accepts -g... yes > checking for xlf... no > checking for fort... no > checking for xlf95... no > checking for ifort... ifort > checking whether we are using the GNU Fortran 77 compiler... no > checking whether ifort accepts -g... yes > configure: finding C++ compiler (will not be used if C++ API is not desired) > checking for cl... no > checking for KCC... no > checking for CC... CC > checking whether we are using the GNU C++ compiler... no > checking whether CC accepts -g... no > checking dependency style of CC... none > configure: setting up libtool > 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 ld used by /usr/bin/gcc... /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... 98304 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+="... yes > checking for /usr/bin/ld option to reload object files... -r > checking how to recognize dependent libraries... pass_all > checking for ar... ar > checking for strip... strip > checking for ranlib... ranlib > checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok > checking how to run the C preprocessor... /usr/bin/gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking for dlfcn.h... yes > checking whether we are using the GNU C++ compiler... (cached) no > checking whether CC accepts -g... (cached) no > checking dependency style of CC... (cached) none > checking how to run the C++ preprocessor... /lib/cpp > checking whether we are using the GNU Fortran 77 compiler... (cached) no > checking whether ifort accepts -g... (cached) yes > checking whether we are using the GNU Fortran compiler... (cached) no > checking whether ifort accepts -g... (cached) yes > checking for objdir... .libs > checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no > checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC > checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes > checking if /usr/bin/gcc static flag -static works... yes > checking if /usr/bin/gcc supports -c -o file.o... yes > checking if /usr/bin/gcc supports -c -o file.o... (cached) yes > checking whether the /usr/bin/gcc linker (/usr/bin/ld) 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... no > checking whether to build static libraries... yes > checking whether the CC linker (/usr/bin/ld) supports shared libraries... yes > checking for CC option to produce PIC... -DPIC > checking if CC PIC flag -DPIC works... no > checking if CC static flag works... no > checking if CC supports -c -o file.o... no > checking if CC supports -c -o file.o... (cached) no > checking whether the CC linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... unsupported > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... no > checking whether to build static libraries... yes > checking for ifort option to produce PIC... -KPIC > checking if ifort PIC flag -KPIC works... no > checking if ifort static flag -static works... yes > checking if ifort supports -c -o file.o... yes > checking if ifort supports -c -o file.o... (cached) yes > checking whether the ifort linker (/usr/bin/ld) supports shared libraries... > yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... no > checking whether to build static libraries... yes > checking for ifort option to produce PIC... -KPIC > checking if ifort PIC flag -KPIC works... no > checking if ifort static flag -static works... yes > checking if ifort supports -c -o file.o... yes > checking if ifort supports -c -o file.o... (cached) yes > checking whether the ifort linker (/usr/bin/ld) supports shared libraries... > yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > configure: finding other utilities > checking if we need to set _LARGE_FILES despite results of previous tests... > _LARGE_FILES= > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... 64 > configure: displaying some results > checking CPPFLAGS... -DNDEBUG > checking CC CFLAGS... /usr/bin/gcc -static -g > checking type /usr/bin/gcc... /usr/bin/gcc is /usr/bin/gcc > checking CXX... CC > checking CXXFLAGS... > checking type CC... CC is /pf/k/k204145/Scripts/Bash/CC > checking FC... ifort > checking FFLAGS... -g > checking type ifort... ifort is /sw/etch-ia32/INTEL/fc/10.1.011/bin/ifort > checking F90... unset > 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 locale.h usability... yes > checking locale.h presence... yes > checking for locale.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 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 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 mktemp... yes > checking for strcat... yes > checking for strcpy... yes > checking for strdup... yes > checking for strcasecmp... yes > checking for getrlimit... yes > checking for gettimeofday... yes > checking for fsync... 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... no > checking whether signbit is declared... no > checking for struct stat.st_blksize... yes > checking for IEEE floating point format... yes > checking for size_t... yes > checking for off_t... yes > checking for ssize_t... yes > checking for ptrdiff_t... yes > checking for uchar... no > checking whether char is unsigned... no > checking whether byte ordering is bigendian... no > checking size of short... 2 > checking size of int... 4 > checking size of long... 4 > checking size of float... 4 > checking size of double... 8 > checking size of off_t... 8 > checking size of size_t... 4 > checking for manual-page index command... > checking hdf5.h usability... yes > checking hdf5.h presence... yes > checking for hdf5.h... yes > checking whether we should try to build netCDF-4... yes > checking for H5Fflush in -lhdf5... yes > checking for H5DSis_scale in -lhdf5_hl... yes > checking for H5Pget_fapl_mpiposix in -lhdf5... no > checking for H5Pget_fapl_mpio in -lhdf5... no > checking how to modify netcdf.h to deal with parallel I/O... without parallel > checking whether parallel I/O features are to be included... no > checking for H5Pset_deflate in -lhdf5... yes > checking for H5Z_can_apply_szip in -lhdf5... no > checking for long long int... yes > checking for unsigned long long int... yes > checking what to call the output of the ftpbin target... > binary-netcdf-4.1.1-rc1.tar ifort CC > checking binary distribution directory... /home/ftp/pub/binary/dummy_system > checking for library containing xdr_void... none required > configure: XDR Functions appear to be in libc. > checking for rpc/types.h... yes > checking for rpc/xdr.h... yes > 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 man4/Makefile > config.status: creating fortran/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 nf_test/Makefile > config.status: creating cxx/Makefile > config.status: creating cxx4/Makefile > config.status: creating f90/Makefile > config.status: creating examples/Makefile > config.status: creating examples/C/Makefile > config.status: creating examples/CDL/Makefile > config.status: creating examples/CXX/Makefile > config.status: creating examples/CXX4/Makefile > config.status: creating examples/F90/Makefile > config.status: creating examples/F77/Makefile > config.status: creating libncdap3/Makefile > config.status: creating libncdap3/oc/Makefile > config.status: creating libncdap4/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 ncdump/cdl4/Makefile > config.status: creating ncdump/expected4/Makefile > config.status: creating config.h > config.status: creating fortran/nfconfig1.inc > config.status: executing depfiles commands > config.status: executing libtool commands > === configuring in udunits > (/pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/udunits) > configure: > running /bin/sh ./configure --disable-option-checking > '--prefix=/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1' > '--enable-netcdf-4' '--enable-static' '--disable-shared' > '--disable-fortran-compiler-check' '--disable-f77' > '--with-hdf5=/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5' > '--with-zlib=/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib' > 'CC=/usr/bin/gcc' 'CFLAGS=-static -g' 'CPPFLAGS=-DNDEBUG' 'FC=' 'CXX=' > 'CXXFLAGS=' --cache-file=/dev/null --srcdir=. > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking 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... yes > checking whether /usr/bin/gcc accepts -g... yes > checking for /usr/bin/gcc option to accept ISO C89... none needed > checking for style of include used by make... GNU > checking dependency style of /usr/bin/gcc... gcc3 > checking whether /usr/bin/gcc and cc understand -c and -o together... yes > checking how to run the C preprocessor... /usr/bin/gcc -E > checking whether ln -s works... yes > checking whether make sets $(MAKE)... (cached) yes > checking for bison... bison -y > checking for flex... flex > checking lex output file root... lex.yy > checking lex library... -lfl > checking whether yytext is a pointer... yes > checking for library containing dirname... none required > checking for library containing log10... -lm > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... yes > checking for 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 float.h usability... yes > checking float.h presence... yes > checking for float.h... yes > checking for inttypes.h... (cached) yes > checking stddef.h usability... yes > checking stddef.h presence... yes > checking for stddef.h... yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking for strings.h... (cached) yes > configure: CUNIT not found. Disabling unit-tests. > checking for an ANSI C-conforming const... yes > checking for size_t... yes > checking whether byte ordering is bigendian... no > checking for floor... yes > checking for memmove... yes > checking for memset... yes > checking for modf... yes > checking for pow... yes > checking for strcasecmp... yes > checking for strdup... yes > checking for strpbrk... yes > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking for a sed that does not truncate output... /bin/sed > checking for fgrep... /bin/grep -F > checking for ld used by /usr/bin/gcc... /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 the maximum length of command line arguments... 98304 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+="... yes > checking for /usr/bin/ld option to reload object files... -r > checking how to recognize dependent libraries... pass_all > checking for ar... ar > checking for strip... strip > checking for ranlib... ranlib > checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok > checking for dlfcn.h... yes > checking for objdir... .libs > checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no > checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC > checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes > checking if /usr/bin/gcc static flag -static works... yes > checking if /usr/bin/gcc supports -c -o file.o... yes > checking if /usr/bin/gcc supports -c -o file.o... (cached) yes > checking whether the /usr/bin/gcc linker (/usr/bin/ld) 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... no > checking whether to build static libraries... yes > configure: creating ./config.status > config.status: creating Makefile > config.status: creating expat/Makefile > config.status: creating lib/Makefile > config.status: creating lib/xmlFailures/Makefile > config.status: creating lib/xmlSuccesses/Makefile > config.status: creating prog/Makefile > config.status: creating test/Makefile > config.status: creating config.h > config.status: creating expat/expat_config.h > config.status: executing depfiles commands > config.status: executing libtool commands > === configuring in libcf (/pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/libcf) > configure: > running /bin/sh ./configure --disable-option-checking > '--prefix=/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1' > '--enable-netcdf-4' '--enable-static' '--disable-shared' > '--disable-fortran-compiler-check' '--disable-f77' > '--with-hdf5=/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5' > '--with-zlib=/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib' > 'CC=/usr/bin/gcc' 'CFLAGS=-static -g' 'CPPFLAGS=-DNDEBUG' 'FC=' 'CXX=' > 'CXXFLAGS=' --cache-file=/dev/null --srcdir=. > configure: libcf 1.0-alpha5 > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-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 FC is set to ''... yes > checking whether documentation is to be built... no > checking whether gridspec tools are to be built... no > checking whether gridspec test data should be fetched from Unidata FTP site... > no > checking whether cfcheck is to be built... yes > checking whether logging is enabled (useful to CF developers, mainly... no > checking whether netCDF-4 is to be used... yes > checking whether extra tests on sample data should be performed... no > checking whether a location for the HDF5 library was > specified... /scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5 > checking whether a location for the HDF4 library was specified... > checking whether a location for the ZLIB library was > specified... /scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib > checking whether a location for the SZLIB library was specified... > checking whether Fortran 90 API is desired... no > checking whether a location for the netCDF library was specified... no > configure: finding C compiler > 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... yes > checking whether /usr/bin/gcc accepts -g... yes > checking for /usr/bin/gcc option to accept ISO C89... none needed > checking for style of include used by make... GNU > checking dependency style of /usr/bin/gcc... gcc3 > checking whether /usr/bin/gcc and cc understand -c and -o together... yes > configure: finding Fortran compiler (required, even if Fortran API is not > desired) > checking for xlf90... no > checking for fort... no > checking for xlf95... no > checking for ifort... ifort > checking whether we are using the GNU Fortran compiler... no > checking whether ifort accepts -g... yes > checking for xlf... no > checking for fort... no > checking for xlf95... no > checking for ifort... ifort > checking whether we are using the GNU Fortran 77 compiler... no > checking whether ifort accepts -g... yes > configure: finding other utilities > configure: setting up libtool > 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 ld used by /usr/bin/gcc... /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... 98304 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+="... yes > checking for /usr/bin/ld option to reload object files... -r > checking how to recognize dependent libraries... pass_all > checking for ar... ar > checking for strip... strip > checking for ranlib... ranlib > checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok > checking how to run the C preprocessor... /usr/bin/gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking for dlfcn.h... yes > checking whether we are using the GNU Fortran 77 compiler... (cached) no > checking whether ifort accepts -g... (cached) yes > checking whether we are using the GNU Fortran compiler... (cached) no > checking whether ifort accepts -g... (cached) yes > checking for objdir... .libs > checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no > checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC > checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes > checking if /usr/bin/gcc static flag -static works... yes > checking if /usr/bin/gcc supports -c -o file.o... yes > checking if /usr/bin/gcc supports -c -o file.o... (cached) yes > checking whether the /usr/bin/gcc linker (/usr/bin/ld) 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... no > checking whether to build static libraries... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... no > checking whether to build static libraries... yes > checking for ifort option to produce PIC... -KPIC > checking if ifort PIC flag -KPIC works... no > checking if ifort static flag -static works... yes > checking if ifort supports -c -o file.o... yes > checking if ifort supports -c -o file.o... (cached) yes > checking whether the ifort linker (/usr/bin/ld) supports shared libraries... > yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... no > checking whether to build static libraries... yes > checking for ifort option to produce PIC... -KPIC > checking if ifort PIC flag -KPIC works... no > checking if ifort static flag -static works... yes > checking if ifort supports -c -o file.o... yes > checking if ifort supports -c -o file.o... (cached) yes > checking whether the ifort linker (/usr/bin/ld) supports shared libraries... > yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > configure: checking for large file support > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... 64 > configure: checking types, headers, and functions > checking for stdlib.h... (cached) yes > checking for sys/types.h... (cached) yes > checking for unistd.h... (cached) yes > checking for strerror... yes > checking for strlcat... no > checking for working alloca.h... yes > checking for alloca... yes > checking for struct stat.st_blksize... yes > checking for size_t... yes > checking for off_t... yes > checking for ssize_t... yes > checking for ptrdiff_t... yes > checking for uchar... no > checking whether char is unsigned... no > checking whether byte ordering is bigendian... no > checking size of short... 2 > checking size of int... 4 > checking size of long... 4 > checking size of float... 4 > checking size of double... 8 > checking size of off_t... 8 > checking size of size_t... 4 > configure: generating header files and makefiles > configure: creating ./config.status > config.status: creating gridspec/tools/make_hgrid/run_tests > config.status: creating gridspec/tools/make_vgrid/run_tests > config.status: creating gridspec/tools/make_topog/run_tests > config.status: creating Makefile > config.status: creating doc/Makefile > config.status: creating cfcheck/Makefile > config.status: creating src/Makefile > config.status: creating gridspec/Makefile > config.status: creating gridspec/shared/Makefile > config.status: creating gridspec/shared/mosaic/Makefile > config.status: creating gridspec/tools/Makefile > config.status: creating gridspec/tools/shared/Makefile > config.status: creating gridspec/tools/make_hgrid/Makefile > config.status: creating gridspec/tools/make_solo_mosaic/Makefile > config.status: creating gridspec/tools/make_coupler_mosaic/Makefile > config.status: creating gridspec/tools/fregrid/Makefile > config.status: creating gridspec/tools/make_topog/Makefile > config.status: creating gridspec/tools/make_vgrid/Makefile > config.status: creating gridspec/tools/river_regrid/Makefile > config.status: creating gridspec/tools/transfer_to_mosaic_grid/Makefile > config.status: creating config.h > config.status: creating nfconfig.inc > config.status: executing depfiles commands > config.status: executing libtool commands > > b) make > make all-recursive > make[1]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1' > Making all in libncdap3 > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3' > Making all in oc > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3/oc' > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-daptab.lo -MD -MP -MF .deps/liboc_la-daptab.Tpo -c -o > liboc_la-daptab.lo `test -f 'daptab.c' || echo './'`daptab.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-daptab.lo -MD -MP -MF .deps/liboc_la-daptab.Tpo -c daptab.c -o > liboc_la-daptab.o > mv -f .deps/liboc_la-daptab.Tpo .deps/liboc_la-daptab.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-curlfunctions.lo -MD -MP -MF .deps/liboc_la-curlfunctions.Tpo -c -o > liboc_la-curlfunctions.lo `test -f 'curlfunctions.c' || > echo './'`curlfunctions.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-curlfunctions.lo -MD -MP -MF .deps/liboc_la-curlfunctions.Tpo -c > curlfunctions.c -o liboc_la-curlfunctions.o > mv -f .deps/liboc_la-curlfunctions.Tpo .deps/liboc_la-curlfunctions.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-dapparselex.lo -MD -MP -MF .deps/liboc_la-dapparselex.Tpo -c -o > liboc_la-dapparselex.lo `test -f 'dapparselex.c' || echo './'`dapparselex.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-dapparselex.lo -MD -MP -MF .deps/liboc_la-dapparselex.Tpo -c > dapparselex.c -o liboc_la-dapparselex.o > mv -f .deps/liboc_la-dapparselex.Tpo .deps/liboc_la-dapparselex.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-dapurl.lo -MD -MP -MF .deps/liboc_la-dapurl.Tpo -c -o > liboc_la-dapurl.lo `test -f 'dapurl.c' || echo './'`dapurl.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-dapurl.lo -MD -MP -MF .deps/liboc_la-dapurl.Tpo -c dapurl.c -o > liboc_la-dapurl.o > mv -f .deps/liboc_la-dapurl.Tpo .deps/liboc_la-dapurl.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-http.lo -MD -MP -MF .deps/liboc_la-http.Tpo -c -o liboc_la-http.lo > `test -f 'http.c' || echo './'`http.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-http.lo -MD -MP -MF .deps/liboc_la-http.Tpo -c http.c -o > liboc_la-http.o > mv -f .deps/liboc_la-http.Tpo .deps/liboc_la-http.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-ocbytes.lo -MD -MP -MF .deps/liboc_la-ocbytes.Tpo -c -o > liboc_la-ocbytes.lo `test -f 'ocbytes.c' || echo './'`ocbytes.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-ocbytes.lo -MD -MP -MF .deps/liboc_la-ocbytes.Tpo -c ocbytes.c -o > liboc_la-ocbytes.o > mv -f .deps/liboc_la-ocbytes.Tpo .deps/liboc_la-ocbytes.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-oc.lo -MD -MP -MF .deps/liboc_la-oc.Tpo -c -o liboc_la-oc.lo > `test -f 'oc.c' || echo './'`oc.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-oc.lo -MD -MP -MF .deps/liboc_la-oc.Tpo -c oc.c -o liboc_la-oc.o > mv -f .deps/liboc_la-oc.Tpo .deps/liboc_la-oc.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-occompile.lo -MD -MP -MF .deps/liboc_la-occompile.Tpo -c -o > liboc_la-occompile.lo `test -f 'occompile.c' || echo './'`occompile.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-occompile.lo -MD -MP -MF .deps/liboc_la-occompile.Tpo -c > occompile.c -o liboc_la-occompile.o > mv -f .deps/liboc_la-occompile.Tpo .deps/liboc_la-occompile.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-occontent.lo -MD -MP -MF .deps/liboc_la-occontent.Tpo -c -o > liboc_la-occontent.lo `test -f 'occontent.c' || echo './'`occontent.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-occontent.lo -MD -MP -MF .deps/liboc_la-occontent.Tpo -c > occontent.c -o liboc_la-occontent.o > mv -f .deps/liboc_la-occontent.Tpo .deps/liboc_la-occontent.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-ocdata.lo -MD -MP -MF .deps/liboc_la-ocdata.Tpo -c -o > liboc_la-ocdata.lo `test -f 'ocdata.c' || echo './'`ocdata.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-ocdata.lo -MD -MP -MF .deps/liboc_la-ocdata.Tpo -c ocdata.c -o > liboc_la-ocdata.o > mv -f .deps/liboc_la-ocdata.Tpo .deps/liboc_la-ocdata.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-ocdebug.lo -MD -MP -MF .deps/liboc_la-ocdebug.Tpo -c -o > liboc_la-ocdebug.lo `test -f 'ocdebug.c' || echo './'`ocdebug.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-ocdebug.lo -MD -MP -MF .deps/liboc_la-ocdebug.Tpo -c ocdebug.c -o > liboc_la-ocdebug.o > mv -f .deps/liboc_la-ocdebug.Tpo .deps/liboc_la-ocdebug.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-ocdrno.lo -MD -MP -MF .deps/liboc_la-ocdrno.Tpo -c -o > liboc_la-ocdrno.lo `test -f 'ocdrno.c' || echo './'`ocdrno.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-ocdrno.lo -MD -MP -MF .deps/liboc_la-ocdrno.Tpo -c ocdrno.c -o > liboc_la-ocdrno.o > mv -f .deps/liboc_la-ocdrno.Tpo .deps/liboc_la-ocdrno.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-ocdump.lo -MD -MP -MF .deps/liboc_la-ocdump.Tpo -c -o > liboc_la-ocdump.lo `test -f 'ocdump.c' || echo './'`ocdump.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-ocdump.lo -MD -MP -MF .deps/liboc_la-ocdump.Tpo -c ocdump.c -o > liboc_la-ocdump.o > mv -f .deps/liboc_la-ocdump.Tpo .deps/liboc_la-ocdump.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-ocinternal.lo -MD -MP -MF .deps/liboc_la-ocinternal.Tpo -c -o > liboc_la-ocinternal.lo `test -f 'ocinternal.c' || echo './'`ocinternal.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-ocinternal.lo -MD -MP -MF .deps/liboc_la-ocinternal.Tpo -c > ocinternal.c -o liboc_la-ocinternal.o > mv -f .deps/liboc_la-ocinternal.Tpo .deps/liboc_la-ocinternal.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-oclist.lo -MD -MP -MF .deps/liboc_la-oclist.Tpo -c -o > liboc_la-oclist.lo `test -f 'oclist.c' || echo './'`oclist.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-oclist.lo -MD -MP -MF .deps/liboc_la-oclist.Tpo -c oclist.c -o > liboc_la-oclist.o > mv -f .deps/liboc_la-oclist.Tpo .deps/liboc_la-oclist.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-oclog.lo -MD -MP -MF .deps/liboc_la-oclog.Tpo -c -o > liboc_la-oclog.lo `test -f 'oclog.c' || echo './'`oclog.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-oclog.lo -MD -MP -MF .deps/liboc_la-oclog.Tpo -c oclog.c -o > liboc_la-oclog.o > mv -f .deps/liboc_la-oclog.Tpo .deps/liboc_la-oclog.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-ocnode.lo -MD -MP -MF .deps/liboc_la-ocnode.Tpo -c -o > liboc_la-ocnode.lo `test -f 'ocnode.c' || echo './'`ocnode.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-ocnode.lo -MD -MP -MF .deps/liboc_la-ocnode.Tpo -c ocnode.c -o > liboc_la-ocnode.o > mv -f .deps/liboc_la-ocnode.Tpo .deps/liboc_la-ocnode.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-ocutil.lo -MD -MP -MF .deps/liboc_la-ocutil.Tpo -c -o > liboc_la-ocutil.lo `test -f 'ocutil.c' || echo './'`ocutil.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-ocutil.lo -MD -MP -MF .deps/liboc_la-ocutil.Tpo -c ocutil.c -o > liboc_la-ocutil.o > mv -f .deps/liboc_la-ocutil.Tpo .deps/liboc_la-ocutil.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-occlientparams.lo -MD -MP -MF .deps/liboc_la-occlientparams.Tpo -c -o > liboc_la-occlientparams.lo `test -f 'occlientparams.c' || > echo './'`occlientparams.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-occlientparams.lo -MD -MP -MF .deps/liboc_la-occlientparams.Tpo -c > occlientparams.c -o liboc_la-occlientparams.o > mv -f .deps/liboc_la-occlientparams.Tpo .deps/liboc_la-occlientparams.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-ocxdr_stdio.lo -MD -MP -MF .deps/liboc_la-ocxdr_stdio.Tpo -c -o > liboc_la-ocxdr_stdio.lo `test -f 'ocxdr_stdio.c' || echo './'`ocxdr_stdio.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-ocxdr_stdio.lo -MD -MP -MF .deps/liboc_la-ocxdr_stdio.Tpo -c > ocxdr_stdio.c -o liboc_la-ocxdr_stdio.o > mv -f .deps/liboc_la-ocxdr_stdio.Tpo .deps/liboc_la-ocxdr_stdio.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-rc.lo -MD -MP -MF .deps/liboc_la-rc.Tpo -c -o liboc_la-rc.lo > `test -f 'rc.c' || echo './'`rc.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-rc.lo -MD -MP -MF .deps/liboc_la-rc.Tpo -c rc.c -o liboc_la-rc.o > mv -f .deps/liboc_la-rc.Tpo .deps/liboc_la-rc.Plo > /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I../.. -I../../fortran -I../../libsrc -DNDEBUG -static -g -MT > liboc_la-read.lo -MD -MP -MF .deps/liboc_la-read.Tpo -c -o liboc_la-read.lo > `test -f 'read.c' || echo './'`read.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../fortran > -I../../libsrc -DNDEBUG -g -MT > liboc_la-read.lo -MD -MP -MF .deps/liboc_la-read.Tpo -c read.c -o > liboc_la-read.o > mv -f .deps/liboc_la-read.Tpo .deps/liboc_la-read.Plo > /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -static -g -o > liboc.la liboc_la-daptab.lo liboc_la-curlfunctions.lo > liboc_la-dapparselex.lo liboc_la-dapurl.lo liboc_la-http.lo > liboc_la-ocbytes.lo liboc_la-oc.lo liboc_la-occompile.lo > liboc_la-occontent.lo liboc_la-ocdata.lo liboc_la-ocdebug.lo > liboc_la-ocdrno.lo liboc_la-ocdump.lo liboc_la-ocinternal.lo > liboc_la-oclist.lo liboc_la-oclog.lo liboc_la-ocnode.lo liboc_la-ocutil.lo > liboc_la-occlientparams.lo liboc_la-ocxdr_stdio.lo liboc_la-rc.lo > liboc_la-read.lo -L/usr/lib -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 > -lk5crypto -lcom_err -lkrb5support -lresolv -lidn -lssl -lcrypto -ldl -lssl > -lcrypto -lz > libtool: link: ar cru .libs/liboc.a liboc_la-daptab.o > liboc_la-curlfunctions.o liboc_la-dapparselex.o liboc_la-dapurl.o > liboc_la-http.o liboc_la-ocbytes.o liboc_la-oc.o liboc_la-occompile.o > liboc_la-occontent.o liboc_la-ocdata.o liboc_la-ocdebug.o liboc_la-ocdrno.o > liboc_la-ocdump.o liboc_la-ocinternal.o liboc_la-oclist.o liboc_la-oclog.o > liboc_la-ocnode.o liboc_la-ocutil.o liboc_la-occlientparams.o > liboc_la-ocxdr_stdio.o liboc_la-rc.o liboc_la-read.o > libtool: link: ranlib .libs/liboc.a > libtool: link: ( cd ".libs" && rm -f "liboc.la" && > ln -s "../liboc.la" "liboc.la" ) > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3/oc' > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3' > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-ncdap3.lo -MD -MP -MF .deps/libncdap3_la-ncdap3.Tpo -c -o > libncdap3_la-ncdap3.lo `test -f 'ncdap3.c' || echo './'`ncdap3.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-ncdap3.lo -MD -MP -MF .deps/libncdap3_la-ncdap3.Tpo -c > ncdap3.c -o libncdap3_la-ncdap3.o > mv -f .deps/libncdap3_la-ncdap3.Tpo .deps/libncdap3_la-ncdap3.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-constraints3.lo -MD -MP -MF .deps/libncdap3_la-constraints3.Tpo > -c -o > libncdap3_la-constraints3.lo `test -f 'constraints3.c' || > echo './'`constraints3.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-constraints3.lo -MD -MP -MF .deps/libncdap3_la-constraints3.Tpo > -c > constraints3.c -o libncdap3_la-constraints3.o > mv -f .deps/libncdap3_la-constraints3.Tpo .deps/libncdap3_la-constraints3.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-getvara3.lo -MD -MP -MF .deps/libncdap3_la-getvara3.Tpo -c -o > libncdap3_la-getvara3.lo `test -f 'getvara3.c' || echo './'`getvara3.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-getvara3.lo -MD -MP -MF .deps/libncdap3_la-getvara3.Tpo -c > getvara3.c -o libncdap3_la-getvara3.o > mv -f .deps/libncdap3_la-getvara3.Tpo .deps/libncdap3_la-getvara3.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-common34.lo -MD -MP -MF .deps/libncdap3_la-common34.Tpo -c -o > libncdap3_la-common34.lo `test -f 'common34.c' || echo './'`common34.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-common34.lo -MD -MP -MF .deps/libncdap3_la-common34.Tpo -c > common34.c -o libncdap3_la-common34.o > mv -f .deps/libncdap3_la-common34.Tpo .deps/libncdap3_la-common34.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-dapcvt.lo -MD -MP -MF .deps/libncdap3_la-dapcvt.Tpo -c -o > libncdap3_la-dapcvt.lo `test -f 'dapcvt.c' || echo './'`dapcvt.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-dapcvt.lo -MD -MP -MF .deps/libncdap3_la-dapcvt.Tpo -c > dapcvt.c -o libncdap3_la-dapcvt.o > mv -f .deps/libncdap3_la-dapcvt.Tpo .deps/libncdap3_la-dapcvt.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-dapalign.lo -MD -MP -MF .deps/libncdap3_la-dapalign.Tpo -c -o > libncdap3_la-dapalign.lo `test -f 'dapalign.c' || echo './'`dapalign.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-dapalign.lo -MD -MP -MF .deps/libncdap3_la-dapalign.Tpo -c > dapalign.c -o libncdap3_la-dapalign.o > mv -f .deps/libncdap3_la-dapalign.Tpo .deps/libncdap3_la-dapalign.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-dapodom.lo -MD -MP -MF .deps/libncdap3_la-dapodom.Tpo -c -o > libncdap3_la-dapodom.lo `test -f 'dapodom.c' || echo './'`dapodom.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-dapodom.lo -MD -MP -MF .deps/libncdap3_la-dapodom.Tpo -c > dapodom.c -o libncdap3_la-dapodom.o > mv -f .deps/libncdap3_la-dapodom.Tpo .deps/libncdap3_la-dapodom.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-ncdaperr.lo -MD -MP -MF .deps/libncdap3_la-ncdaperr.Tpo -c -o > libncdap3_la-ncdaperr.lo `test -f 'ncdaperr.c' || echo './'`ncdaperr.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-ncdaperr.lo -MD -MP -MF .deps/libncdap3_la-ncdaperr.Tpo -c > ncdaperr.c -o libncdap3_la-ncdaperr.o > mv -f .deps/libncdap3_la-ncdaperr.Tpo .deps/libncdap3_la-ncdaperr.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-cdf3.lo -MD -MP -MF .deps/libncdap3_la-cdf3.Tpo -c -o > libncdap3_la-cdf3.lo `test -f 'cdf3.c' || echo './'`cdf3.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-cdf3.lo -MD -MP -MF .deps/libncdap3_la-cdf3.Tpo -c cdf3.c -o > libncdap3_la-cdf3.o > mv -f .deps/libncdap3_la-cdf3.Tpo .deps/libncdap3_la-cdf3.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-dapdispatch3.lo -MD -MP -MF .deps/libncdap3_la-dapdispatch3.Tpo > -c -o > libncdap3_la-dapdispatch3.lo `test -f 'dapdispatch3.c' || > echo './'`dapdispatch3.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-dapdispatch3.lo -MD -MP -MF .deps/libncdap3_la-dapdispatch3.Tpo > -c > dapdispatch3.c -o libncdap3_la-dapdispatch3.o > mv -f .deps/libncdap3_la-dapdispatch3.Tpo .deps/libncdap3_la-dapdispatch3.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-dispatch3.lo -MD -MP -MF .deps/libncdap3_la-dispatch3.Tpo -c -o > libncdap3_la-dispatch3.lo `test -f 'dispatch3.c' || echo './'`dispatch3.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-dispatch3.lo -MD -MP -MF .deps/libncdap3_la-dispatch3.Tpo -c > dispatch3.c -o libncdap3_la-dispatch3.o > mv -f .deps/libncdap3_la-dispatch3.Tpo .deps/libncdap3_la-dispatch3.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-dapdump.lo -MD -MP -MF .deps/libncdap3_la-dapdump.Tpo -c -o > libncdap3_la-dapdump.lo `test -f 'dapdump.c' || echo './'`dapdump.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-dapdump.lo -MD -MP -MF .deps/libncdap3_la-dapdump.Tpo -c > dapdump.c -o libncdap3_la-dapdump.o > mv -f .deps/libncdap3_la-dapdump.Tpo .deps/libncdap3_la-dapdump.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-dapdebug.lo -MD -MP -MF .deps/libncdap3_la-dapdebug.Tpo -c -o > libncdap3_la-dapdebug.lo `test -f 'dapdebug.c' || echo './'`dapdebug.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-dapdebug.lo -MD -MP -MF .deps/libncdap3_la-dapdebug.Tpo -c > dapdebug.c -o libncdap3_la-dapdebug.o > mv -f .deps/libncdap3_la-dapdebug.Tpo .deps/libncdap3_la-dapdebug.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-daputil.lo -MD -MP -MF .deps/libncdap3_la-daputil.Tpo -c -o > libncdap3_la-daputil.lo `test -f 'daputil.c' || echo './'`daputil.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-daputil.lo -MD -MP -MF .deps/libncdap3_la-daputil.Tpo -c > daputil.c -o libncdap3_la-daputil.o > mv -f .deps/libncdap3_la-daputil.Tpo .deps/libncdap3_la-daputil.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-dapattr3.lo -MD -MP -MF .deps/libncdap3_la-dapattr3.Tpo -c -o > libncdap3_la-dapattr3.lo `test -f 'dapattr3.c' || echo './'`dapattr3.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-dapattr3.lo -MD -MP -MF .deps/libncdap3_la-dapattr3.Tpo -c > dapattr3.c -o libncdap3_la-dapattr3.o > mv -f .deps/libncdap3_la-dapattr3.Tpo .deps/libncdap3_la-dapattr3.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-cetab.lo -MD -MP -MF .deps/libncdap3_la-cetab.Tpo -c -o > libncdap3_la-cetab.lo `test -f 'cetab.c' || echo './'`cetab.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-cetab.lo -MD -MP -MF .deps/libncdap3_la-cetab.Tpo -c cetab.c -o > libncdap3_la-cetab.o > mv -f .deps/libncdap3_la-cetab.Tpo .deps/libncdap3_la-cetab.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-nchashmap.lo -MD -MP -MF .deps/libncdap3_la-nchashmap.Tpo -c -o > libncdap3_la-nchashmap.lo `test -f 'nchashmap.c' || echo './'`nchashmap.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-nchashmap.lo -MD -MP -MF .deps/libncdap3_la-nchashmap.Tpo -c > nchashmap.c -o libncdap3_la-nchashmap.o > mv -f .deps/libncdap3_la-nchashmap.Tpo .deps/libncdap3_la-nchashmap.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-nclist.lo -MD -MP -MF .deps/libncdap3_la-nclist.Tpo -c -o > libncdap3_la-nclist.lo `test -f 'nclist.c' || echo './'`nclist.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-nclist.lo -MD -MP -MF .deps/libncdap3_la-nclist.Tpo -c > nclist.c -o libncdap3_la-nclist.o > mv -f .deps/libncdap3_la-nclist.Tpo .deps/libncdap3_la-nclist.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libsrc4 -I../libsrc -I../libncdap3/oc -DNDEBUG > -static -g -MT > libncdap3_la-ncbytes.lo -MD -MP -MF .deps/libncdap3_la-ncbytes.Tpo -c -o > libncdap3_la-ncbytes.lo `test -f 'ncbytes.c' || echo './'`ncbytes.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 > -I../libsrc -I../libncdap3/oc -DNDEBUG -g -MT > libncdap3_la-ncbytes.lo -MD -MP -MF .deps/libncdap3_la-ncbytes.Tpo -c > ncbytes.c -o libncdap3_la-ncbytes.o > mv -f .deps/libncdap3_la-ncbytes.Tpo .deps/libncdap3_la-ncbytes.Plo > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > libncdap3.la libncdap3_la-ncdap3.lo libncdap3_la-constraints3.lo > libncdap3_la-getvara3.lo libncdap3_la-common34.lo libncdap3_la-dapcvt.lo > libncdap3_la-dapalign.lo libncdap3_la-dapodom.lo libncdap3_la-ncdaperr.lo > libncdap3_la-cdf3.lo libncdap3_la-dapdispatch3.lo libncdap3_la-dispatch3.lo > libncdap3_la-dapdump.lo libncdap3_la-dapdebug.lo libncdap3_la-daputil.lo > libncdap3_la-dapattr3.lo libncdap3_la-cetab.lo libncdap3_la-nchashmap.lo > libncdap3_la-nclist.lo libncdap3_la-ncbytes.lo ./oc/liboc.la > libtool: link: (cd .libs/libncdap3.lax/liboc.a && ar > x > "/pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/libncdap3/./oc/.libs/liboc.a") > libtool: link: ar cru .libs/libncdap3.a libncdap3_la-ncdap3.o > libncdap3_la-constraints3.o libncdap3_la-getvara3.o libncdap3_la-common34.o > libncdap3_la-dapcvt.o libncdap3_la-dapalign.o libncdap3_la-dapodom.o > libncdap3_la-ncdaperr.o libncdap3_la-cdf3.o libncdap3_la-dapdispatch3.o > libncdap3_la-dispatch3.o libncdap3_la-dapdump.o libncdap3_la-dapdebug.o > libncdap3_la-daputil.o libncdap3_la-dapattr3.o libncdap3_la-cetab.o > libncdap3_la-nchashmap.o libncdap3_la-nclist.o > libncdap3_la-ncbytes.o .libs/libncdap3.lax/liboc.a/liboc_la-ocnode.o > .libs/libncdap3.lax/liboc.a/liboc_la-dapurl.o > .libs/libncdap3.lax/liboc.a/liboc_la-occompile.o > .libs/libncdap3.lax/liboc.a/liboc_la-http.o > .libs/libncdap3.lax/liboc.a/liboc_la-daptab.o > .libs/libncdap3.lax/liboc.a/liboc_la-ocbytes.o > .libs/libncdap3.lax/liboc.a/liboc_la-dapparselex.o > .libs/libncdap3.lax/liboc.a/liboc_la-oclist.o > .libs/libncdap3.lax/liboc.a/liboc_la-ocutil.o > .libs/libncdap3.lax/liboc.a/liboc_la-read.o > .libs/libncdap3.lax/liboc.a/liboc_la-ocdebug.o > .libs/libncdap3.lax/liboc.a/liboc_la-oclog.o > .libs/libncdap3.lax/liboc.a/liboc_la-occontent.o > .libs/libncdap3.lax/liboc.a/liboc_la-ocdata.o > .libs/libncdap3.lax/liboc.a/liboc_la-ocdrno.o > .libs/libncdap3.lax/liboc.a/liboc_la-ocinternal.o > .libs/libncdap3.lax/liboc.a/liboc_la-ocdump.o > .libs/libncdap3.lax/liboc.a/liboc_la-occlientparams.o > .libs/libncdap3.lax/liboc.a/liboc_la-curlfunctions.o > .libs/libncdap3.lax/liboc.a/liboc_la-rc.o .libs/libncdap3.lax/l iboc.a/liboc_la-oc.o .libs/libncdap3.lax/liboc.a/liboc_la-ocxdr_stdio.o > libtool: link: ranlib .libs/libncdap3.a > libtool: link: rm -fr .libs/libncdap3.lax > libtool: link: ( cd ".libs" && rm -f "libncdap3.la" && > ln -s "../libncdap3.la" "libncdap3.la" ) > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3' > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3' > Making all in libsrc > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc' > depbase=`echo v2i.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > v2i.lo -MD -MP -MF $depbase.Tpo -c -o v2i.lo v2i.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > v2i.lo -MD -MP -MF .deps/v2i.Tpo -c v2i.c -o v2i.o > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -o > libnetcdf2.la v2i.lo > libtool: link: ar cru .libs/libnetcdf2.a v2i.o > libtool: link: ranlib .libs/libnetcdf2.a > libtool: link: ( cd ".libs" && rm -f "libnetcdf2.la" && > ln -s "../libnetcdf2.la" "libnetcdf2.la" ) > depbase=`echo attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > attr.lo -MD -MP -MF $depbase.Tpo -c -o attr.lo attr.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > attr.lo -MD -MP -MF .deps/attr.Tpo -c attr.c -o attr.o > depbase=`echo ncx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > ncx.lo -MD -MP -MF $depbase.Tpo -c -o ncx.lo ncx.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > ncx.lo -MD -MP -MF .deps/ncx.Tpo -c ncx.c -o ncx.o > depbase=`echo putget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > putget.lo -MD -MP -MF $depbase.Tpo -c -o putget.lo putget.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > putget.lo -MD -MP -MF .deps/putget.Tpo -c putget.c -o putget.o > depbase=`echo dim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > dim.lo -MD -MP -MF $depbase.Tpo -c -o dim.lo dim.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > dim.lo -MD -MP -MF .deps/dim.Tpo -c dim.c -o dim.o > depbase=`echo error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o > depbase=`echo libvers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > libvers.lo -MD -MP -MF $depbase.Tpo -c -o libvers.lo libvers.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > libvers.lo -MD -MP -MF .deps/libvers.Tpo -c libvers.c -o libvers.o > depbase=`echo nc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nc.lo -MD -MP -MF $depbase.Tpo -c -o nc.lo nc.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > nc.lo -MD -MP -MF .deps/nc.Tpo -c nc.c -o nc.o > depbase=`echo string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > string.lo -MD -MP -MF $depbase.Tpo -c -o string.lo string.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > string.lo -MD -MP -MF .deps/string.Tpo -c string.c -o string.o > depbase=`echo v1hpg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > v1hpg.lo -MD -MP -MF $depbase.Tpo -c -o v1hpg.lo v1hpg.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > v1hpg.lo -MD -MP -MF .deps/v1hpg.Tpo -c v1hpg.c -o v1hpg.o > depbase=`echo var.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > var.lo -MD -MP -MF $depbase.Tpo -c -o var.lo var.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > var.lo -MD -MP -MF .deps/var.Tpo -c var.c -o var.o > depbase=`echo utf8proc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > utf8proc.lo -MD -MP -MF $depbase.Tpo -c -o utf8proc.lo utf8proc.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > utf8proc.lo -MD -MP -MF .deps/utf8proc.Tpo -c utf8proc.c -o utf8proc.o > depbase=`echo posixio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > posixio.lo -MD -MP -MF $depbase.Tpo -c -o posixio.lo posixio.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > posixio.lo -MD -MP -MF .deps/posixio.Tpo -c posixio.c -o posixio.o > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -o > libnetcdf3.la attr.lo ncx.lo putget.lo dim.lo error.lo libvers.lo nc.lo > string.lo v1hpg.lo var.lo utf8proc.lo posixio.lo ../libncdap3/libncdap3.la > libtool: link: (cd .libs/libnetcdf3.lax/libncdap3.a && ar > x > "/pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/libsrc/../libncdap3/.libs/libncdap3.a") > libtool: link: ar cru .libs/libnetcdf3.a attr.o ncx.o putget.o dim.o error.o > libvers.o nc.o string.o v1hpg.o var.o utf8proc.o > posixio.o .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-daputil.o > .libs/libnetcdf3.lax/libncdap3.a/liboc_la-ocnode.o > .libs/libnetcdf3.lax/libncdap3.a/liboc_la-dapurl.o > .libs/libnetcdf3.lax/libncdap3.a/liboc_la-occompile.o > .libs/libnetcdf3.lax/libncdap3.a/liboc_la-http.o > .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-nclist.o > .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-getvara3.o > .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-dispatch3.o > .libs/libnetcdf3.lax/libncdap3.a/liboc_la-daptab.o > .libs/libnetcdf3.lax/libncdap3.a/liboc_la-ocbytes.o > .libs/libnetcdf3.lax/libncdap3.a/liboc_la-dapparselex.o > .libs/libnetcdf3.lax/libncdap3.a/liboc_la-oclist.o > .libs/libnetcdf3.lax/libncdap3.a/liboc_la-ocutil.o > .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-dapattr3.o > .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-ncdaperr.o > .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-common34.o > .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-cdf3.o > .libs/libnetcdf3.lax/libncdap3.a/liboc_la-read.o .libs/libnet cdf3.lax/libncdap3.a/liboc_la-ocdebug.o .libs/libnetcdf3.lax/libncdap3.a/liboc_la-oclog.o .libs/libnetcdf3.lax/libncdap3.a/liboc_la-occontent.o .libs/libnetcdf3.lax/libncdap3.a/liboc_la-ocdata.o .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-ncbytes.o .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-dapdebug.o .libs/libnetcdf3.lax/libncdap3.a/liboc_la-ocdrno.o .libs/libnetcdf3.lax/libncdap3.a/liboc_la-ocinternal.o .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-dapodom.o .libs/libnetcdf3.lax/libncdap3.a/liboc_la-ocdump.o .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-dapcvt.o .libs/libnetcdf3.lax/libncdap3.a/liboc_la-occlientparams.o .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-dapdispatch3.o .libs/libnetcdf3.lax/libncdap3.a/liboc_la-curlfunctions.o .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-ncdap3.o .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-dapdump.o .libs/libnetcdf3.lax/libncdap3.a/liboc_la-rc.o .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-constraints3.o .libs/libnetcdf3 .lax/libncdap3.a/libncdap3_la-nchashmap.o .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-dapalign.o .libs/libnetcdf3.lax/libncdap3.a/liboc_la-oc.o .libs/libnetcdf3.lax/libncdap3.a/libncdap3_la-cetab.o .libs/libnetcdf3.lax/libncdap3.a/liboc_la-ocxdr_stdio.o > libtool: link: ranlib .libs/libnetcdf3.a > libtool: link: rm -fr .libs/libnetcdf3.lax > libtool: link: ( cd ".libs" && rm -f "libnetcdf3.la" && > ln -s "../libnetcdf3.la" "libnetcdf3.la" ) > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc' > Making all in libncdap4 > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap4' > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libncdap3 -I../libncdap3/oc -I../libsrc4 > -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > libncdap4_la-ncdap4.lo -MD -MP -MF .deps/libncdap4_la-ncdap4.Tpo -c -o > libncdap4_la-ncdap4.lo `test -f 'ncdap4.c' || echo './'`ncdap4.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libncdap3 > -I../libncdap3/oc -I../libsrc4 -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > libncdap4_la-ncdap4.lo -MD -MP -MF .deps/libncdap4_la-ncdap4.Tpo -c > ncdap4.c -o libncdap4_la-ncdap4.o > In file included from ncdap4.h:19, > from ncdap4.c:1: > ../libncdap3/getvara.h:15:1: warning: "MEGABYTE" redefined > In file included from ncdap4.h:17, > from ncdap4.c:1: > ../libsrc4/nc4internal.h:44:1: warning: this is the location of the previous > definition > mv -f .deps/libncdap4_la-ncdap4.Tpo .deps/libncdap4_la-ncdap4.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libncdap3 -I../libncdap3/oc -I../libsrc4 > -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > libncdap4_la-cdf4.lo -MD -MP -MF .deps/libncdap4_la-cdf4.Tpo -c -o > libncdap4_la-cdf4.lo `test -f 'cdf4.c' || echo './'`cdf4.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libncdap3 > -I../libncdap3/oc -I../libsrc4 -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > libncdap4_la-cdf4.lo -MD -MP -MF .deps/libncdap4_la-cdf4.Tpo -c cdf4.c -o > libncdap4_la-cdf4.o > In file included from ncdap4.h:19, > from cdf4.c:7: > ../libncdap3/getvara.h:15:1: warning: "MEGABYTE" redefined > In file included from ncdap4.h:17, > from cdf4.c:7: > ../libsrc4/nc4internal.h:44:1: warning: this is the location of the previous > definition > mv -f .deps/libncdap4_la-cdf4.Tpo .deps/libncdap4_la-cdf4.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libncdap3 -I../libncdap3/oc -I../libsrc4 > -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > libncdap4_la-getvara4.lo -MD -MP -MF .deps/libncdap4_la-getvara4.Tpo -c -o > libncdap4_la-getvara4.lo `test -f 'getvara4.c' || echo './'`getvara4.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libncdap3 > -I../libncdap3/oc -I../libsrc4 -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > libncdap4_la-getvara4.lo -MD -MP -MF .deps/libncdap4_la-getvara4.Tpo -c > getvara4.c -o libncdap4_la-getvara4.o > In file included from ncdap4.h:19, > from getvara4.c:1: > ../libncdap3/getvara.h:15:1: warning: "MEGABYTE" redefined > In file included from ncdap4.h:17, > from getvara4.c:1: > ../libsrc4/nc4internal.h:44:1: warning: this is the location of the previous > definition > mv -f .deps/libncdap4_la-getvara4.Tpo .deps/libncdap4_la-getvara4.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libncdap3 -I../libncdap3/oc -I../libsrc4 > -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > libncdap4_la-constraints4.lo -MD -MP -MF .deps/libncdap4_la-constraints4.Tpo > -c -o > libncdap4_la-constraints4.lo `test -f 'constraints4.c' || > echo './'`constraints4.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libncdap3 > -I../libncdap3/oc -I../libsrc4 -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > libncdap4_la-constraints4.lo -MD -MP -MF .deps/libncdap4_la-constraints4.Tpo > -c > constraints4.c -o libncdap4_la-constraints4.o > In file included from ncdap4.h:19, > from constraints4.c:6: > ../libncdap3/getvara.h:15:1: warning: "MEGABYTE" redefined > In file included from ncdap4.h:17, > from constraints4.c:6: > ../libsrc4/nc4internal.h:44:1: warning: this is the location of the previous > definition > mv -f .deps/libncdap4_la-constraints4.Tpo .deps/libncdap4_la-constraints4.Plo > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H > -I. -I.. -I../fortran -I../libncdap3 -I../libncdap3/oc -I../libsrc4 > -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > libncdap4_la-dispatch4.lo -MD -MP -MF .deps/libncdap4_la-dispatch4.Tpo -c -o > libncdap4_la-dispatch4.lo `test -f 'dispatch4.c' || echo './'`dispatch4.c > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libncdap3 > -I../libncdap3/oc -I../libsrc4 -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > libncdap4_la-dispatch4.lo -MD -MP -MF .deps/libncdap4_la-dispatch4.Tpo -c > dispatch4.c -o libncdap4_la-dispatch4.o > In file included from ncdap4.h:19, > from dispatch4.c:1: > ../libncdap3/getvara.h:15:1: warning: "MEGABYTE" redefined > In file included from ncdap4.h:17, > from dispatch4.c:1: > ../libsrc4/nc4internal.h:44:1: warning: this is the location of the previous > definition > mv -f .deps/libncdap4_la-dispatch4.Tpo .deps/libncdap4_la-dispatch4.Plo > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > libncdap4.la libncdap4_la-ncdap4.lo libncdap4_la-cdf4.lo > libncdap4_la-getvara4.lo libncdap4_la-constraints4.lo > libncdap4_la-dispatch4.lo > libtool: link: ar cru .libs/libncdap4.a libncdap4_la-ncdap4.o > libncdap4_la-cdf4.o libncdap4_la-getvara4.o libncdap4_la-constraints4.o > libncdap4_la-dispatch4.o > libtool: link: ranlib .libs/libncdap4.a > libtool: link: ( cd ".libs" && rm -f "libncdap4.la" && > ln -s "../libncdap4.la" "libncdap4.la" ) > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap4' > Making all in libsrc4 > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc4' > depbase=`echo nc4attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nc4attr.lo -MD -MP -MF $depbase.Tpo -c -o nc4attr.lo nc4attr.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > nc4attr.lo -MD -MP -MF .deps/nc4attr.Tpo -c nc4attr.c -o nc4attr.o > depbase=`echo nc4internal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nc4internal.lo -MD -MP -MF $depbase.Tpo -c -o nc4internal.lo nc4internal.c > &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > nc4internal.lo -MD -MP -MF .deps/nc4internal.Tpo -c nc4internal.c -o > nc4internal.o > depbase=`echo nc4var.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nc4var.lo -MD -MP -MF $depbase.Tpo -c -o nc4var.lo nc4var.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > nc4var.lo -MD -MP -MF .deps/nc4var.Tpo -c nc4var.c -o nc4var.o > depbase=`echo nc4dim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nc4dim.lo -MD -MP -MF $depbase.Tpo -c -o nc4dim.lo nc4dim.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > nc4dim.lo -MD -MP -MF .deps/nc4dim.Tpo -c nc4dim.c -o nc4dim.o > depbase=`echo ncfunc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > ncfunc.lo -MD -MP -MF $depbase.Tpo -c -o ncfunc.lo ncfunc.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > ncfunc.lo -MD -MP -MF .deps/ncfunc.Tpo -c ncfunc.c -o ncfunc.o > depbase=`echo nc4file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nc4file.lo -MD -MP -MF $depbase.Tpo -c -o nc4file.lo nc4file.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > nc4file.lo -MD -MP -MF .deps/nc4file.Tpo -c nc4file.c -o nc4file.o > depbase=`echo error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o > depbase=`echo nc4grp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nc4grp.lo -MD -MP -MF $depbase.Tpo -c -o nc4grp.lo nc4grp.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > nc4grp.lo -MD -MP -MF .deps/nc4grp.Tpo -c nc4grp.c -o nc4grp.o > depbase=`echo nc4type.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nc4type.lo -MD -MP -MF $depbase.Tpo -c -o nc4type.lo nc4type.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > nc4type.lo -MD -MP -MF .deps/nc4type.Tpo -c nc4type.c -o nc4type.o > depbase=`echo nc4hdf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ > /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. > -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nc4hdf.lo -MD -MP -MF $depbase.Tpo -c -o nc4hdf.lo nc4hdf.c &&\ > mv -f $depbase.Tpo $depbase.Plo > libtool: > compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG -g -MT > nc4hdf.lo -MD -MP -MF .deps/nc4hdf.Tpo -c nc4hdf.c -o nc4hdf.o > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -version-number > 6:0:0 -o > libnetcdf.la -rpath /scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/lib > nc4attr.lo nc4internal.lo nc4var.lo nc4dim.lo ncfunc.lo nc4file.lo error.lo > nc4grp.lo nc4type.lo > nc4hdf.lo ../libsrc/libnetcdf3.la ../libncdap4/libncdap4.la > ../libsrc/libnetcdf2.la -lhdf5_hl -lhdf5 > libtool: link: (cd .libs/libnetcdf.lax/libnetcdf3.a && ar > x > "/pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/libsrc4/../libsrc/.libs/libnetcdf3.a") > libtool: link: (cd .libs/libnetcdf.lax/libncdap4.a && ar > x > "/pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/libsrc4/../libncdap4/.libs/libncdap4.a") > libtool: link: (cd .libs/libnetcdf.lax/libnetcdf2.a && ar > x > "/pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/libsrc4/../libsrc/.libs/libnetcdf2.a") > copying selected object files to avoid basename conflicts... > libtool: link: > ln .libs/libnetcdf.lax/libnetcdf3.a/error.o .libs/libnetcdf.lax/lt1-error.o || > cp .libs/libnetcdf.lax/libnetcdf3.a/error.o .libs/libnetcdf.lax/lt1-error.o > libtool: link: ar cru .libs/libnetcdf.a nc4attr.o nc4internal.o nc4var.o > nc4dim.o ncfunc.o nc4file.o error.o nc4grp.o nc4type.o > nc4hdf.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-daputil.o > .libs/libnetcdf.lax/libnetcdf3.a/nc.o > .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-ocnode.o > .libs/libnetcdf.lax/libnetcdf3.a/var.o > .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-dapurl.o > .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-occompile.o > .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-http.o > .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-nclist.o > .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-getvara3.o > .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-dispatch3.o > .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-daptab.o > .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-ocbytes.o > .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-dapparselex.o > .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-oclist.o > .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-ocutil.o > .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-dapattr3.o > .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-ncdaperr.o > .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-common34.o > .libs/libnetcdf.lax/libnetcdf3.a/libncd ap3_la-cdf3.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-read.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-ocdebug.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-oclog.o .libs/libnetcdf.lax/libnetcdf3.a/posixio.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-occontent.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-ocdata.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-ncbytes.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-dapdebug.o .libs/libnetcdf.lax/libnetcdf3.a/ncx.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-ocdrno.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-ocinternal.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-dapodom.o .libs/libnetcdf.lax/libnetcdf3.a/utf8proc.o .libs/libnetcdf.lax/libnetcdf3.a/string.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-ocdump.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-dapcvt.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-occlientparams.o .libs/libnetcdf.lax/libnetcdf3.a/putget.o .libs/libnetcdf.lax/libnetcdf3.a/attr.o .libs/libnetcdf.lax/libnetcdf 3.a/libvers.o .libs/libnetcdf.lax/libnetcdf3.a/v1hpg.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-dapdispatch3.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-curlfunctions.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-ncdap3.o .libs/libnetcdf.lax/lt1-error.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-dapdump.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-rc.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-constraints3.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-nchashmap.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-dapalign.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-oc.o .libs/libnetcdf.lax/libnetcdf3.a/libncdap3_la-cetab.o .libs/libnetcdf.lax/libnetcdf3.a/liboc_la-ocxdr_stdio.o .libs/libnetcdf.lax/libnetcdf3.a/dim.o .libs/libnetcdf.lax/libncdap4.a/libncdap4_la-dispatch4.o .libs/libnetcdf.lax/libncdap4.a/libncdap4_la-constraints4.o .libs/libnetcdf.lax/libncdap4.a/libncdap4_la-ncdap4.o .libs/libnetcdf.lax/libncdap4.a/libncdap4_la-cdf4.o .libs/libnetcdf.lax/libncdap4. a/libncdap4_la-getvara4.o .libs/libnetcdf.lax/libnetcdf2.a/v2i.o > libtool: link: ranlib .libs/libnetcdf.a > libtool: link: rm -fr .libs/libnetcdf.lax .libs/libnetcdf.lax > libtool: link: ( cd ".libs" && rm -f "libnetcdf.la" && > ln -s "../libnetcdf.la" "libnetcdf.la" ) > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc4' > Making all in nctest > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/nctest' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/nctest' > Making all in ncgen3 > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncgen3' > depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > load.o -MD -MP -MF $depbase.Tpo -c -o load.o load.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo escapes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > escapes.o -MD -MP -MF $depbase.Tpo -c -o escapes.o escapes.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo getfill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > getfill.o -MD -MP -MF $depbase.Tpo -c -o getfill.o getfill.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo init.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > init.o -MD -MP -MF $depbase.Tpo -c -o init.o init.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo genlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > genlib.o -MD -MP -MF $depbase.Tpo -c -o genlib.o genlib.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo ncgentab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > ncgentab.o -MD -MP -MF $depbase.Tpo -c -o ncgentab.o ncgentab.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > ncgen3 main.o load.o escapes.o getfill.o init.o genlib.o > ncgentab.o ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 -lz -lm > libtool: link: /usr/bin/gcc -g -o ncgen3 main.o load.o escapes.o getfill.o > init.o genlib.o > ncgentab.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ../libsrc4/.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 > -lk5crypto -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl > -lcrypto /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lz -lm > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncgen3' > Making all in ncgen > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncgen' > depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo cdata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > cdata.o -MD -MP -MF $depbase.Tpo -c -o cdata.o cdata.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo cdfdata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > cdfdata.o -MD -MP -MF $depbase.Tpo -c -o cdfdata.o cdfdata.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo genchar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > genchar.o -MD -MP -MF $depbase.Tpo -c -o genchar.o genchar.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo cvt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > cvt.o -MD -MP -MF $depbase.Tpo -c -o cvt.o cvt.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > data.o -MD -MP -MF $depbase.Tpo -c -o data.o data.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o debug.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo escapes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > escapes.o -MD -MP -MF $depbase.Tpo -c -o escapes.o escapes.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo genc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > genc.o -MD -MP -MF $depbase.Tpo -c -o genc.o genc.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo gencdf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > gencdf.o -MD -MP -MF $depbase.Tpo -c -o gencdf.o gencdf.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo generr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > generr.o -MD -MP -MF $depbase.Tpo -c -o generr.o generr.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo genlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > genlib.o -MD -MP -MF $depbase.Tpo -c -o genlib.o genlib.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo getfill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > getfill.o -MD -MP -MF $depbase.Tpo -c -o getfill.o getfill.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo odom.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > odom.o -MD -MP -MF $depbase.Tpo -c -o odom.o odom.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo offsets.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > offsets.o -MD -MP -MF $depbase.Tpo -c -o offsets.o offsets.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo semantics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > semantics.o -MD -MP -MF $depbase.Tpo -c -o semantics.o semantics.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo ncgentab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > ncgentab.o -MD -MP -MF $depbase.Tpo -c -o ncgentab.o ncgentab.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo dump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > dump.o -MD -MP -MF $depbase.Tpo -c -o dump.o dump.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > util.o -MD -MP -MF $depbase.Tpo -c -o util.o util.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo bytebuffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > bytebuffer.o -MD -MP -MF $depbase.Tpo -c -o bytebuffer.o bytebuffer.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > list.o -MD -MP -MF $depbase.Tpo -c -o list.o list.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo genf77.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > genf77.o -MD -MP -MF $depbase.Tpo -c -o genf77.o genf77.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo f77data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > f77data.o -MD -MP -MF $depbase.Tpo -c -o f77data.o f77data.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo gencml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > gencml.o -MD -MP -MF $depbase.Tpo -c -o gencml.o gencml.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo cmldata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > cmldata.o -MD -MP -MF $depbase.Tpo -c -o cmldata.o cmldata.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo genjstd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > genjstd.o -MD -MP -MF $depbase.Tpo -c -o genjstd.o genjstd.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo jdatastd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > jdatastd.o -MD -MP -MF $depbase.Tpo -c -o jdatastd.o jdatastd.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo genjjni.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > genjjni.o -MD -MP -MF $depbase.Tpo -c -o genjjni.o genjjni.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo jdatajni.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > jdatajni.o -MD -MP -MF $depbase.Tpo -c -o jdatajni.o jdatajni.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo ConvertUTF.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 > -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > ConvertUTF.o -MD -MP -MF $depbase.Tpo -c -o ConvertUTF.o ConvertUTF.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib -lcurl > -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support -lresolv > -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > ncgen main.o cdata.o cdfdata.o genchar.o cvt.o data.o debug.o escapes.o > genc.o gencdf.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 gencml.o > cmldata.o genjstd.o jdatastd.o genjjni.o jdatajni.o > ConvertUTF.o ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 -lz -lm > libtool: link: /usr/bin/gcc -g -o ncgen main.o cdata.o cdfdata.o genchar.o > cvt.o data.o debug.o escapes.o genc.o gencdf.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 gencml.o cmldata.o genjstd.o jdatastd.o genjjni.o > jdatajni.o > ConvertUTF.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ../libsrc4/.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 > -lk5crypto -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl > -lcrypto /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lz -lm > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncgen' > Making all in ncdump > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdump' > ../ncgen/ncgen -c -o ctest0.nc ./../ncgen/c0.cdl > ./ctest.c > -c is deprecated: please use -lc > ../ncgen/ncgen -v2 -c -o ctest0_64.nc ./../ncgen/c0.cdl > ./ctest64.c > -c is deprecated: please use -lc > make all-recursive > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdump' > Making all in cdl4 > make[4]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdump/cdl4' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdump/cdl4' > Making all in expected4 > make[4]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdump/expected4' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdump/expected4' > make[4]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdump' > depbase=`echo ncdump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test > -I../libsrc4 -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > ncdump.o -MD -MP -MF $depbase.Tpo -c -o ncdump.o ncdump.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo vardata.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test > -I../libsrc4 -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > vardata.o -MD -MP -MF $depbase.Tpo -c -o vardata.o vardata.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo dumplib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test > -I../libsrc4 -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > dumplib.o -MD -MP -MF $depbase.Tpo -c -o dumplib.o dumplib.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo indent.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test > -I../libsrc4 -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > indent.o -MD -MP -MF $depbase.Tpo -c -o indent.o indent.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo nctime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test > -I../libsrc4 -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nctime.o -MD -MP -MF $depbase.Tpo -c -o nctime.o nctime.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > ncdump ncdump.o vardata.o dumplib.o indent.o > nctime.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o ncdump ncdump.o vardata.o dumplib.o indent.o > nctime.o -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ../libsrc4/.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 > -lk5crypto -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl > -lcrypto /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo nccopy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test > -I../libsrc4 -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nccopy.o -MD -MP -MF $depbase.Tpo -c -o nccopy.o nccopy.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo nciter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test > -I../libsrc4 -I../libsrc4 > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > nciter.o -MD -MP -MF $depbase.Tpo -c -o nciter.o nciter.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > nccopy nccopy.o nciter.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o nccopy nccopy.o > nciter.o -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ../libsrc4/.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 > -lk5crypto -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl > -lcrypto /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > make[4]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdump' > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdump' > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdump' > Making all in nc_test > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/nc_test' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/nc_test' > Making all in nc_test4 > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/nc_test4' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/nc_test4' > Making all in ncdap_test > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test' > Making all in testdata3 > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test/testdata3' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test/testdata3' > Making all in expected3 > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test/expected3' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test/expected3' > Making all in expected4 > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test/expected4' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test/expected4' > Making all in expectremote3 > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test/expectremote3' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test/expectremote3' > Making all in expectremote4 > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test/expectremote4' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test/expectremote4' > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test' > make[3]: Nothing to be done for `all-am'. > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test' > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/ncdap_test' > Making all in man4 > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/man4' > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s --pdf --batch netcdf.texi > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s --pdf --batch netcdf-install.texi > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s --pdf --batch netcdf-c.texi > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s --pdf --batch netcdf-f77.texi > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s --pdf --batch netcdf-f90.texi > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s --pdf --batch netcdf-cxx.texi > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s --pdf --batch netcdf-tutorial.texi > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s netcdf.texi > TEXINPUTS=".:$TEXINPUTS" \ > dvips -o netcdf.ps netcdf.dvi > This is dvips(k) 5.95a Copyright 2005 Radical Eye Software > (www.radicaleye.com) > ' TeX output 2010.03.02:0944' -> netcdf.ps > <tex.pro><texps.pro>. <cmr9.pfb><cmmi9.pfb><cmtt9.pfb><cmr7.pfb><cmti10.pfb> > <cmr10.pfb><cmbx12.pfb><cmsl10.pfb><cmtt10.pfb><cmmi10.pfb><cmmi12.pfb> > <cmsy10.pfb>[1] [2] [-1] [-2] [-3] [-4] [1] [2] [3] [4] [5] [6] [7] [8] [9] > [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] > [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] > [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] > [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] > [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] > [85] [86] [87] [88] [89] [90] [91] [92] > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s netcdf-install.texi > TEXINPUTS=".:$TEXINPUTS" \ > dvips -o netcdf-install.ps netcdf-install.dvi > This is dvips(k) 5.95a Copyright 2005 Radical Eye Software > (www.radicaleye.com) > ' TeX output 2010.03.02:0944' -> netcdf-install.ps > <tex.pro><texps.pro>. <cmr9.pfb><cmmi9.pfb><cmtt9.pfb><cmtt12.pfb> > <cmbx12.pfb><cmtt10.pfb><cmmi10.pfb><cmmi12.pfb><cmsy10.pfb><cmr10.pfb>[1] > [2] [-1] [-2] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] > [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] > [30] [31] [32] [33] [34] > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s netcdf-c.texi > TEXINPUTS=".:$TEXINPUTS" \ > dvips -o netcdf-c.ps netcdf-c.dvi > This is dvips(k) 5.95a Copyright 2005 Radical Eye Software > (www.radicaleye.com) > ' TeX output 2010.03.02:0944' -> netcdf-c.ps > <tex.pro><texps.pro>. <cmtt9.pfb><cmmi9.pfb><cmr9.pfb><cmbx12.pfb> > <cmbxsl10.pfb><cmtt12.pfb><cmsl10.pfb><cmtt10.pfb><cmmi10.pfb><cmmi12.pfb> > <cmsy10.pfb><cmr10.pfb>[1] [2] [-1] [-2] [-3] [-4] [-5] [-6] [1] [2] [3] [4] > [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] > [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] > [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] > [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] > [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] > [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] > [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] > [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] > [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] > [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] > [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] > [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] > [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] > [187] [188] [189] [190] > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s netcdf-f77.texi > TEXINPUTS=".:$TEXINPUTS" \ > dvips -o netcdf-f77.ps netcdf-f77.dvi > This is dvips(k) 5.95a Copyright 2005 Radical Eye Software > (www.radicaleye.com) > ' TeX output 2010.03.02:0944' -> netcdf-f77.ps > <tex.pro><texps.pro>. <cmmi9.pfb><cmr9.pfb><cmbxsl10.pfb><cmtt12.pfb> > <cmbx12.pfb><cmsl10.pfb><cmtt10.pfb><cmmi10.pfb><cmmi12.pfb><cmsy10.pfb> > <cmr10.pfb>[1] [2] [-1] [-2] [-3] [-4] [1] [2] [3] [4] [5] [6] [7] [8] [9] > [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] > [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] > [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] > [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] > [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] > [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] > [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] > [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] > [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] > [139] [140] [141] [142] [143] [144] > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s netcdf-f90.texi > TEXINPUTS=".:$TEXINPUTS" \ > dvips -o netcdf-f90.ps netcdf-f90.dvi > This is dvips(k) 5.95a Copyright 2005 Radical Eye Software > (www.radicaleye.com) > ' TeX output 2010.03.02:0944' -> netcdf-f90.ps > <tex.pro><texps.pro>. <cmmi9.pfb><cmr9.pfb><cmtt12.pfb><cmbx12.pfb> > <cmsl10.pfb><cmtt10.pfb><cmmi10.pfb><cmmi12.pfb><cmsy10.pfb><cmr10.pfb>[1] > [2] [-1] [-2] [-3] [-4] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] > [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] > [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] > [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] > [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] > [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] > [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] > [103] [104] [105] [106] [107] [108] [109] [110] > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s netcdf-cxx.texi > TEXINPUTS=".:$TEXINPUTS" \ > dvips -o netcdf-cxx.ps netcdf-cxx.dvi > This is dvips(k) 5.95a Copyright 2005 Radical Eye Software > (www.radicaleye.com) > ' TeX output 2010.03.02:0944' -> netcdf-cxx.ps > <tex.pro><texps.pro>. <cmmi9.pfb><cmr9.pfb><cmtt9.pfb><cmtt12.pfb> > <cmbx12.pfb><cmsl10.pfb><cmtt10.pfb><cmmi10.pfb><cmmi12.pfb><cmsy10.pfb> > <cmr10.pfb>[1] [2] [-1] [-2] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] > [12] [13] [14] [15] [16] [17] [18] > TEXINPUTS=".:$TEXINPUTS" \ > MAKEINFO='/bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo -I .' \ > texi2dvi -s netcdf-tutorial.texi > TEXINPUTS=".:$TEXINPUTS" \ > dvips -o netcdf-tutorial.ps netcdf-tutorial.dvi > This is dvips(k) 5.95a Copyright 2005 Radical Eye Software > (www.radicaleye.com) > ' TeX output 2010.03.02:0944' -> netcdf-tutorial.ps > <tex.pro><texps.pro>. <cmtt9.pfb><cmmi9.pfb><cmr9.pfb><cmtt12.pfb> > <cmbx12.pfb><cmsl10.pfb><cmtt10.pfb><cmmi10.pfb><cmmi12.pfb><cmsy10.pfb> > <cmr10.pfb>[1] [2] [-1] [-2] [-3] [-4] [1] [2] [3] [4] [5] [6] [7] [8] [9] > [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] > [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] > [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] > [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] > [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] > [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] > [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] > [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] > [126] [127] [128] [129] [130] [131] [132] > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --html -I. netcdf.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --no-split --html -I. netcdf.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --html -I. netcdf-install.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --no-split --html -I. netcdf-install.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --html -I. netcdf-c.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --no-split --html -I. netcdf-c.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --html -I. netcdf-f77.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --no-split --html -I. netcdf-f77.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --html -I. netcdf-f90.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --no-split --html -I. netcdf-f90.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --html -I. netcdf-cxx.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --no-split --html -I. netcdf-cxx.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --html -I. netcdf-tutorial.texi > /bin/sh /pf/k/k204145/home/src_alien/netcdf-4.1.1-rc1/missing --run > makeinfo --no-split --html -I. netcdf-tutorial.texi > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/man4' > Making all in examples > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/examples' > Making all in C > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/examples/C' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/examples/C' > Making all in CDL > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/examples/CDL' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/examples/CDL' > make[3]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/examples' > make[3]: Nothing to be done for `all-am'. > make[3]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/examples' > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/examples' > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1' > make[2]: Nothing to be done for `all-am'. > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1' > make[1]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1' > > > c) make check > > Making check in libncdap3 > make[1]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3' > Making check in oc > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3/oc' > make[2]: Nothing to be done for `check'. > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3/oc' > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3' > make[2]: Nothing to be done for `check-am'. > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3' > make[1]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap3' > Making check in libsrc > make[1]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc' > make t_nc > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc' > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -DNDEBUG -static -g -MT > t_nc-t_nc.o -MD -MP -MF .deps/t_nc-t_nc.Tpo -c -o t_nc-t_nc.o > `test -f 't_nc.c' || echo './'`t_nc.c > mv -f .deps/t_nc-t_nc.Tpo .deps/t_nc-t_nc.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -o > t_nc t_nc-t_nc.o ../libsrc/libnetcdf3.la > libtool: link: /usr/bin/gcc -g -o t_nc > t_nc-t_nc.o -L/usr/lib > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib > ../libsrc/.libs/libnetcdf3.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 > -lk5crypto -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl > -lcrypto -lz > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc' > make check-TESTS > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc' > dimrename: IXX > nc_close ret = 0 > > reopen id = 3 for filename test.nc > NC done > GATTR VAR VATTR > VATTR > VATTR > VATTR > VATTR > VATTR > fill_seq indices 1 2 3 75.000000 != 2.718282 > Done > got val = 3.250000 > got val = 0.000000 > got val = 2.718282 > got val = 82555 > got val = 97 > got NC_CHAR val = A (0x41) > got NC_CHAR val = B (0x42) > got NC_CHAR val = "The red death had long devastated the country." > got val = A (0x41) > got val = B (0x42) > got val = "The red death had long devastated the country." > got vals = 0.000000 ... 447.000000 > re nc_close ret = 0 > PASS: t_nc > ============= > 1 test passed > ============= > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc' > make[1]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc' > Making check in libncdap4 > make[1]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap4' > make[1]: Nothing to be done for `check'. > make[1]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libncdap4' > Making check in libsrc4 > make[1]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc4' > make tst_h_files tst_h_files2 tst_h_atts tst_h_atts2 tst_h_atts3 tst_h_vars > tst_h_vars2 tst_h_vars3 tst_h_grps tst_h_compounds tst_h_compounds2 > tst_h_wrt_cmp tst_h_rd_cmp tst_h_vl tst_h_opaques tst_h_strings > tst_h_dimscales tst_h_dimscales2 tst_h_dimscales3 tst_h_enums tst_h_vl2 > tst_lists tst_dims tst_dims2 tst_dims3 tst_files tst_files4 tst_vars > tst_varms tst_unlim_vars tst_atts tst_atts2 tst_converts tst_converts2 > tst_grps tst_compounds tst_compounds2 tst_compounds3 tst_vl tst_opaques > tst_strings tst_interops tst_interops4 tst_enums tst_vars2 tst_coords > tst_vars3 tst_chunks tst_utf8 tst_fills tst_fillbug tst_v2 tst_xplatform > tst_xplatform2 tst_endian_fill > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc4' > depbase=`echo tst_h_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_files.o -MD -MP -MF $depbase.Tpo -c -o tst_h_files.o tst_h_files.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_files tst_h_files.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_files > tst_h_files.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_files2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_files2.o -MD -MP -MF $depbase.Tpo -c -o tst_h_files2.o tst_h_files2.c > &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_files2 tst_h_files2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_files2 > tst_h_files2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_atts.o -MD -MP -MF $depbase.Tpo -c -o tst_h_atts.o tst_h_atts.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_atts tst_h_atts.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_atts > tst_h_atts.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_atts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_atts2.o -MD -MP -MF $depbase.Tpo -c -o tst_h_atts2.o tst_h_atts2.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_atts2 tst_h_atts2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_atts2 > tst_h_atts2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_atts3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_atts3.o -MD -MP -MF $depbase.Tpo -c -o tst_h_atts3.o tst_h_atts3.c &&\ > mv -f $depbase.Tpo $depbase.Po > tst_h_atts3.c:17:1: warning: "CHUNK_CACHE_NELEMS" redefined > In file included from ./nc4internal.h:9, > from ./error.h:16, > from ./nc_tests.h:17, > from tst_h_atts3.c:14: > ../config.h:8:1: warning: this is the location of the previous definition > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_atts3 tst_h_atts3.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_atts3 > tst_h_atts3.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_vars.o -MD -MP -MF $depbase.Tpo -c -o tst_h_vars.o tst_h_vars.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_vars tst_h_vars.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_vars > tst_h_vars.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_vars2.o -MD -MP -MF $depbase.Tpo -c -o tst_h_vars2.o tst_h_vars2.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_vars2 tst_h_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_vars2 > tst_h_vars2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_vars3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_vars3.o -MD -MP -MF $depbase.Tpo -c -o tst_h_vars3.o tst_h_vars3.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_vars3 tst_h_vars3.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_vars3 > tst_h_vars3.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_grps.o -MD -MP -MF $depbase.Tpo -c -o tst_h_grps.o tst_h_grps.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_grps tst_h_grps.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_grps > tst_h_grps.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_compounds.o -MD -MP -MF $depbase.Tpo -c -o tst_h_compounds.o > tst_h_compounds.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_compounds tst_h_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_compounds > tst_h_compounds.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_compounds2.o -MD -MP -MF $depbase.Tpo -c -o tst_h_compounds2.o > tst_h_compounds2.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_compounds2 tst_h_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_compounds2 > tst_h_compounds2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_wrt_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_wrt_cmp.o -MD -MP -MF $depbase.Tpo -c -o tst_h_wrt_cmp.o > tst_h_wrt_cmp.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_wrt_cmp tst_h_wrt_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_wrt_cmp > tst_h_wrt_cmp.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_rd_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_rd_cmp.o -MD -MP -MF $depbase.Tpo -c -o tst_h_rd_cmp.o tst_h_rd_cmp.c > &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_rd_cmp tst_h_rd_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_rd_cmp > tst_h_rd_cmp.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_vl.o -MD -MP -MF $depbase.Tpo -c -o tst_h_vl.o tst_h_vl.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_vl tst_h_vl.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_vl > tst_h_vl.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_opaques.o -MD -MP -MF $depbase.Tpo -c -o tst_h_opaques.o > tst_h_opaques.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_opaques tst_h_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_opaques > tst_h_opaques.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_strings.o -MD -MP -MF $depbase.Tpo -c -o tst_h_strings.o > tst_h_strings.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_strings tst_h_strings.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_strings > tst_h_strings.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_dimscales.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_dimscales.o -MD -MP -MF $depbase.Tpo -c -o tst_h_dimscales.o > tst_h_dimscales.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_dimscales tst_h_dimscales.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_dimscales > tst_h_dimscales.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_dimscales2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_dimscales2.o -MD -MP -MF $depbase.Tpo -c -o tst_h_dimscales2.o > tst_h_dimscales2.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_dimscales2 tst_h_dimscales2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_dimscales2 > tst_h_dimscales2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_dimscales3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_dimscales3.o -MD -MP -MF $depbase.Tpo -c -o tst_h_dimscales3.o > tst_h_dimscales3.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_dimscales3 tst_h_dimscales3.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_dimscales3 > tst_h_dimscales3.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_enums.o -MD -MP -MF $depbase.Tpo -c -o tst_h_enums.o tst_h_enums.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_enums tst_h_enums.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_enums > tst_h_enums.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_h_vl2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_h_vl2.o -MD -MP -MF $depbase.Tpo -c -o tst_h_vl2.o tst_h_vl2.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_h_vl2 tst_h_vl2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_h_vl2 > tst_h_vl2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_lists.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_lists.o -MD -MP -MF $depbase.Tpo -c -o tst_lists.o tst_lists.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_lists tst_lists.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_lists > tst_lists.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_dims.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_dims.o -MD -MP -MF $depbase.Tpo -c -o tst_dims.o tst_dims.c &&\ > mv -f $depbase.Tpo $depbase.Po > tst_dims.c: In function ‘main’: > tst_dims.c:987: warning: large integer implicitly truncated to unsigned type > tst_dims.c:1057: warning: comparison is always true due to limited range of > data type > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_dims tst_dims.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_dims > tst_dims.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_dims2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_dims2.o -MD -MP -MF $depbase.Tpo -c -o tst_dims2.o tst_dims2.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_dims2 tst_dims2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_dims2 > tst_dims2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_dims3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_dims3.o -MD -MP -MF $depbase.Tpo -c -o tst_dims3.o tst_dims3.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_dims3 tst_dims3.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_dims3 > tst_dims3.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_files.o -MD -MP -MF $depbase.Tpo -c -o tst_files.o tst_files.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_files tst_files.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_files > tst_files.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_files4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_files4.o -MD -MP -MF $depbase.Tpo -c -o tst_files4.o tst_files4.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_files4 tst_files4.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_files4 > tst_files4.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_vars.o -MD -MP -MF $depbase.Tpo -c -o tst_vars.o tst_vars.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_vars tst_vars.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_vars > tst_vars.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_varms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_varms.o -MD -MP -MF $depbase.Tpo -c -o tst_varms.o tst_varms.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_varms tst_varms.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_varms > tst_varms.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_unlim_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_unlim_vars.o -MD -MP -MF $depbase.Tpo -c -o tst_unlim_vars.o > tst_unlim_vars.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_unlim_vars tst_unlim_vars.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_unlim_vars > tst_unlim_vars.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_atts.o -MD -MP -MF $depbase.Tpo -c -o tst_atts.o tst_atts.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_atts tst_atts.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_atts > tst_atts.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_atts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_atts2.o -MD -MP -MF $depbase.Tpo -c -o tst_atts2.o tst_atts2.c &&\ > mv -f $depbase.Tpo $depbase.Po > tst_atts2.c: In function ‘main’: > tst_atts2.c:80: warning: cast to pointer from integer of different size > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_atts2 tst_atts2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_atts2 > tst_atts2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_converts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_converts.o -MD -MP -MF $depbase.Tpo -c -o tst_converts.o tst_converts.c > &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_converts tst_converts.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_converts > tst_converts.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_converts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_converts2.o -MD -MP -MF $depbase.Tpo -c -o tst_converts2.o > tst_converts2.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_converts2 tst_converts2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_converts2 > tst_converts2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_grps.o -MD -MP -MF $depbase.Tpo -c -o tst_grps.o tst_grps.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_grps tst_grps.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_grps > tst_grps.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_compounds.o -MD -MP -MF $depbase.Tpo -c -o tst_compounds.o > tst_compounds.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_compounds tst_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_compounds > tst_compounds.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_compounds2.o -MD -MP -MF $depbase.Tpo -c -o tst_compounds2.o > tst_compounds2.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_compounds2 tst_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_compounds2 > tst_compounds2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_compounds3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_compounds3.o -MD -MP -MF $depbase.Tpo -c -o tst_compounds3.o > tst_compounds3.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_compounds3 tst_compounds3.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_compounds3 > tst_compounds3.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_vl.o -MD -MP -MF $depbase.Tpo -c -o tst_vl.o tst_vl.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_vl tst_vl.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_vl > tst_vl.o -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_opaques.o -MD -MP -MF $depbase.Tpo -c -o tst_opaques.o tst_opaques.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_opaques tst_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_opaques > tst_opaques.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_strings.o -MD -MP -MF $depbase.Tpo -c -o tst_strings.o tst_strings.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_strings tst_strings.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_strings > tst_strings.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_interops.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_interops.o -MD -MP -MF $depbase.Tpo -c -o tst_interops.o tst_interops.c > &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_interops tst_interops.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_interops > tst_interops.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_interops4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_interops4.o -MD -MP -MF $depbase.Tpo -c -o tst_interops4.o > tst_interops4.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_interops4 tst_interops4.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_interops4 > tst_interops4.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_enums.o -MD -MP -MF $depbase.Tpo -c -o tst_enums.o tst_enums.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_enums tst_enums.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_enums > tst_enums.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_vars2.o -MD -MP -MF $depbase.Tpo -c -o tst_vars2.o tst_vars2.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_vars2 tst_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_vars2 > tst_vars2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_coords.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_coords.o -MD -MP -MF $depbase.Tpo -c -o tst_coords.o tst_coords.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_coords tst_coords.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_coords > tst_coords.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_vars3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_vars3.o -MD -MP -MF $depbase.Tpo -c -o tst_vars3.o tst_vars3.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_vars3 tst_vars3.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_vars3 > tst_vars3.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_chunks.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_chunks.o -MD -MP -MF $depbase.Tpo -c -o tst_chunks.o tst_chunks.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_chunks tst_chunks.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_chunks > tst_chunks.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_utf8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_utf8.o -MD -MP -MF $depbase.Tpo -c -o tst_utf8.o tst_utf8.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_utf8 tst_utf8.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_utf8 > tst_utf8.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_fills.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_fills.o -MD -MP -MF $depbase.Tpo -c -o tst_fills.o tst_fills.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_fills tst_fills.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_fills > tst_fills.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_fillbug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_fillbug.o -MD -MP -MF $depbase.Tpo -c -o tst_fillbug.o tst_fillbug.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_fillbug tst_fillbug.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_fillbug > tst_fillbug.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_v2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_v2.o -MD -MP -MF $depbase.Tpo -c -o tst_v2.o tst_v2.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_v2 tst_v2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_v2 > tst_v2.o -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_xplatform.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_xplatform.o -MD -MP -MF $depbase.Tpo -c -o tst_xplatform.o > tst_xplatform.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_xplatform tst_xplatform.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_xplatform > tst_xplatform.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_xplatform2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_xplatform2.o -MD -MP -MF $depbase.Tpo -c -o tst_xplatform2.o > tst_xplatform2.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_xplatform2 tst_xplatform2.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_xplatform2 > tst_xplatform2.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > depbase=`echo tst_endian_fill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc > -I/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/include > -I/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/include -DNDEBUG > -static -g -MT > tst_endian_fill.o -MD -MP -MF $depbase.Tpo -c -o tst_endian_fill.o > tst_endian_fill.c &&\ > mv -f $depbase.Tpo $depbase.Po > /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -static -g > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > -lcurl -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support > -lresolv -lidn -lssl -lcrypto -ldl -lssl -lcrypto -lz -o > tst_endian_fill tst_endian_fill.o libnetcdf.la -lhdf5_hl -lhdf5 -lz > libtool: link: /usr/bin/gcc -g -o tst_endian_fill > tst_endian_fill.o > -L/scratch/local1/k204145/hdh/src_alien/hdf5-1.8.4-patch1/hdf5/lib > -L/scratch/local1/k204145/hdh/src_alien/zlib-1.2.3/lib/lib -L/usr/lib > ./.libs/libnetcdf.a /usr/lib/libcurl.so -lgssapi_krb5 -lkrb5 -lk5crypto > -lcom_err -lkrb5support -lresolv /usr/lib/libidn.so -ldl -lssl -lcrypto > /usr/lib/libhdf5_hl.so /usr/lib/libhdf5.so -lpthread > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5_hl.a > -L/pf/k/k204145/src/alien/zlib-1.2.3/lib > /pf/k/k204145/home/src_alien/hdf5-1.8.4-patch1/hdf5/lib/libhdf5.a -lm -lz > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc4' > make check-TESTS > make[2]: Entering directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc4' > /bin/sh: line 5: 15255 Segmentation fault ${dir}$tst > FAIL: tst_h_files > /bin/sh: line 5: 15260 Segmentation fault ${dir}$tst > FAIL: tst_h_files2 > /bin/sh: line 5: 15265 Segmentation fault ${dir}$tst > FAIL: tst_h_atts > /bin/sh: line 5: 15270 Segmentation fault ${dir}$tst > FAIL: tst_h_atts3 > /bin/sh: line 5: 15275 Segmentation fault ${dir}$tst > FAIL: tst_h_vars > /bin/sh: line 5: 15280 Segmentation fault ${dir}$tst > FAIL: tst_h_vars2 > /bin/sh: line 5: 15285 Segmentation fault ${dir}$tst > FAIL: tst_h_vars3 > /bin/sh: line 5: 15290 Segmentation fault ${dir}$tst > FAIL: tst_h_grps > /bin/sh: line 5: 15295 Segmentation fault ${dir}$tst > FAIL: tst_h_compounds > /bin/sh: line 5: 15300 Segmentation fault ${dir}$tst > FAIL: tst_h_compounds2 > /bin/sh: line 5: 15305 Segmentation fault ${dir}$tst > FAIL: tst_h_wrt_cmp > /bin/sh: line 5: 15310 Segmentation fault ${dir}$tst > FAIL: tst_h_rd_cmp > /bin/sh: line 5: 15315 Segmentation fault ${dir}$tst > FAIL: tst_h_vl > /bin/sh: line 5: 15320 Segmentation fault ${dir}$tst > FAIL: tst_h_opaques > /bin/sh: line 5: 15325 Segmentation fault ${dir}$tst > FAIL: tst_h_strings > /bin/sh: line 5: 15330 Segmentation fault ${dir}$tst > FAIL: tst_h_dimscales > /bin/sh: line 5: 15335 Segmentation fault ${dir}$tst > FAIL: tst_h_dimscales2 > /bin/sh: line 5: 15340 Segmentation fault ${dir}$tst > FAIL: tst_h_dimscales3 > /bin/sh: line 5: 15345 Segmentation fault ${dir}$tst > FAIL: tst_h_enums > > *** Testing netcdf-4 internal list code. > *** testing group list code...ok. > *** testing file list code...ok. > *** testing attribute list code...ok. > *** testing type list code...ok. > *** Tests successful! > PASS: tst_lists > /bin/sh: line 5: 15353 Segmentation fault ${dir}$tst > FAIL: tst_dims > /bin/sh: line 5: 15358 Segmentation fault ${dir}$tst > FAIL: tst_dims2 > /bin/sh: line 5: 15363 Segmentation fault ${dir}$tst > FAIL: tst_dims3 > /bin/sh: line 5: 15368 Segmentation fault ${dir}$tst > FAIL: tst_files > /bin/sh: line 5: 15373 Segmentation fault ${dir}$tst > FAIL: tst_files4 > /bin/sh: line 5: 15378 Segmentation fault ${dir}$tst > FAIL: tst_vars > /bin/sh: line 5: 15383 Segmentation fault ${dir}$tst > FAIL: tst_varms > /bin/sh: line 5: 15388 Segmentation fault ${dir}$tst > FAIL: tst_unlim_vars > /bin/sh: line 5: 15393 Segmentation fault ${dir}$tst > FAIL: tst_atts > /bin/sh: line 5: 15398 Segmentation fault ${dir}$tst > FAIL: tst_atts2 > /bin/sh: line 5: 15403 Segmentation fault ${dir}$tst > FAIL: tst_converts > /bin/sh: line 5: 15408 Segmentation fault ${dir}$tst > FAIL: tst_converts2 > /bin/sh: line 5: 15413 Segmentation fault ${dir}$tst > FAIL: tst_grps > /bin/sh: line 5: 15418 Segmentation fault ${dir}$tst > FAIL: tst_compounds > /bin/sh: line 5: 15423 Segmentation fault ${dir}$tst > FAIL: tst_compounds2 > /bin/sh: line 5: 15428 Segmentation fault ${dir}$tst > FAIL: tst_compounds3 > /bin/sh: line 5: 15433 Segmentation fault ${dir}$tst > FAIL: tst_vl > > *** Checking HDF5 VLEN types even more. > *** Tests successful! > PASS: tst_h_vl2 > /bin/sh: line 5: 15441 Segmentation fault ${dir}$tst > FAIL: tst_opaques > /bin/sh: line 5: 15446 Segmentation fault ${dir}$tst > FAIL: tst_strings > /bin/sh: line 5: 15451 Segmentation fault ${dir}$tst > FAIL: tst_interops > /bin/sh: line 5: 15456 Segmentation fault ${dir}$tst > FAIL: tst_interops4 > /bin/sh: line 5: 15461 Segmentation fault ${dir}$tst > FAIL: tst_enums > /bin/sh: line 5: 15466 Segmentation fault ${dir}$tst > FAIL: tst_vars2 > /bin/sh: line 5: 15471 Segmentation fault ${dir}$tst > FAIL: tst_vars3 > /bin/sh: line 5: 15476 Segmentation fault ${dir}$tst > FAIL: tst_chunks > /bin/sh: line 5: 15481 Segmentation fault ${dir}$tst > FAIL: tst_coords > /bin/sh: line 5: 15486 Segmentation fault ${dir}$tst > FAIL: tst_utf8 > /bin/sh: line 5: 15491 Segmentation fault ${dir}$tst > FAIL: tst_fills > /bin/sh: line 5: 15496 Segmentation fault ${dir}$tst > FAIL: tst_fillbug > > *** Testing netcdf-4 v2 API functions. > *** testing simple opens and creates...ok. > *** Tests successful! > PASS: tst_v2 > /bin/sh: line 5: 15504 Segmentation fault ${dir}$tst > FAIL: tst_xplatform > /bin/sh: line 5: 15509 Segmentation fault ${dir}$tst > FAIL: tst_xplatform2 > > *** Checking HDF5 attribute functions some more. > *** Tests successful! > PASS: tst_h_atts2 > /bin/sh: line 5: 15517 Segmentation fault ${dir}$tst > FAIL: tst_endian_fill > ================================================ > 51 of 55 tests failed > Please report to address@hidden > ================================================ > make[2]: *** [check-TESTS] Error 1 > make[2]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc4' > make[1]: *** [check-am] Error 2 > make[1]: Leaving directory > `/scratch/local1/k204145/hdh/src_alien/netcdf-4.1.1-rc1/libsrc4' > make: *** [check-recursive] Error 1 > Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: QUS-980460 Department: Support netCDF Priority: Critical Status: Closed